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$)
|