summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-25 08:43:28 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-25 14:11:57 +0300
commit8a9b18605680a1aff1bceac1300be77319b564df (patch)
tree8b6ae379cf0b0e9bc56ad9f5accfe969e6b773f9
parent7dcdfc8efd80f4d7497435ff431bcb68548f4fb2 (diff)
downloadbdwgc-8a9b18605680a1aff1bceac1300be77319b564df.tar.gz
[7.2p]v7.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.
-rw-r--r--.travis.yml4
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--doc/README2
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 <ivmai@mail.ru>
+
+ * 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 <ivmai@mail.ru>
* 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