From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20807 invoked by alias); 20 Jun 2013 12:41:49 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 20783 invoked by uid 89); 20 Jun 2013 12:41:45 -0000 X-Spam-SWARE-Status: No, score=-7.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_GC autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 20 Jun 2013 12:41:44 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5KCfhVV021768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Jun 2013 08:41:43 -0400 Received: from zebedee.pink (ovpn-113-41.phx2.redhat.com [10.3.113.41]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r5KCfgew010723; Thu, 20 Jun 2013 08:41:42 -0400 Message-ID: <51C2F885.9070106@redhat.com> Date: Thu, 20 Jun 2013 12:41:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Matthias Klose CC: GCJ-patches Subject: Re: [patch] bump libgcj soversion References: <51C2F78F.4030809@ubuntu.com> In-Reply-To: <51C2F78F.4030809@ubuntu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q2/txt/msg00061.txt.bz2 On 06/20/2013 01:37 PM, Matthias Klose wrote: > Bump the libgcj soversion for 4.9, as done for every release. Ok for the trunk? OK, ta. Andrew.