Skip to content

Commit

Permalink
bump to 1.2: ChangeLog update
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <[email protected]>
  • Loading branch information
utoni committed Jul 14, 2018
1 parent d3c9dc4 commit fe77689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
PingTunnel-NG Changelog
=======================

1.20 - 15. July 2018
- Readme improvements
- Fixes a possible memory leak when a packet could not send
- Better error handling on socket descriptor creation
- All Coverity issues fixed

1.00 - 18. December 2017
- First public release
- Fixes a exploitable memory leak (proxy/forwarder) if using password
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.69)
AC_INIT([ptunnel-ng], [1.1], [], [], [])
AC_INIT([ptunnel-ng], [1.2], [], [], [])
AC_CONFIG_SRCDIR([src/config.h.in])
AC_CONFIG_FILES([Makefile src/Makefile])

Expand Down

0 comments on commit fe77689

Please sign in to comment.