summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 037b073)
raw | patch | inline | side by side (parent: 037b073)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 27 Jul 2009 08:31:11 +0000 (10:31 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 27 Jul 2009 08:31:37 +0000 (10:31 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 121e8bfb504960efe8c02d13414408b1c7050b57..bd9a186581a63638a569a46b552b691939059963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-07-27, Version 1.3.2:
+ * src/oping.h: Remove `HAVE_*_H' macros for system headers. Those
+ macros should not be used in system wide installed header files.
+ Thanks to Sebastian for fixing this.
+
2009-07-20, Version 1.3.1
* src/liboping.c: Fix too eager argument validation that prevented the
library to work as documented. Thanks to Sebastian for catching this
diff --git a/configure.ac b/configure.ac
index 9d10adbd8010e56f30d247df0a4b9e74dfb8d6a9..508a76e1cc31037015765cd003b77055cc9a3b75 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 1.3.1)
+AC_INIT(liboping, 1.3.2)
AC_CONFIG_SRCDIR(src/liboping.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
# ABI version
LIBOPING_CURRENT=2
-LIBOPING_REVISION=1
+LIBOPING_REVISION=2
LIBOPING_AGE=2
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index 546f5d33c25d08f9606153775df972c2eb2e77ed..4f9bf89712287cfd6f90035f98ff8aac065f92c1 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1003000
+#define OPING_VERSION 1003002
/*
* Type definitions