Skip to content

Commit

Permalink
Updated ChangeLog and version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Petersen committed Jul 5, 2017
1 parent 413016b commit 09f5058
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.5.4 - 07/05/17
Fixed a termination issue while debug logging.
Updated configure scripts to use SSL_CTX_new instead of SSL_library_init to support OpenSSL 1.1
Added a systemd script.

v1.5.3 - 03/15/17
Lowered sleep duration in our main loop to increase throughput.
Better Debian script setup and build instruction fixes. Thanks Lionel!
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(ser2sock, 1.4.4, [email protected])
AC_INIT(ser2sock, 1.5.4, [email protected])
AC_CONFIG_SRCDIR([ser2sock.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 09f5058

Please sign in to comment.