From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 1295C3857034 for ; Thu, 4 May 2023 11:50:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1295C3857034 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683201034; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mgBO4LyTvyg95JndvoRXGE9pSVOquTniwsWhlOiCKbw=; b=K6fWQISANk2Tlyyrg3mayACDIfadvIkVKks6fJVzTt8iB2eCK27/5HlzvJ8BwZ+BG4KoCI 40vA5kAbrs4/yaagrbnjz4p6nRjfbV95iUaxqiF3dRE1xqfqpusreHN6GHu09UI+qlkOao eaG11v9HbLRR8jg4tmqG26En6opy7bo= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-54-9rcfYK6UOlit_QhL4n--Ww-1; Thu, 04 May 2023 07:50:33 -0400 X-MC-Unique: 9rcfYK6UOlit_QhL4n--Ww-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3B3D03C0C89D; Thu, 4 May 2023 11:50:33 +0000 (UTC) Received: from localhost (unknown [10.42.28.13]) by smtp.corp.redhat.com (Postfix) with ESMTP id A4BE5C15BAD; Thu, 4 May 2023 11:50:32 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Document new library version in manual Date: Thu, 4 May 2023 12:50:31 +0100 Message-Id: <20230504115031.51842-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Pushed to trunk and gcc-13. -- >8 -- libstdc++-v3/ChangeLog: * doc/xml/manual/abi.xml (abi.versioning.history): Document libstdc++.so.6.0.32 and GLIBCXX_3.4.32 version. * doc/html/manual/abi.html: Regenerate. --- libstdc++-v3/doc/html/manual/abi.html | 6 +++--- libstdc++-v3/doc/xml/manual/abi.xml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index e0e241de3bd..4b4930bef4c 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -280,6 +280,7 @@ compatible. GCC 11.1.0: libstdc++.so.6.0.29 GCC 12.1.0: libstdc++.so.6.0.30 GCC 13.1.0: libstdc++.so.6.0.31 + GCC 13.2.0: libstdc++.so.6.0.32 Note 1: Error should be libstdc++.so.3.0.3. @@ -357,6 +358,7 @@ compatible. GCC 11.1.0: GLIBCXX_3.4.29, CXXABI_1.3.13 GCC 12.1.0: GLIBCXX_3.4.30, CXXABI_1.3.13 GCC 13.1.0: GLIBCXX_3.4.31, CXXABI_1.3.14 + GCC 13.2.0: GLIBCXX_3.4.32, CXXABI_1.3.14 -- 2.40.1