public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-01-29  4:16 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-01-29  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f2c3be687709d91a240a9e37f55265bc4d04c8ed
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 04:15:42 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Jan 29 04:15:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=f2c3be68

Added TODO

---
 TODO |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
new file mode 100644
index 0000000..b8bbc7a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+Refactor on_handle_set_* callbacks (lots of code duplication currently).
+
+Implement localed and timedated.
+
+Do something about runtime dependency on systemd's org.freedesktop.hostname1.policy,
+org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy files.
+
+Decide how openrc-settingsd should be started (/etc/init.d? dbus activation?
+might that conflict with systemd's services or files in some way?)
+
+Make an ebuild, and add it to portage!
\ No newline at end of file



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-01-30  9:18 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-01-30  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     473062ce33b70dee0b721c2b31793ae6262171e6
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 09:18:35 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Jan 30 09:18:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=473062ce

Some more TODO items

---
 TODO |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index b8bbc7a..aae8395 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,16 @@
 Refactor on_handle_set_* callbacks (lots of code duplication currently).
 
+Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent
+if the relevant variable is set in /etc/rc.conf (go to read-only mode?)
+
+What happens if e.g. /etc/conf.d/hostname.{runlevel} files exist? Just
+document that this case is not supported?
+
+Write an init.d file to read RC_SYS so that we can piggyback on openrc's
+built-in virtualization detection.
+
+Add command-line arguments (e.g. --no-hostnamed --readonly-localed).
+
 Implement localed and timedated.
 
 Do something about runtime dependency on systemd's org.freedesktop.hostname1.policy,



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-02-02 11:30 Nirbheek Chauhan
  0 siblings, 0 replies; 12+ messages in thread
From: Nirbheek Chauhan @ 2012-02-02 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     dcdcc7d84fff9e2917153dd4e28bee2db3aae554
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 11:29:22 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 11:29:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=dcdcc7d8

Add a gitignore file

---
 .gitignore |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b116e46
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# Absolute rules
+/.deps/
+/aclocal.m4
+/autom4te.cache/
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/m4/
+/Makefile
+/Makefile.in
+/missing
+/openrc-settingsd
+/stamp-h1
+/src/hostnamed-generated.[ch]
+
+# Relative rules
+*.o
+*.swp
+*~
+*.py[oc]



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-02-02 17:52 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-02-02 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2e59f8fff4c56c36f3ad7194ca4be0f92f478917
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 17:51:13 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Feb  2 17:51:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=2e59f8ff

TODO: switch to GFile

---
 TODO |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index aae8395..530ec81 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+Use GFile for file I/O to take advantage of built-in temporary handling.
+
 Refactor on_handle_set_* callbacks (lots of code duplication currently).
 
 Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent
@@ -19,4 +21,4 @@ org.freedesktop.locale1.policy, and org.freedesktop.timedate1.policy files.
 Decide how openrc-settingsd should be started (/etc/init.d? dbus activation?
 might that conflict with systemd's services or files in some way?)
 
-Make an ebuild, and add it to portage!
\ No newline at end of file
+Make an ebuild, and add it to portage!



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-02-05  8:40 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-02-05  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bb88e2caa76e137e6982f88b5e19d5d1a8f2e97d
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 08:40:03 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Feb  5 08:40:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=bb88e2ca

TODO: we need nss-myhostname in portage

---
 TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index d6bebd9..e8694da 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+Add nss-myhostname detection (and add nss-myhostnane to portage)
+
 Source /etc/rc.conf after /etc/conf.d/$service; do something intelligent
 if the relevant variable is set in /etc/rc.conf (go to read-only mode?)
 



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-02-08  5:57 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-02-08  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5ed6907bf3f25f2bfd2302644b7e5460dc6e62f5
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 05:57:03 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 05:57:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=5ed6907b

Update .gitignore

---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index b116e46..b0d689f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,7 +19,7 @@
 /missing
 /openrc-settingsd
 /stamp-h1
-/src/hostnamed-generated.[ch]
+/src/hostname1-generated.[ch]
 
 # Relative rules
 *.o



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-06  6:29 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-06  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2a6ad6a1fdaa725ce2b5a8763405bf5af9d67168
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 05:23:04 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep  6 05:23:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=2a6ad6a1

openrc provides a pkgconfig file

---
 configure.ac |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4e2e9ac..fe600ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,14 @@ LT_INIT([disable-static pic-only])
 AC_PREFIX_DEFAULT([/usr])
 
 AC_PROG_MKDIR_P
-AC_SEARCH_LIBS([rc_service_exists], [rc], [], [AC_MSG_ERROR([OpenRC's librc not found])])
 AC_SEARCH_LIBS([clock_gettime], [rt], [], [AC_MSG_ERROR([librt not found])])
-PKG_CHECK_MODULES(OPENRC_SETTINGSD, [gio-unix-2.0 >= 2.30 gio-2.0 >= 2.30 glib-2.0 >= 2.30 dbus-1 polkit-gobject-1])
+PKG_CHECK_MODULES(OPENRC_SETTINGSD,
+                  [gio-unix-2.0 >= 2.30
+                   gio-2.0 >= 2.30
+                   glib-2.0 >= 2.30
+                   dbus-1
+                   polkit-gobject-1
+                   openrc])
 AC_SUBST(OPENRC_SETTINGSD_CFLAGS)
 AC_SUBST(OPENRC_SETTINGSD_LIBS)
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-06  6:29 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-06  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6c12da144853f3541da9ab1f2da42c36c8af96a8
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 06:28:29 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep  6 06:28:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=6c12da14

Update README

---
 README |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/README b/README
index bd6adac..f222799 100644
--- a/README
+++ b/README
@@ -16,6 +16,10 @@ Hostnamed:
  PRETTY_HOSTNAME="Foo !"
  ICON_NAME="computer-desktop"
 
+ It is strongly recommended that hostnamed be used with nss-myhostname
+ (http://0pointer.de/lennart/projects/nss-myhostname/) to ensure the local
+ host name always remains resolvable.
+
 Localed:
 
  See http://www.freedesktop.org/wiki/Software/systemd/localed for the DBus
@@ -27,16 +31,23 @@ Localed:
  keymap="foo"
  The virtual console keymap toggle is not supported.
 
-/*
- Not implemented yet.
-
  X11 keyboard options are set in /etc/X11/xorg.conf.d/30-keyboard.conf
  (falling back to 00-keyboard.conf if it exists and 30-keyboard.conf does
- not) in an InputClass section.
- Localed will attempt to detect if multiple InputClass sections with
- keyboard options exist in /etc/X11/xorg.conf and /etc/X11/xorg.conf.d/,
- and if that is the case, will refuse to modify X11 keyboard settings.
-*/
+ not). See http://www.gentoo.org/doc/en/xorg-config.xml for configuration
+ information.
+
+Timedated:
+
+  See http://www.freedesktop.org/wiki/Software/systemd/timedated for the DBus
+  protocol description.
+
+  The RTC UTC vs. local time setting is set in /etc/conf.d/hwclock as
+  clock="UTC" or clock="local".
+
+  The timezone is set in /etc/timezone and /etc/localtime.
+
+  openrc-settingsd attempts to auto-detect an appropriate ntp implementation.
+  To avoid auto-detection, use the --ntp-service command line option.
 
 Note that openrc-settingsd expects any shell-syntax settings files that it
 modifies to be in UTF-8 encoding, and to consist only of comments and simple


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-07 11:45 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-07 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     537d805a9a7a3fd14ace7cb74bb45de700922bb7
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 11:43:11 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep  7 11:43:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=537d805a

Fix parallel make failure

The "mv" resulted in a race condition. To avoid it, before running gdbus
codegen, switch to the directory where we want its output files to go.

---
 Makefile.am |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5902180..b40710e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,10 +55,10 @@ do_subst = sed -e 's,[@]libexecdir[@],$(libexecdir),g' \
 	$(NULL)
 
 data/init.d/openrc-settingsd : data/init.d/openrc-settingsd.in
-	$(do_subst) < $(srcdir)/data/init.d/openrc-settingsd.in > $(top_srcdir)/data/init.d/openrc-settingsd
+	$(do_subst) < $(srcdir)/data/init.d/openrc-settingsd.in > $(srcdir)/data/init.d/openrc-settingsd
 
 %.service : %.service.in
-	$(do_subst) < $(srcdir)/$< > $(top_srcdir)/$@
+	$(do_subst) < $(srcdir)/$< > $(srcdir)/$@
 
 AM_CPPFLAGS = \
 	-include $(top_builddir)/config.h \
@@ -120,28 +120,31 @@ nodist_openrc_settingsd_SOURCES = \
 	$(NULL)
 
 $(hostnamed_built_sources) : data/org.freedesktop.hostname1.xml
-	( $(GDBUS_CODEGEN) \
+	( pushd "$(srcdir)/src" > /dev/null; \
+	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdHostnamed \
 	--generate-c-code hostname1-generated \
-	$(srcdir)/data/org.freedesktop.hostname1.xml; \
-	mv hostname1-generated.{c,h} $(top_srcdir)/src/ )
+	$(abs_srcdir)/data/org.freedesktop.hostname1.xml; \
+	popd > /dev/null )
 
 $(localed_built_sources) : data/org.freedesktop.locale1.xml
-	( $(GDBUS_CODEGEN) \
+	( pushd "$(srcdir)/src" > /dev/null; \
+	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdLocaled \
 	--generate-c-code locale1-generated \
-	$(srcdir)/data/org.freedesktop.locale1.xml; \
-	mv locale1-generated.{c,h} $(top_srcdir)/src/ )
+	$(abs_srcdir)/data/org.freedesktop.locale1.xml; \
+	popd > /dev/null )
 
 $(timedated_built_sources) : data/org.freedesktop.timedate1.xml
-	( $(GDBUS_CODEGEN) \
+	( pushd "$(srcdir)/src" > /dev/null; \
+	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdTimedated \
 	--generate-c-code timedate1-generated \
-	$(srcdir)/data/org.freedesktop.timedate1.xml; \
-	mv timedate1-generated.{c,h} $(top_srcdir)/src/ )
+	$(abs_srcdir)/data/org.freedesktop.timedate1.xml; \
+	popd > /dev/null )
 
 BUILT_SOURCES = \
 	$(hostnamed_built_sources) \


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-07 11:55 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-07 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb37f430f05b33e5f0abea4300ee89f5baf6aa7
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 11:54:27 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep  7 11:54:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=cbb37f43

Use $(AM_V_GEN) for nicer make output

---
 Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b40710e..0802620 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ confddir = $(sysconfdir)/conf.d
 dist_confd_DATA = data/conf.d/openrc-settingsd
 
 pidfile = @pidfile@
-do_subst = sed -e 's,[@]libexecdir[@],$(libexecdir),g' \
+do_subst = $(SED) -e 's,[@]libexecdir[@],$(libexecdir),g' \
 	-e 's,[@]pidfile[@],$(pidfile),g' \
 	$(NULL)
 
@@ -120,7 +120,7 @@ nodist_openrc_settingsd_SOURCES = \
 	$(NULL)
 
 $(hostnamed_built_sources) : data/org.freedesktop.hostname1.xml
-	( pushd "$(srcdir)/src" > /dev/null; \
+	$(AM_V_GEN)( pushd "$(srcdir)/src" > /dev/null; \
 	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdHostnamed \
@@ -129,7 +129,7 @@ $(hostnamed_built_sources) : data/org.freedesktop.hostname1.xml
 	popd > /dev/null )
 
 $(localed_built_sources) : data/org.freedesktop.locale1.xml
-	( pushd "$(srcdir)/src" > /dev/null; \
+	$(AM_V_GEN)( pushd "$(srcdir)/src" > /dev/null; \
 	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdLocaled \
@@ -138,7 +138,7 @@ $(localed_built_sources) : data/org.freedesktop.locale1.xml
 	popd > /dev/null )
 
 $(timedated_built_sources) : data/org.freedesktop.timedate1.xml
-	( pushd "$(srcdir)/src" > /dev/null; \
+	$(AM_V_GEN)( pushd "$(srcdir)/src" > /dev/null; \
 	$(GDBUS_CODEGEN) \
 	--interface-prefix org.freedesktop. \
 	--c-namespace OpenrcSettingsdTimedated \


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-07 16:04 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-07 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     580df24c4a1806c9cdf5eb76df3e709f9b882179
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 15:53:35 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep  7 15:53:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=580df24c

version 1.0

---
 NEWS         |    3 +++
 TODO         |    2 --
 configure.ac |    2 +-
 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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/openrc-settingsd:master commit in: /
@ 2012-09-08  0:21 Alexandre Restovtsev
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Restovtsev @ 2012-09-08  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aa346e28910a7a705bb9c1c94d10e90b4fd74c1f
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  8 00:03:20 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Sep  8 00:03:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=aa346e28

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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-09-08  0:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29  4:16 [gentoo-commits] proj/openrc-settingsd:master commit in: / Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2012-01-30  9:18 Alexandre Restovtsev
2012-02-02 11:30 Nirbheek Chauhan
2012-02-02 17:52 Alexandre Restovtsev
2012-02-05  8:40 Alexandre Restovtsev
2012-02-08  5:57 Alexandre Restovtsev
2012-09-06  6:29 Alexandre Restovtsev
2012-09-06  6:29 Alexandre Restovtsev
2012-09-07 11:45 Alexandre Restovtsev
2012-09-07 11:55 Alexandre Restovtsev
2012-09-07 16:04 Alexandre Restovtsev
2012-09-08  0:21 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox