]> granicus.if.org Git - json-c/commitdiff
Tweak the release checklist slightly to fix problems noticed during this past release...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 9 Dec 2017 19:59:05 +0000 (14:59 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 9 Dec 2017 19:59:05 +0000 (14:59 -0500)
RELEASE_CHECKLIST.txt

index 642cefbba51fe321b3dc3f331c0deb8aef471357..c18713fc5b5beb1f00a9f2bf7f517f9fefe3dce2 100644 (file)
@@ -1,7 +1,7 @@
 
 Release checklist:
 
-release=0.12
+release=0.14
 git clone https://github.com/json-c/json-c json-c-${release}
 cd json-c-${release}
 
@@ -22,6 +22,7 @@ Update the version in json_c_version.h
 Update the version in Doxyfile
 Update the version in configure.ac
 Update the version in CMakeLists.txt
+Update the version in config.h.win32
        Use ${release}.
 
 Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
@@ -37,7 +38,7 @@ Generate the configure script and other files:
   git add -f Makefile.in aclocal.m4 config.guess config.h.in \
        config.sub configure depcomp install-sh \
        ltmain.sh missing tests/Makefile.in \
-       INSTALL
+       INSTALL compile test-driver
 
   # check for anything else to be added:
   git status --ignored
@@ -90,9 +91,10 @@ Update the version in json_c_version.h
 Update the version in Doxyfile
 Update the version in configure.ac
 Update the version in CMakeLists.txt
+Update the version in config.h.win32
     Use ${release}.99 to indicate a version "newer" than anything on the branch.
 
-Leave the libjson_la_LDFLAGS line in Makefile.am alone.
+Update the libjson_la_LDFLAGS line in Makefile.am to match the release branch.
        For more details see:
        http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html