[xplc-cvs] xplc NEWS,1.38,1.39 configure.ac,1.40,1.41
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Pierre P. <pph...@us...> - 2005-10-31 23:19:44
|
Update of /cvsroot/xplc/xplc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26129 Modified Files: NEWS configure.ac Log Message: Updated the version numbers and the NEWS file. Index: NEWS =================================================================== RCS file: /cvsroot/xplc/xplc/NEWS,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** NEWS 19 Jul 2005 22:26:19 -0000 1.38 --- NEWS 31 Oct 2005 23:19:35 -0000 1.39 *************** *** 1,2 **** --- 1,10 ---- + New in 0.3.13 + ------------- + + * Added a uuidgen program. + * Suppress warnings in GCC 4. + * Put headers in a versioned location. + * Fixed building of XPLC on FreeBSD. + New in 0.3.12 ------------- Index: configure.ac =================================================================== RCS file: /cvsroot/xplc/xplc/configure.ac,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** configure.ac 26 Oct 2005 19:19:27 -0000 1.40 --- configure.ac 31 Oct 2005 23:19:35 -0000 1.41 *************** *** 21,25 **** # USA ! AC_INIT(XPLC, 0.3.12, pp...@lu...) AC_REVISION($Id$) --- 21,25 ---- # USA ! AC_INIT(XPLC, 0.3.13, pp...@lu...) AC_REVISION($Id$) |