Update of /cvsroot/perfparse/_perfparse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26895
Modified Files:
ChangeLog configure.ac
Log Message:
added version information to storage module api and renamed upcoming version.
Index: configure.ac
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** configure.ac 28 Sep 2007 21:53:16 -0000 1.28
--- configure.ac 18 Dec 2007 15:08:50 -0000 1.29
***************
*** 25,29 ****
AC_PREREQ(2.59)
! AC_INIT([perfparse],[0.106.2],[per...@li...])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
--- 25,29 ----
AC_PREREQ(2.59)
! AC_INIT([perfparse],[1.0 beta 1],[per...@li...])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
Index: ChangeLog
===================================================================
RCS file: /cvsroot/perfparse/_perfparse/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ChangeLog 16 Dec 2007 22:45:52 -0000 1.19
--- ChangeLog 18 Dec 2007 15:08:50 -0000 1.20
***************
*** 1,3 ****
! Version 0.106.2
Added advanced error log facilities. (FG)
Fixed bug where part of the grid is painted on the border. (FG)
--- 1,4 ----
! Version 1.0 beta 1
! Added version information to storage API (module) (FG)
Added advanced error log facilities. (FG)
Fixed bug where part of the grid is painted on the border. (FG)
|