diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-07 11:53:35 -0400 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-09-07 11:53:35 -0400 |
commit | 580df24c4a1806c9cdf5eb76df3e709f9b882179 (patch) | |
tree | 6a380ea9cb81e3807e547bb7555bb15c433a9917 | |
parent | Add man page and homepage information, and --version support (diff) | |
download | openrc-settingsd-1.0.tar.gz openrc-settingsd-1.0.tar.bz2 openrc-settingsd-1.0.zip |
version 1.0openrc-settingsd-1.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -0,0 +1,3 @@ +2011-09-07: version 1.0 +* First release. + @@ -7,5 +7,3 @@ What happens if e.g. /etc/conf.d/hostname.{runlevel} files exist? Just document that this case is not supported? De-systemd-ize hwclock.c - -Make an ebuild, and add it to portage! diff --git a/configure.ac b/configure.ac index 3e0480a..a912035 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([openrc-settingsd], [0], [https://bugs.gentoo.org/], [openrc-settingsd], [http://gnome.gentoo.org/openrc-settingsd.xml]) +AC_INIT([openrc-settingsd], [1.0], [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 |