|
From: Marcel T. <te...@us...> - 2004-10-25 12:49:56
|
Update of /cvsroot/openwince/tools/ibisa In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8193 Modified Files: ChangeLog NEWS configure.ac Log Message: 2004-10-25 Marcel Telka <ma...@te...> * src/Makefile.owce (all): Added proj dependency. (proj): New target. * configure.ac (AC_INIT): Changed version number to 0.3.6. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/NEWS,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- NEWS 31 May 2004 08:08:01 -0000 1.31 +++ NEWS 25 Oct 2004 12:49:35 -0000 1.32 @@ -1,5 +1,7 @@ $Id$ + * Added support for building project directory. + ibisa-0.3.5 (2004-05-31): * Added custom buildrel script run after standard buildrel script. Index: configure.ac =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/configure.ac,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- configure.ac 11 Nov 2003 15:17:15 -0000 1.11 +++ configure.ac 25 Oct 2004 12:49:35 -0000 1.12 @@ -21,7 +21,7 @@ # Written by Marcel Telka <ma...@te...>, 2003. # -AC_INIT(ibisa,0.3.5) +AC_INIT(ibisa,0.3.6) AC_PREREQ(2.53) AC_REVISION($Revision$) Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/tools/ibisa/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- ChangeLog 31 May 2004 08:08:00 -0000 1.43 +++ ChangeLog 25 Oct 2004 12:49:35 -0000 1.44 @@ -1,3 +1,9 @@ +2004-10-25 Marcel Telka <ma...@te...> + + * src/Makefile.owce (all): Added proj dependency. + (proj): New target. + * configure.ac (AC_INIT): Changed version number to 0.3.6. + 2004-05-31 Marcel Telka <ma...@te...> Version 0.3.5 released. |