From 6bec873a7a7d382b65912c62a93b972eec40f8f1 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 21 Dec 2017 21:53:29 +0300 Subject: [PATCH] [7.2i] Bump version to 7.2i in README; bump libgc.so version; update ChangeLog * doc/README: Bump version to 7.2i (rev. I). * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:1:0. --- .travis.yml | 2 +- ChangeLog | 7 +++++++ Makefile.am | 2 +- doc/README | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d17438fc..847e85062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: dist: trusty env: - MAKEFILE_TARGETS="distcheck" - - GC_REAL_VERSION=7.2h + - GC_REAL_VERSION=7.2i - os: linux env: - MAKEFILE_TARGETS="dist" diff --git a/ChangeLog b/ChangeLog index b35b146dc..a4c7bcab6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +[7.2i] + +2017-12-21 Ivan Maidanski + + * doc/README: Bump version to 7.2i (rev. I). + * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:1:0. + 2017-12-19 Ivan Maidanski * tests/test.c [!VERY_SMALL_CONFIG && CPP_WORDSZ==64] diff --git a/Makefile.am b/Makefile.am index e7b4344f7..0057ef8eb 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:0:0 -no-undefined +libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:1:0 -no-undefined EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \ mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \ diff --git a/doc/README b/doc/README index f378ad608..d312a8956 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.2h of a conservative garbage collector for C and C++. +This is version 7.2i of a conservative garbage collector for C and C++. You might find a more recent version of this at