summaryrefslogtreecommitdiff
path: root/redhat/changelog
diff options
context:
space:
mode:
authorbustico2004-09-03 09:46:57 +0000
committerbustico2004-09-03 09:46:57 +0000
commit64ebb941ad11cdb31a305a66f25ceb774536357e (patch)
tree9c329f3993db8973f186b2d6fb4874512f296ae6 /redhat/changelog
parent12751e3fc02e45da1198b82dadf83fe861ebfd1e (diff)
downloadivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.zip
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.gz
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.bz2
ivy-c-64ebb941ad11cdb31a305a66f25ceb774536357e.tar.xz
redhat files have been updated to permit an automatised packaging of ivy-c
with the rpmize tool
Diffstat (limited to 'redhat/changelog')
-rw-r--r--redhat/changelog23
1 files changed, 22 insertions, 1 deletions
diff --git a/redhat/changelog b/redhat/changelog
index 8a79974..5347305 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,4 +1,4 @@
-$Version = "3.4";
+$Version = "3.6";
$Release = 1;
$ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
@@ -58,4 +58,25 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- * miminal support of glut toolkit, by frc. However, there is currently no
- libglutivy in the bin package due to some glut loop limitation.
+
+
+ * Thu, 24 Jun 2004 Yannick Jestin <jestin@cena.fr>
+- Generation of version 3.6
+- * now uses PCRE ( Perl Compatible Regular Expressions ). Please use -livy -lpcre
+- now when compiling. See http://www.pcre.org or man pcre for more details
+- * tclivy.c : many bugfixes to support spaces in parameters captured by
+- regexp
+- * added an example directory, with gtk motif and tk bindings
+- * fixed a nasty bug in the IvyUnbindMsg, where new client still were sent a
+- binding to the unbound regexps
+- * added a help message for ivyprobe, when called with -? or with unknown
+- command line switches
+- * added a -n switch to ivyprobe to change the name of the ivyprobe
+- * added a -v switch to ivyprobe to check the ivy-c version
+- * Makefile merges solaris, linux, and OSX versions. edit before compiling...
+
+ * Thu Sep 2 2004 Alexandre Bustico <bustico@cena.fr>
+- Generation of version 3.6-1
+- updates redhat files to coorect rules file for rpmize
+
';