forked from lantis1008/obfsproxy-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
40 lines (33 loc) · 1.45 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Changes in version 0.1.4 - 2012-05-02
- Fix 'obfsproxy --version' when called outside of a git
repository. Fixes bug 5560.
- Don't use hardening flags if they'd break the compiler. This happens
on Windows, for example, where -fPIE causes an error. Fixes bug
5665.
- Fix assertion failure when connecting to a SOCKS destination. Fixes
bug #5586.
- Fix crash when parsing obfs2 command line arguments. Fixes bug
#5141.
Changes in version 0.1.3 - 2012-04-03
- Display git revision when we start logging. Fixes part of bug
#5157.
- Implement obfsproxy --version. Fixes the rest of bug #5157.
- Implement obfsproxy --help.
- Fix assertion failure when obfsproxy starts without network
connectivity. Fixes bug #5156.
Changes in version 0.1.1 - 2012-03-09
- Add trailing slash to the torproject URL in the man page. Fixes
bug #5311. Patch by Peter Palfrader.
- Add LICENSE and Doxyfile to the release archives from now on.
Fixes bug #5312. Patch by Peter Palfrader.
- Allow doxygen documentation to be built in out-of-source
builds. Fixes bug #5315. Patch by Peter Palfrader.
- Fix out-of-source building of tester.py. Fixes bug #5310. Patch by
Peter Palfrader.
- Improve README installation instructions. Fixes bug #5313.
- Add gcc and ld hardening flags. Fixes part of #5131. Patch by
ioerror.
- Add AppArmor profile for obfsproxy. Fixes part of #5131. Patch by
ioerror.
Changes in version 0.1.0 - 2012-03-05
- Initial release.