Skip to content

Commit

Permalink
Set version numbers to 2.6.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Sep 21, 2016
1 parent e3fe2a4 commit 6209408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V 2.6.1 08/03/2016 Ralph Lange <[email protected]>
V 2.6.1 09/21/2016 Ralph Lange <[email protected]>
Move upstream project to GitHub.
Fix URL for sysv-scripts in README.
Fix memory leak in ClientItem wrt libtelnet use (#2).
Expand All @@ -8,7 +8,7 @@ Fix setsockopt in acceptFactory.cc to use SO_EXCLUSIVEADDRUSE on WIN32 and SO_EX
http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t
Fix buffer overflow vulnerabilities by replacing sprintf->snprintf, strcat->strncat (#6).
Update embedded libtelnet.c to release 0.21.
Cygwin: hide console command window that is being created. (by Freddie Akeroyd)
Cygwin: hide console command window that is being created. (by Freddie Akeroyd, Alireza Panna)
Cygwin: add spawned process to a windows job object. (by Freddie Akeroyd)
Killing the "process group" from Cygwin doesn't always clean everything up.
E.g., if the CS Studio ArchiveEngine is being managed it is killed, but not the JVM it spawns.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


AC_PREREQ([2.61])
AC_INIT([procServ Process Server], [2.6.1-rc2], [[email protected]], [procServ],
AC_INIT([procServ Process Server], [2.6.1], [[email protected]], [procServ],
[https://github.com/ralphlange/procServ])
AC_SUBST([PACKAGE_DATE],[08/11/2016])
AC_SUBST([PACKAGE_DATE],[09/21/2016])

AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
Expand Down

0 comments on commit 6209408

Please sign in to comment.