Skip to content

Commit

Permalink
Update changelog and version to 0.8.3.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Jul 16, 2020
1 parent 2674923 commit 66dfdd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Legend:
- old feature removed
!! bug fixed
=========================================
0.8.4-XXXXXXXXX YYYYMMDD
0.8.3.1-Bertillon 20200721
!! Fix SSL protocol failure with older TLS client/server versions (min. TLS1.0)
!! Fix blackholing SSL packets when specific redirection is used
!! Fix TLS 1.3 interception issues (replace fake certificate with proper key length)
Expand All @@ -17,19 +17,23 @@ Legend:
!! Fix compiling with GCC version / defaulting to -fno-common
!! Fix bad UDP length for packets changed with replace()
!! Fix passing --lua-args arguments to LUA scripts
!! Fix MSVC build when macro ORDER_ADD_{SHORT,LONG} is being used
+ Take over client-side SNI extension in ClientHello in SSL interception (req. OpenSSL 1.1.1)
+ Take over SAN certificate extension from server certificate in SSL interception
+ Use server certificate sign algorithm to sign fake certificate defaulting to SHA256
+ CLI provided plugins are now also autostarted in graphical UI
+ Added --plugin-list CLI parameter
+ New execreplace etterfilter command
+ Update bundled OUI mac addresses
+ Update LuaJIT from 2.0.4 to 2.0.5
+ Update libnet from 1.1.6 to 1.2
+ Update check from 0.10.0 to 0.15.0
+ Update curl from 7.44.0 to 7.71.1
- Separate etter.dns and etter.mdns examples in dedicated examples file
- Remove source IP specification from customizable SSL redirects
- Remove of deprecated redirect commands from etter.conf
- Remove Easter Egg (Sorry ALoR and NaGA)



0.8.3-Bertillon 20190701
!! Fix binary comparison and assignment in etterfilter
!! Fixed packetbuffer racecond. in BRIDGE mode (e.g. Message too long)
Expand All @@ -54,8 +58,6 @@ Legend:
- GTK2 phase out initialized
- Usage of deprecated inet_aton replaced with current successor functions



0.8.2-Ferri 20150314
!! Fixed some openssl deprecated functions usage
!! Fixed log file ownership
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(ettercap C)

set(VERSION "0.8.4-rc")
set(VERSION "0.8.3.1")

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
set(CMAKE_SCRIPT_PATH "${CMAKE_SOURCE_DIR}/cmake/Scripts")
Expand Down
4 changes: 2 additions & 2 deletions include/ec_version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef ETTERCAP_VERS_H
#define ETTERCAP_VERS_H

#define EC_VERSION "0.8.4-rc"
#define EC_VERSION "0.8.3.1"
#define EC_VERSION_MAJOR 0
#define EC_VERSION_MINOR 8
#define EC_VERSION_REVISION 4
#define EC_VERSION_REVISION 3
#ifndef PROGRAM
#define PROGRAM "ettercap"
#endif
Expand Down

0 comments on commit 66dfdd5

Please sign in to comment.