Compare commits

2 Commits
Author SHA1 Message Date
David Schweikert 780865c8ee release 3.2 2012-05-29 10:25:21 +02:00
David Schweikert 063ee44417 Add missing changelog entry 2012-05-22 10:13:20 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
2012-05-22 David Schweikert <david@schweikert.ch>
* Version 3.2rc1
* Improve documentation for -g option (G.W. Haywood)
* Performance optimization for big select timeouts (#10, Andrey Bondarenko)
* Fix restart of select call after interrupt signal (#8, Boian Bonev)
* Fix infinite loop caused by linked list corruption (#11, Boian Bonev)
+1 -1
View File
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl Minimum Autoconf version required.
AC_PREREQ(2.59)
AC_INIT([fping],[3.2-rc1])
AC_INIT([fping],[3.2])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign])