From aa346e28910a7a705bb9c1c94d10e90b4fd74c1f Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Fri, 7 Sep 2012 20:03:20 -0400 Subject: version 1.0.1 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c638bce..b6decb6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2012-09-08: version 1.0.1 +* Run env-update after updating /etc/env.d/02locale +* Better diagnostics for missing ntp. + 2011-09-07: version 1.0 * First release. - diff --git a/configure.ac b/configure.ac index a912035..7841bf1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([openrc-settingsd], [1.0], [https://bugs.gentoo.org/], [openrc-settingsd], [http://gnome.gentoo.org/openrc-settingsd.xml]) +AC_INIT([openrc-settingsd], [1.0.1], [https://bugs.gentoo.org/], [openrc-settingsd], [http://gnome.gentoo.org/openrc-settingsd.xml]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz]) AC_PROG_CC_STDC -- cgit v1.2.3-65-gdbad