summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorbustico2011-01-27 12:26:11 +0000
committerbustico2011-01-27 12:26:11 +0000
commita897bb17e74ff73b9ee19ace0ef62466030ab6e6 (patch)
tree0af86086972e8adbfbbbd5177583bc8340921bd0 /debian/changelog
parent0cebd5d6540937019be80429679472a1b50741c2 (diff)
downloadivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.zip
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.gz
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.bz2
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.xz
correct OSX Makefile to set correct dylib path on executable at install
correct broadcast adress for loopback (not the same beetween linux/windows and osx)
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 e2e279e..aeb587d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ivy-c (3.11.8) unstable; urgency=low
+
+ * correct broadcast adress for loopback (not the same beetween linux/windows and osx)
+ * replace cast by use of union to eliminate breaking strict aliasing rules
+ * correct OSX Makefile to set correct dylib path on executable at install
+ * make ivy-c compilable by a c++ compiler
+ * add fixes to remove all gcc warning message
+
+ -- Alexandre Bustico <bustico@cena.fr> Mon, 27 Janury 2010 13:43:00 +0100
+
ivy-c (3.11.7) unstable; urgency=low
* copy string buffer for message ready instead of referencing it since we have no clue if this buffer will remain valid atfer the caller calls init