summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-04 00:10:14 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-04 00:10:14 +0200
commite5984cc025eb4ae9530616b09d4803c7fc80f8c4 (patch)
tree899d481a5cb1a21079bebd1bd416927393f5bd49
parent60e78c0afb11eaafbdbe974a7d42751029afff83 (diff)
doc,build-sys: prepare new releasev0.6.30master-tx
-rw-r--r--configure.ac8
-rw-r--r--docs/NEWS11
2 files changed, 15 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b9aa356..25af5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# USA.
AC_PREREQ(2.63)
-AC_INIT([avahi],[0.6.29],[avahi (at) lists (dot) freedesktop (dot) org])
+AC_INIT([avahi],[0.6.30],[avahi (at) lists (dot) freedesktop (dot) org])
AC_CONFIG_SRCDIR([avahi-core/server.c])
AC_CONFIG_MACRO_DIR([common])
AC_CONFIG_HEADERS([config.h])
@@ -27,9 +27,9 @@ AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax])
AC_SUBST(PACKAGE_URL, [http://avahi.org/])
-AC_SUBST(LIBAVAHI_COMMON_VERSION_INFO, [8:2:5])
-AC_SUBST(LIBAVAHI_CORE_VERSION_INFO, [7:1:0])
-AC_SUBST(LIBAVAHI_CLIENT_VERSION_INFO, [5:8:2])
+AC_SUBST(LIBAVAHI_COMMON_VERSION_INFO, [8:3:5])
+AC_SUBST(LIBAVAHI_CORE_VERSION_INFO, [7:2:0])
+AC_SUBST(LIBAVAHI_CLIENT_VERSION_INFO, [5:9:2])
AC_SUBST(LIBAVAHI_GLIB_VERSION_INFO, [1:2:0])
AC_SUBST(LIBAVAHI_GOBJECT_VERSION_INFO, [0:4:0])
AC_SUBST(LIBAVAHI_QT3_VERSION_INFO, [1:2:0])
diff --git a/docs/NEWS b/docs/NEWS
index 20f8fd8..96555c7 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,6 +3,17 @@ Avahi 0.6.29
This is a bugfix release.
+ * Make IPv6 work again
+ * i18n updates
+ * Minor other updates
+
+This release is backwards compatible with Avahi 0.6.x with x < 30.
+
+Avahi 0.6.29
+============
+
+This is a bugfix release.
+
* Updates regarding systemd integration
* Compatibility with newer gtk3 and gobject introspection
* i18n updates