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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
2021-10-13 Andrej Shadura <andrew@shadura.me>
* Version 0.06 released.
* Use strerror() instead of sys_errlist to fix a build failure
with glibc 2.32 (patch by Logan Rosen).
* Update and reformat INSTALL instructions.
* Add a manpage for tnat64-validateconf.
2011-09-16 Andrej Shadura <andrew@shadura.me>
* Version 0.05 released.
2011-09-16 Barak A. Pearlmutter <barak@cs.nuim.ie>
* Fix malloc return code checking error
* Squash unused variable warnings
* Autotools modernisation
- Fix autoheader issue (crashed, did not generate config.h.in).
- Create Makefile.am, use automake, rm manually-created Makefile.in.
- Put m4 cache in m4/, make stub file there to preserve directory.
- Generate tnat64 / tnat64.8 from tnat64.in / tnat64.8.in, thereby
allowing them to be specialized to current configuration.
- Delete files which can be generated by autoreconf --install
* Update INSTALL instructions
* Rename validateconf to tnet64-validateconf and include in installation
* Add and slightly improve README.creole
2011-09-11 Andrej Shadura <andrew@shadura.me>
* Version 0.04 released.
* The dynamic library moved into subdirectory.
* Some minor fixes.
2011-05-19 Andrej Shadura <andrew@shadura.me>
* Version 0.03 released.
* X11 compatibility (get*name functions now work properly).
* Crash on wrong function calls order fixed.
* Better debug facilities.
2011-04-29 Andrej Shadura <andrew@shadura.me>
* Version 0.02 released.
* getsockname(2) and getpeername(2) are now intercepted, too;
that improves the compatibility with some software.
* Some bugs fixed.
2011-04-19 Andrej Shadura <andrew@shadura.me>
* The first release: 0.01.
2011-03-02 Andrej Shadura <andrew@shadura.me>
* Got it working!
2011-03-01 Andrej Shadura <andrew@shadura.me>
* First attempt to implement NAT64 wrapper,
tsocks code is used as a starting point.
|