]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.44.1
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 29 Jun 2020 07:59:34 +0000 (09:59 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 29 Jun 2020 07:59:34 +0000 (09:59 +0200)
CHANGELOG.md
autogen.sh
windows/include/builddate.h
windows/include/config.h

index 2c66c4335f6b5f0b9481f895db34a1d925aca53f..ef60933b0f046898da7c7afb5fa317c96efa0157 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.44.1] - 2020-06-29
+
 ### Added
 - applied RH patches (from graphviz-2.42.2-8.fc32.src.rpm)
   - graphviz-2.42.2-coverity-scan-fixes.patch
@@ -1236,7 +1238,8 @@ March 13, 2000: Use AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL
    in configure.in.  John Ellson <ellson@graphviz.org>
 ```
 
-[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.44.0...master
+[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.44.1...master
+[2.44.1]: https://gitlab.com/graphviz/graphviz/compare/2.44.0...2.44.1
 [2.44.0]: https://gitlab.com/graphviz/graphviz/compare/2.42.4...2.44.0
 [2.42.4]: https://gitlab.com/graphviz/graphviz/compare/2.42.3...2.42.4
 [2.42.3]: https://gitlab.com/graphviz/graphviz/compare/2.42.2...2.42.3
index a27292503e80490989620617965ab70197cbc88b..f885e88843c572717ef0213ec28af211bacb59e9 100755 (executable)
@@ -33,16 +33,16 @@ dnl For the micro number: 0 => in-progress development
 dnl                       timestamp => tar-file snapshot or release
 
 dnl uncomment the next 4 lines for development releases, minor version must be odd
-m4_define([graphviz_version_major],[2])
-m4_define([graphviz_version_minor],[45])
-m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE])
-m4_define([graphviz_collection],[development])
+dnl m4_define([graphviz_version_major],[2])
+dnl m4_define([graphviz_version_minor],[45])
+dnl m4_define([graphviz_version_micro],[$GRAPHVIZ_VERSION_DATE])
+dnl m4_define([graphviz_collection],[development])
 
 dnl uncomment the next 4 lines for stable releases, minor version must be even
-dnl m4_define([graphviz_version_major],[2])
-dnl m4_define([graphviz_version_minor],[44])
-dnl m4_define([graphviz_version_micro],[0])
-dnl m4_define([graphviz_collection],[stable])
+m4_define([graphviz_version_major],[2])
+m4_define([graphviz_version_minor],[44])
+m4_define([graphviz_version_micro],[1])
+m4_define([graphviz_collection],[stable])
 
 m4_define([graphviz_version_date],[$GRAPHVIZ_VERSION_DATE])
 m4_define([graphviz_change_date],["$GRAPHVIZ_CHANGE_DATE"])
index 439666f83dc0013bfca3262c2adc9941758cf3f9..47f91b2ab5813aae16b38111f1721c889b0e12ef 100644 (file)
@@ -1 +1 @@
-#define BUILDDATE "20090106.0545"
+#define BUILDDATE "20200629.0800"
index 4ef450f320c486a65a256ce07c47ca31c1f7e708..76fc7e5a09b631c3df2dfdfb2fb32049ab5eff17 100644 (file)
 #define PACKAGE_NAME "graphviz"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "graphviz 2.39.20160612.1140"
+#define PACKAGE_STRING "graphviz 2.44.1 (20200629.0800)" /* 08:00 is approximate */
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "graphviz"
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.39.20160612.1140"
+#define PACKAGE_VERSION "2.44.1"
 
 /* Path separator character. */
 #define PATHSEPARATOR ":"