summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorbustico2008-05-19 15:31:30 +0000
committerbustico2008-05-19 15:31:30 +0000
commit09f82d4e1e6dd1672b272c314c42d5cf30c91ea8 (patch)
treea25557d3aad5edc2641f98ea434e0b676f6b6872 /debian/changelog
parent7cd590600a7ff3dd8defc3d639fd3e87f1973015 (diff)
downloadivy-c-09f82d4e1e6dd1672b272c314c42d5cf30c91ea8.zip
ivy-c-09f82d4e1e6dd1672b272c314c42d5cf30c91ea8.tar.gz
ivy-c-09f82d4e1e6dd1672b272c314c42d5cf30c91ea8.tar.bz2
ivy-c-09f82d4e1e6dd1672b272c314c42d5cf30c91ea8.tar.xz
* make the lib and api more robust by adding const where they should be
* compile with -Wall and eliminate remaining warnings
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e507261..18a6057 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,16 @@
+ivy-c (3.12) unstable; urgency=low
+
+ * fix again timer.c (thanks again to brno ivy dev team) so that timer could be removed within the callback
+ * make the lib and api more robust by adding const where they should be
+ * compile with -Wall and eliminate remaining warnings
+
+ -- Alexandre Bustico <bustico@cena.fr> Mon, 19 May 2008 17:30:00 +0200
+
ivy-c (3.11.3) unstable; urgency=low
* fix timer.c (thanks to brno ivy dev team), and ivydebug.h
+ * add __attribute__ gcc hooks which permit to emit warning when format
+ and arguments of bindmessage and sendmessage aren't concordant.
-- Alexandre Bustico <bustico@cena.fr> Tue, 14 May 2008 11:00:00 +0200