From patchwork Sat Oct 27 23:14:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 194639 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id BF4D22C0080 for ; Sun, 28 Oct 2012 10:15:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CEC428CDA7; Sat, 27 Oct 2012 23:15:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fztmQcu9jswe; Sat, 27 Oct 2012 23:15:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 730638CD5C; Sat, 27 Oct 2012 23:15:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B63018F74A for ; Sat, 27 Oct 2012 23:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3E1A28CD5C for ; Sat, 27 Oct 2012 23:15:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t41m6mwlxE5T for ; Sat, 27 Oct 2012 23:15:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by whitealder.osuosl.org (Postfix) with ESMTP id DDF378CAD4 for ; Sat, 27 Oct 2012 23:15:23 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0uAABqjFBR8cEw/2dsb2JhbABEhAOBTgGJJbNmgQmCTC8jT0s3CRGHcLtJi36DMIMkA5V0gRqKGoUOgnGBWQ Received: from 48.193-241-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.241.193.48]) by relay.skynet.be with ESMTP; 28 Oct 2012 01:15:21 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Sun, 28 Oct 2012 01:14:50 +0200 Message-Id: <1351379690-17391-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] Bump version to 2.9.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Bump version from 2.8.0 -> 2.9.0 Many bug fixes and improvements. Visit http://www.xmlsoft.org/news.html for more details. Signed-off-by: Sagaert Johan --- package/libxml2/libxml2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index b63200f..91042fa 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBXML2_VERSION = 2.8.0 +LIBXML2_VERSION = 2.9.0 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES LIBXML2_AUTORECONF = YES