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 081BC138200 for ; Sat, 6 Jul 2013 13:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AAEBE09B6; Sat, 6 Jul 2013 13:17:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4186E09E0 for ; Sat, 6 Jul 2013 13:17:34 +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 37DB733EAE0 for ; Sat, 6 Jul 2013 13:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D3B79E468F for ; Sat, 6 Jul 2013 13:17:31 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373116241.c1f77e5776564c887112666eeee37652513d7720.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: / X-VCS-Repository: proj/eselect X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: c1f77e5776564c887112666eeee37652513d7720 X-VCS-Branch: master Date: Sat, 6 Jul 2013 13:17:31 +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: 72a77f58-a332-4126-886a-3a9ddf346725 X-Archives-Hash: ba4091bb3ffdec4dec86f9922714aa19 commit: c1f77e5776564c887112666eeee37652513d7720 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 6 13:10:41 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jul 6 13:10:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=c1f77e57 Update NEWS. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index a8ab975..68d3aab 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. +1.3.6: + Bug fixes: + - Fixed bug #475284: Workaround for bash crashing on Darwin. + + New features: + - eselect-mode for Emacs. + 1.3.5: Bug fixes: - Fixed bug #451150: Restore stderr in die() for proper error output.