From: lace <> Date: Thu, 29 Jun 2006 06:03:37 +0000 (+0000) Subject: Release: 1.1.1 X-Git-Tag: udpgate-1_1_1 X-Git-Url: http://git.jankratochvil.net/?p=udpgate.git;a=commitdiff_plain;h=refs%2Ftags%2Fudpgate-1_1_1 Release: 1.1.1 --- diff --git a/NEWS b/NEWS index defe48a..b150939 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ $Id$ +NEWS for udpgate-1.1.1 (2006-06-29) +---------------------- + +* Updated for the new server IP address. +* Fixed compilation on systems with no Gnome-devel packages installed. + + NEWS for udpgate-1.1 (2005-11-14) -------------------- diff --git a/configure.ac b/configure.ac index 7cc0d65..235aaa6 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl 2.53 for AM_GLIB_GNU_GETTEXT: AC_PREREQ(2.53) dnl Not yet present in: Red Hat autoconf-2.57-3 dnl AC_CONFIG_MACRO_DIR(macros) -AM_INIT_AUTOMAKE(udpgate,1.1.1cvs) +AM_INIT_AUTOMAKE(udpgate,1.1.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE dnl Prevent "AC_TRY_COMPILE was called before AC_ISC_POSIX":