Skip to content

Commit

Permalink
[7.2k]
Browse files Browse the repository at this point in the history
Bump version to 7.2k in README; bump libgc.so version; update ChangeLog

* doc/README: Bump version to 7.2k (rev. K).
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:3:1.
* Makefile.in: Regenerate.
  • Loading branch information
ivmai committed Apr 18, 2018
1 parent 1831d1c commit f7856ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:
- libatomic-ops-dev
env:
- MAKEFILE_TARGETS="distcheck"
- GC_REAL_VERSION=7.2j
- GC_REAL_VERSION=7.2k
- os: linux
env:
- MAKEFILE_TARGETS="dist"
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
[7.2k]

2018-04-19 Ivan Maidanski <ivmai@mail.ru>

* doc/README: Bump version to 7.2k (rev. K).
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:3:1.
* Makefile.in: Regenerate.

2018-04-18 Ivan Maidanski <ivmai@mail.ru>

* dbg_mlc.c (GC_store_debug_info_inner): Remove comment (as it exists
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -90,7 +90,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:2:1 -no-undefined
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3:1 -no-undefined

EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -942,7 +942,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:2:1 -no-undefined
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3: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 \
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Expand Up @@ -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.2j of a conservative garbage collector for C and C++.
This is version 7.2k of a conservative garbage collector for C and C++.

You might find a more recent version of this at

Expand Down

0 comments on commit f7856ac

Please sign in to comment.