aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 11:53:35 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-09-07 11:53:35 -0400
commit580df24c4a1806c9cdf5eb76df3e709f9b882179 (patch)
tree6a380ea9cb81e3807e547bb7555bb15c433a9917
parentAdd man page and homepage information, and --version support (diff)
downloadopenrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.tar.gz
openrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.tar.bz2
openrc-settingsd-580df24c4a1806c9cdf5eb76df3e709f9b882179.zip
-rw-r--r--NEWS3
-rw-r--r--TODO2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e69de29..c638bce 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,3 @@
+2011-09-07: version 1.0
+* First release.
+
diff --git a/TODO b/TODO
index f2fccd1..4ce0a77 100644
--- a/TODO
+++ b/TODO
@@ -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