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 14787138AD0 for ; Sat, 24 Jan 2015 12:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0ECE09CC; Sat, 24 Jan 2015 12:27:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77551E09B9 for ; Sat, 24 Jan 2015 12:27:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6821E340709 for ; Sat, 24 Jan 2015 12:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E1DC1044B for ; Sat, 24 Jan 2015 12:27:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1422101753.30bc73eddf756f66145b8603e31505e7093972d6.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog configure.ac X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 30bc73eddf756f66145b8603e31505e7093972d6 X-VCS-Branch: master Date: Sat, 24 Jan 2015 12:27:17 +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: 4694d008-6c14-49eb-ae7f-94801d660f4f X-Archives-Hash: 80050234bbb90fc3d047c0ac82a5e26e commit: 30bc73eddf756f66145b8603e31505e7093972d6 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 24 12:15:53 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 24 12:15:53 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=30bc73ed Update version to 1.4.4. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea271e4..9fa727f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-01-24 Ulrich Müller + * configure.ac: Update version to 1.4.4. + * Tagged 1.4.4 release. + * README: Documentation is now licensed under GPL-2+ or CC-BY-SA-3.0 (was CC-BY-SA-2.5 before). diff --git a/configure.ac b/configure.ac index d2eb07d..3923e70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.3, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.4, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config)