Skip to content

Commit 6a0959f

Browse files
committed
Merge branch 'changelog_updated'
2 parents fd48f57 + d57b79c commit 6a0959f

2 files changed

Lines changed: 97 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,102 @@ Legend:
55
!! bug fixed
66

77
=========================================
8+
0.8.1-Lombroso 20141016
9+
!! Fixed incorrect checksum computation on 64-bit systems
10+
!! Fixed DNS resolution problems
11+
!! Fixed hurd build failure (not specific to hurd but hurd seems the first OS defining ESUCCESS in glibc)
12+
!! Fixed rpath handling
13+
!! Fixed scan host crash with recent kernels
14+
!! Fixed etter{log,filter} library path
15+
!! O5LOGON dissector fixes for stealth mode scans
16+
!! Fix constants to allow full hexadecimal characterset. Useful for filtering on ESP SPIs
17+
!! Fixed some incoherencies in gbls pointers in utils and core
18+
!! Fixed dhcp spoofing automatically start in text ui
19+
!! Many fixes in filter compiler
20+
!! Fixed lua installation path
21+
!! Many ipv6 fixes and improvements
22+
!! Fixed tests build failures
23+
!! Fixed many iconv detection problems
24+
!! Fixed many ctime problems
25+
!! Fixed many dissector ports
26+
!! Fixed timers incoherences
27+
!! Fixed powerpc build failure
28+
!! Fixed uniqueness of our include guards
29+
!! Fixed cmake warnings, by correctly linking our libraries
30+
!! Fixed clean target
31+
!! Fixed COOKIE_PATTERN string
32+
!! A ton of kfreebsd, freebsd, and MacOS fixes and build fixes
33+
!! Fixed with a new "regain_privs" the ip forwarding restore
34+
!! Fixed another scan crash
35+
!! Fixed host list updated (delegated to the main thread)
36+
!! Fixed etter.conf.v6 and etter.conf.v4 installation
37+
!! Fixed (removed) some old code
38+
!! Fixed (removed) some dbus interfaces listed in ettercap
39+
!! Fixed some libraries link issues
40+
!! Fixed various polkit installation directory issues
41+
!! Fixed plugin path issues
42+
!! Fixed bundled libs building order
43+
!! Fixed undefined ips added to the host list (e.g. 0.0.0.0 in dhcp discover)
44+
!! Fixed macosx builds
45+
!! Moved check framework in bundled_libs directory
46+
!! Fixed crash on scan for hosts, by adding a mutex
47+
!! Fixed libettercap.so linking, by removing curses and gtk stuff
48+
!! Fixed ip_add_to_int32 macro
49+
!! Fixed a ton of warnings in gtk, curses and core
50+
!! Fixed some documentation
51+
!! Fixed tests with eglibc >= 2.17
52+
!! Fixed check framework find, with fallback in the bundled
53+
one if not available
54+
!! Fixed bug in etter.finger.mac parsing
55+
!! Fixed ssl checks on cmake, now it is mandatory
56+
!! Fixed scan for hosts progress bar
57+
!! Fixed linux.org ip address on etter.dns conf file
58+
!! Fixed some memory leakages
59+
!! Fixed missing RelWithDebInfo on Cmake
60+
!! Fixed typos
61+
!! Fixed some performance issues in scan for hosts function
62+
!! Fixed race condition when scan progress was canceled
63+
!! Fixed cmake flags passing
64+
!! Fixed IPv6 build
65+
!! Fixed debug messages
66+
+ experimental ESP detection/filtering
67+
+ make etter{log,filter} ipv6 compatible
68+
+ Enabled multithread scan for Curses interface
69+
+ New appdata xml file
70+
+ New experimental GTK3 support!
71+
+ New threaded host resolution!
72+
+ Many build and runtime performances improvements
73+
+ Ettercap builds on windows (MingW) again!
74+
+ New arp "smart" poisoning!
75+
+ New base64 encode and decode functions
76+
+ New execinject etterfilter command
77+
+ New ipv6 hidden scan mode
78+
+ New support for multiple plugins in UI mode
79+
+ New uninstall target
80+
+ Gnu/Hurd support!
81+
+ Automatically refresh plugin list
82+
+ Threading some plugins
83+
+ A new function for self-destruct plugins
84+
+ New INSTALL_EXEDIR cmake option, now you can have "ettercap" and
85+
the other binaries in two different directories!
86+
+ New Null/Loopback decoder!
87+
+ Added automatic irc notifications!
88+
+ Added some debug and fortify-source flags
89+
+ Added some travis builds!
90+
+ Updated etter.finger.mac
91+
+ Added support for parsing RIPv2 and OSPF MD5 authentication packets
92+
+ Updated curl and check bundled libraries
93+
+ updated etter.filter.examples file
94+
+ updated TODO list
95+
+ etterfilter now is IPv6 ready!
96+
+ Documentation updated
97+
+ Man pages updated
98+
+ New nd-poisoning!
99+
+ Increased IPv6 probe delay from 2 seconds to 3
100+
- Removed hex_encode stuff
101+
- Removed ec_pap.c since it was already implemented in ec_ppp.c
102+
- Removed duplicate code, in favour of libettercap usage
103+
8104
0.8.0-Lacassagne 20130921
9105
!! Fixed some problems in fork and execve usage in case of command failure (sslstrip)
10106
!! Fixed dropping privileges for remote_browser plugin ran as root

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22
project(ettercap C)
33

4-
set(VERSION "0.8.0")
4+
set(VERSION "0.8.1")
55

66
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
77
set(CMAKE_SCRIPT_PATH "${CMAKE_SOURCE_DIR}/cmake/Scripts")

0 commit comments

Comments
 (0)