From commits-return-7046-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Sep 26 23:20:32 2005 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 58880 invoked from network); 26 Sep 2005 23:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 23:20:32 -0000 Received: (qmail 10677 invoked by uid 500); 26 Sep 2005 23:20:31 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 10570 invoked by uid 500); 26 Sep 2005 23:20:30 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 10557 invoked by uid 99); 26 Sep 2005 23:20:30 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 26 Sep 2005 16:20:30 -0700 Received: (qmail 58768 invoked by uid 65534); 26 Sep 2005 23:20:10 -0000 Message-ID: <20050926232010.58761.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r291780 - in /apr/apr/branches/1.2.x: STATUS include/apr_version.h Date: Mon, 26 Sep 2005 23:20:09 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: wrowe Date: Mon Sep 26 16:20:06 2005 New Revision: 291780 URL: http://svn.apache.org/viewcvs?rev=291780&view=rev Log: Prepare for 1.2.2 candidate. [scratch and stop tracking 0.x dates in 1.x] Modified: apr/apr/branches/1.2.x/STATUS apr/apr/branches/1.2.x/include/apr_version.h Modified: apr/apr/branches/1.2.x/STATUS URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/STATUS?rev=291780&r1=291779&r2=291780&view=diff ============================================================================== --- apr/apr/branches/1.2.x/STATUS (original) +++ apr/apr/branches/1.2.x/STATUS Mon Sep 26 16:20:06 2005 @@ -3,31 +3,16 @@ Releases: -Standalone + 1.2.3 : in development + 1.2.2 : tagged September 26, 2005 + 1.2.1 : released August 18, 2005 1.1.1 : released March 17, 2005 1.1.0 : released January 25, 2005 - 1.0.1 : released November 18, 2004 + 1.0.1 : released November 19, 2004 1.0.0 : released September 1, 2004 - 0.9.5 : released November 19, 2004 - 0.9.4 : released September 25, 2003 - 0.9.3 : tagged March 30, 2003 - 0.9.2 : released March 22, 2003 - 0.9.1 : released September 11, 2002 - 0.9.0 : released August 28, 2002 -Bundled with httpd - 2.0a9 : released December 12, 2000 - 2.0a8 : released November 20, 2000 - 2.0a7 : released October 8, 2000 - 2.0a6 : released August 18, 2000 - 2.0a5 : released August 4, 2000 - 2.0a4 : released June 7, 2000 - 2.0a3 : released April 28, 2000 - 2.0a2 : released March 31, 2000 - 2.0a1 : released March 10, 2000 - -RELEASE 1.0.1 SHOWSTOPPERS: +RELEASE 1.2.x SHOWSTOPPERS: CURRENT VOTES: Modified: apr/apr/branches/1.2.x/include/apr_version.h URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/include/apr_version.h?rev=291780&r1=291779&r2=291780&view=diff ============================================================================== --- apr/apr/branches/1.2.x/include/apr_version.h (original) +++ apr/apr/branches/1.2.x/include/apr_version.h Mon Sep 26 16:20:06 2005 @@ -66,7 +66,7 @@ * "development" copies of APR. It is undefined for released versions * of APR. */ -#define APR_IS_DEV_VERSION +/* #define APR_IS_DEV_VERSION */ #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)