octo@huhu:~/liboping $ svn merge -r7:9 branches/liboping-0.1 trunk
authorocto <octo>
Fri, 12 May 2006 15:41:11 +0000 (15:41 +0000)
committerocto <octo>
Fri, 12 May 2006 15:41:11 +0000 (15:41 +0000)
ChangeLog
configure.ac
debian/changelog

index bc96f7a..355f01c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,8 @@
+2006-05-12, Version 0.1.1
+       * A bug in the library has been fixed: When the sequence got higher
+         than 2^16 the counter in the packets wrapped around, but the
+         internal counter didn't, causing the library to ignore all further
+         ICMP packets. This affected both, ICMPv4 and ICMPv6.
+
 2006-05-08, Version 0.1.0
        * Initial release.
index ab94506..05226e2 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(liboping, 0.1.0)
+AC_INIT(liboping, 0.1.1)
 AC_CONFIG_SRCDIR(src/liboping.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index e5f3994..eb0b171 100644 (file)
@@ -1,3 +1,9 @@
+liboping (0.1.1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Florian Forster <octo@verplant.org>  Fri, 12 May 2006 17:37:23 +0200
+
 liboping (0.1.0) unstable; urgency=low
 
   * Initial Release.