summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--redhat/changelog7
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 48b72df..32cbc1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ivy-c (3.7) unstable; urgency=low
+
+ * no more libgtkivy, replaced by libgivy (thx Alexandre Bustico <bustico@cena.fr>)
+ * Add new callback to treat binding events on ivy bus (Guillaume Vidon <vidon@cena.fr>)
+ * Add Option to ivyprobe to test new callback on binding events
+
+ --
+
ivy-c (3.6) unstable; urgency=low
* now uses PCRE ( Perl Compatible Regular Expressions ). Please use -livy -lpcre
diff --git a/redhat/changelog b/redhat/changelog
index f62ecb0..72bccd0 100644
--- a/redhat/changelog
+++ b/redhat/changelog
@@ -1,5 +1,5 @@
-$Version = "3.6";
-$Release = 2;
+$Version = "3.7";
+$Release = 0;
$ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
- Generation of ivy-c-3.0-2
@@ -99,4 +99,7 @@ $ChangeLog = ' * Sat Feb 20 1999 Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
* Tue Sep 7 2004 Alexandre Bustico <bustico@cena.fr>
- Generation of version 3.6-2
+ * Thu Fev 24 2005 Guillaume Vidon <vidon@cena.fr>
+- Generation of version 3.7
+
';