From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C585A138010 for ; Sat, 8 Sep 2012 00:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744F7E06F4; Sat, 8 Sep 2012 00:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3CB93E06F4 for ; Sat, 8 Sep 2012 00:21:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8590233CEA4 for ; Sat, 8 Sep 2012 00:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 19FA8E5447 for ; Sat, 8 Sep 2012 00:21:00 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1347062600.aa346e28910a7a705bb9c1c94d10e90b4fd74c1f.tetromino@gentoo> Subject: [gentoo-commits] proj/openrc-settingsd:master commit in: / X-VCS-Repository: proj/openrc-settingsd X-VCS-Files: NEWS configure.ac X-VCS-Directories: / X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: aa346e28910a7a705bb9c1c94d10e90b4fd74c1f X-VCS-Branch: master Date: Sat, 8 Sep 2012 00:21:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b43b8cd-f6f6-4491-8023-8249c5fd3b4f X-Archives-Hash: a2a729f3e84d814d940714d5019f1435 commit: aa346e28910a7a705bb9c1c94d10e90b4fd74c1f Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Sep 8 00:03:20 2012 +0000 Commit: Alexandre Restovtsev gmail 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