Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast Modified Files: ChangeLog configure.in libast.spec Log Message: Sun Feb 5 00:58:03 2006 Michael Jennings (mej) Fixed off-by-1 error in spiftool_join(). ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -3 -r1.141 -r1.142 --- ChangeLog 23 Jan 2006 19:31:53 -0000 1.141 +++ ChangeLog 5 Feb 2006 05:56:01 -0000 1.142 @@ -764,3 +764,7 @@ discovered by Rosiello Security. Details can be found at http://www.rosiello.org/en/read_bugs.php?id=25 ---------------------------------------------------------------------- +Sun Feb 5 00:58:03 2006 Michael Jennings (mej) + +Fixed off-by-1 error in spiftool_join(). +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- configure.in 23 Jan 2006 19:31:53 -0000 1.26 +++ configure.in 5 Feb 2006 05:56:01 -0000 1.27 @@ -1,4 +1,4 @@ -dnl# $Id: configure.in,v 1.26 2006/01/23 19:31:53 mej Exp $ +dnl# $Id: configure.in,v 1.27 2006/02/05 05:56:01 mej Exp $ test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize test "x$ACLOCAL" = "x" && ACLOCAL=aclocal @@ -19,7 +19,7 @@ SAVE_AUTOMAKE="$AUTOMAKE" AC_INIT(configure.in) -AM_INIT_AUTOMAKE(libast, 0.7) +AM_INIT_AUTOMAKE(libast, 0.7.1) AC_DEFINE_UNQUOTED(LIBAST_VERSION, "$VERSION", [Version]) AM_CONFIG_HEADER(config.h include/libast/sysdefs.h) =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/libast.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- libast.spec 23 Jan 2006 19:31:53 -0000 1.23 +++ libast.spec 5 Feb 2006 05:56:01 -0000 1.24 @@ -5,9 +5,9 @@ Summary: Library of Assorted Spiffy Things Name: libast -Version: 0.7 -Release: 1 -#Release: 0.%(date '+%Y%m%d') +Version: 0.7.1 +#Release: 1 +Release: 0.%(date '+%Y%m%d') Group: System Environment/Libraries License: BSD URL: http://www.eterm.org/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs