From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21326 invoked by alias); 6 Oct 2006 08:08:02 -0000 Received: (qmail 21309 invoked by uid 22791); 6 Oct 2006 08:08:02 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Oct 2006 08:07:59 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id B053FFAB4 for ; Fri, 6 Oct 2006 10:07:56 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.51) id 1GVkkH-0003J8-Qa for libc-hacker@sources.redhat.com; Fri, 06 Oct 2006 10:07:49 +0200 From: Andreas Jaeger To: Glibc hackers Subject: GLIBC_MINOR should be 5 OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Fri, 06 Oct 2006 08:08:00 -0000 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=sha1; protocol="application/pgp-signature" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00001.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1002 Ok to commit the appended patch? Andreas 2006-10-06 Andreas Jaeger * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: include/features.h --- include/features.h 25 Apr 2006 20:34:32 -0000 1.43 +++ include/features.h 6 Oct 2006 08:07:32 -0000 @@ -304,7 +304,7 @@ /* Major and minor version number of the GNU C library package. Use these macros to test for features in specific releases. */ #define __GLIBC__ 2 -#define __GLIBC_MINOR__ 4 +#define __GLIBC_MINOR__ 5 =20 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >=3D ((maj) << 16) + (min)) --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj/ SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFJg7VOJpWPMJyoSYRApfnAJ0QJjW32rtJ8Zh7KWtzxNkqGB83eACdEI1c W6KGqprTocCPTXXGeIXYKxA= =jTSN -----END PGP SIGNATURE----- --=-=-=--