diff options
author | sc | 1999-04-22 13:43:48 +0000 |
---|---|---|
committer | sc | 1999-04-22 13:43:48 +0000 |
commit | c26eecf1416945fbed2c9bc453b1d14172b66c27 (patch) | |
tree | 09fc243cc87e763044bb028092000e77b80234c1 /redhat | |
parent | 5843bac42c5b1a55109e21508d25e0fd1d224345 (diff) | |
download | irbox-c26eecf1416945fbed2c9bc453b1d14172b66c27.zip irbox-c26eecf1416945fbed2c9bc453b1d14172b66c27.tar.gz irbox-c26eecf1416945fbed2c9bc453b1d14172b66c27.tar.bz2 irbox-c26eecf1416945fbed2c9bc453b1d14172b66c27.tar.xz |
Version 1.1
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/irbox.tmpl | 30 | ||||
-rw-r--r-- | redhat/irbox.ver | 4 |
2 files changed, 32 insertions, 2 deletions
diff --git a/redhat/irbox.tmpl b/redhat/irbox.tmpl index 4d5c366..572f835 100644 --- a/redhat/irbox.tmpl +++ b/redhat/irbox.tmpl @@ -22,3 +22,33 @@ push @ChangeLog, '* Fri Jan 29 1999 Michelle Jacomi <jacomi@cenatoulouse.dgac.fr - PACKAGE 1 '; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-1 +- New tables -> version 1.1 + +'; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-2 +- Fixed last minute bug in irbox.init + +'; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-3 +- Fixed last minute bug in Makefile + +'; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-4 +- Added tables that had been forgotten + +'; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-5 +- Added anther batch of forgotten tables. + +'; +push @ChangeLog, '* Thu Mar 11 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr> +- Generation of irbox-1.1-6 +- Fixed a late minute bug in lexical analyser + +'; diff --git a/redhat/irbox.ver b/redhat/irbox.ver index 5474aec..e8834f6 100644 --- a/redhat/irbox.ver +++ b/redhat/irbox.ver @@ -1,2 +1,2 @@ -$Version = 1.0; -$Release = 2; +$Version = 1.1; +$Release = 6; |