From 8a9b18605680a1aff1bceac1300be77319b564df Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 25 Aug 2022 08:43:28 +0300 Subject: [7.2p] Bump version to 7.2p * doc/README: Bump version to 7.2p (rev. P). * .travis.yml (GC_REAL_VERSION): Likewise. * .travis.yml (AO_SRC_VER): Change to v7.2k. * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:5:1. * Makefile.in: Regenerate. --- .travis.yml | 4 ++-- ChangeLog | 8 ++++++++ Makefile.am | 2 +- Makefile.in | 2 +- doc/README | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a53a464d..7333a120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,8 +103,8 @@ jobs: - libatomic-ops-dev env: - MAKEFILE_TARGETS="distcheck" - - GC_REAL_VERSION=7.2o - - AO_SRC_VER=v7.2j + - GC_REAL_VERSION=7.2p + - AO_SRC_VER=v7.2k before_install: - if [[ "$MAKEFILE_TARGETS" == *"dist"* ]]; then diff --git a/ChangeLog b/ChangeLog index 5c26ae3a..e3554457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +[7.2p] + +2022-08-25 Ivan Maidanski + + * doc/README: Bump version to 7.2p (rev. P). + * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:5:1. + * Makefile.in: Regenerate. + 2022-08-03 Ivan Maidanski * doc/tree.html (A picture): Change type of hb_obj_kind (of hblkhdr) diff --git a/Makefile.am b/Makefile.am index b9518c54..f78cdb13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,7 +89,7 @@ endif # linuxthread semaphore functions get linked: libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS) libgc_la_DEPENDENCIES = @addobjs@ -libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:4:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:5:1 -no-undefined EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \ mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \ diff --git a/Makefile.in b/Makefile.in index 3780f906..a12768f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -939,7 +939,7 @@ libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ # linuxthread semaphore functions get linked: libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS) libgc_la_DEPENDENCIES = @addobjs@ -libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:4:1 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:5:1 -no-undefined EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \ mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \ rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \ diff --git a/doc/README b/doc/README index 0a8b4dc9..21a35240 100644 --- a/doc/README +++ b/doc/README @@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library. It is included here only because the atomic_ops distribution is, for simplicity, included in its entirety. -This is version 7.2o of a conservative garbage collector for C and C++. +This is version 7.2p of a conservative garbage collector for C and C++. You might find a more recent version of this at -- cgit v1.2.1