diff options
| author | Lennart Poettering <lennart@poettering.net> | 2011-04-04 00:10:14 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2011-04-04 00:10:14 +0200 | 
| commit | e5984cc025eb4ae9530616b09d4803c7fc80f8c4 (patch) | |
| tree | 899d481a5cb1a21079bebd1bd416927393f5bd49 | |
| parent | 60e78c0afb11eaafbdbe974a7d42751029afff83 (diff) | |
| -rw-r--r-- | configure.ac | 8 | ||||
| -rw-r--r-- | docs/NEWS | 11 | 
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]) @@ -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  | 
