From: Chris B. <buc...@us...> - 2011-09-29 16:04:13
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv25967 Modified Files: configure.ac NEWS Log Message: prep for 1.3.13 release Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.614 retrieving revision 1.615 diff -u -d -r1.614 -r1.615 --- NEWS 29 Sep 2011 07:28:34 -0000 1.614 +++ NEWS 29 Sep 2011 16:04:10 -0000 1.615 @@ -3,7 +3,7 @@ New features: -- 3406823 Make select timeout a config option. +- 3406823 Make select timeout a config option - 3406825 Make ssl cipher list configurable Bugs fixed: Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/sfcb/configure.ac,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- configure.ac 29 Jun 2011 17:59:58 -0000 1.122 +++ configure.ac 29 Sep 2011 16:04:10 -0000 1.123 @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.3.13preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.3.13, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings |