diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2018-09-05 01:07:03 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2018-09-05 01:10:55 +0300 |
commit | 5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4 (patch) | |
tree | 7b4a28d917c8c12493cf10ddb0ece2ec4dcee2ab | |
parent | e71ab76ffedfbc3fcd9063dd9e95ff8b9f03b585 (diff) | |
download | bdwgc-5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4.tar.gz |
[8.0.0]v8.0.0
Bump gc version to 8.0.0 (experimental release)
* ChangeLog (8.0.0): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change version info
of libgc.so to 5:1:4).
* Makefile.am (LIBGCCPP_VER_INFO): Increment current and age (change
version info of libgccpp.so to 5:0:4).
* README.md: Bump major version (set minor and micro to 0).
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MAJOR, GC_TMP_VERSION_MINOR,
GC_TMP_VERSION_MICRO): Likewise.
* README.md: Remove build status badges (Travis, AppVeyor, Codecov,
Coveralls, Coverity, LGTM).
* cord/cord.am (LIBCORD_VER_INFO): Increment current and age (change
version info of libcord.so to 5:0:4).
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | appveyor.yml | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | cord/cord.am | 2 | ||||
-rw-r--r-- | include/gc_version.h | 6 |
8 files changed, 11 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml index ee5625cc..4b471e90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: coverity_scan: project: name: ivmai/bdwgc - version: 7.7.0 + version: 8.0.0 notification_email: ivmai@mail.ru branch_pattern: master build_command_prepend: "./configure --enable-cplusplus --disable-shared --enable-single-obj-compilation" @@ -1,5 +1,5 @@ -== [7.7.0] (development) == +== [8.0.0] 2018-09-05 == * Accept Android platform by both CMake and configure * Access finalize_now atomically to avoid TSan warning without no-sanitize diff --git a/Makefile.am b/Makefile.am index 31dacad8..e46ffefa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,8 @@ # Info (current:revision:age) for the Libtool versioning system. # These numbers should be updated at most once just before the release, # and, optionally, at most once during the development (after the release). -LIBGC_VER_INFO = 5:0:4 -LIBGCCPP_VER_INFO = 4:0:3 +LIBGC_VER_INFO = 5:1:4 +LIBGCCPP_VER_INFO = 5:0:4 ## FIXME: `make distcheck' in this directory will not currently work. ## This is most likely to the explicit flags passed to submakes. @@ -1,14 +1,6 @@ # Boehm-Demers-Weiser Garbage Collector -[![Travis-CI build status](https://travis-ci.org/ivmai/bdwgc.svg?branch=master)](https://travis-ci.org/ivmai/bdwgc) -[![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/bdwgc?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/bdwgc) -[![Codecov.io](https://codecov.io/github/ivmai/bdwgc/coverage.svg?branch=master)](https://codecov.io/github/ivmai/bdwgc?branch=master) -[![Coveralls test coverage status](https://coveralls.io/repos/github/ivmai/bdwgc/badge.png?branch=master)](https://coveralls.io/github/ivmai/bdwgc) -[![Coverity Scan build status](https://scan.coverity.com/projects/10813/badge.svg)](https://scan.coverity.com/projects/ivmai-bdwgc) -[![LGTM Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ivmai/bdwgc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ivmai/bdwgc/context:cpp) -[![LGTM Total Alerts](https://img.shields.io/lgtm/alerts/g/ivmai/bdwgc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ivmai/bdwgc/alerts) - -This is version 7.7.0 (next release development) of a conservative garbage +This is version 8.0.0 (experimental release) of a conservative garbage collector for C and C++. diff --git a/appveyor.yml b/appveyor.yml index c14c6f4a..6c410066 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.7.0-{build} +version: 8.0.0-{build} clone_depth: 50 diff --git a/configure.ac b/configure.ac index f84232c4..3275569e 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl Process this file with autoconf to produce configure. dnl Initialization. -AC_INIT(gc,7.7.0,https://github.com/ivmai/bdwgc/issues) +AC_INIT(gc,8.0.0,https://github.com/ivmai/bdwgc/issues) dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+ AC_CONFIG_SRCDIR(gcj_mlc.c) diff --git a/cord/cord.am b/cord/cord.am index b8794c29..50fa104c 100644 --- a/cord/cord.am +++ b/cord/cord.am @@ -3,7 +3,7 @@ # Info (current:revision:age) for the Libtool versioning system. # These numbers should be updated at most once just before the release, # and, optionally, at most once during the development (after the release). -LIBCORD_VER_INFO = 4:0:3 +LIBCORD_VER_INFO = 5:0:4 lib_LTLIBRARIES += libcord.la diff --git a/include/gc_version.h b/include/gc_version.h index 54ec0112..a8ee4b0f 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -28,9 +28,9 @@ /* The version here should match that in configure/configure.ac */ /* Eventually this one may become unnecessary. For now we need */ /* it to keep the old-style build process working. */ -#define GC_TMP_VERSION_MAJOR 7 -#define GC_TMP_VERSION_MINOR 7 -#define GC_TMP_VERSION_MICRO 0 /* 7.7.0 */ +#define GC_TMP_VERSION_MAJOR 8 +#define GC_TMP_VERSION_MINOR 0 +#define GC_TMP_VERSION_MICRO 0 /* 8.0.0 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \ |