diff --git a/ChangeLog b/ChangeLog index 16d9235..3b0d12c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -V 2.6.1 08/03/2016 Ralph Lange +V 2.6.1 09/21/2016 Ralph Lange Move upstream project to GitHub. Fix URL for sysv-scripts in README. Fix memory leak in ClientItem wrt libtelnet use (#2). @@ -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. diff --git a/configure.ac b/configure.ac index 420f804..f7151d6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,9 @@ AC_PREREQ([2.61]) -AC_INIT([procServ Process Server], [2.6.1-rc2], [tech-talk@aps.anl.gov], [procServ], +AC_INIT([procServ Process Server], [2.6.1], [tech-talk@aps.anl.gov], [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