diff --git a/ChangeLog b/ChangeLog index 3379ee3..aab26f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ - added -l|--linger option to disable socket lingering after connection close. - must be builadble on FreeBSD now. - various small compilation fixes and such. + Version 1.0.1 2013-03-15 alex - Fixed issue with LD_PRELOAD and GLB environment variables being inherited diff --git a/configure.ac b/configure.ac index de3c209..daa9329 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(glb, 1.0.0, info@codership.com) +AC_INIT(glb, 1.0.1, info@codership.com) AC_CONFIG_SRCDIR([src/glb_main.c]) AC_CONFIG_HEADER([config.h]) AC_CANONICAL_SYSTEM