freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 0702790: * Version 2.11.1 released.


From: Werner Lemberg
Subject: [freetype2-demos] master 0702790: * Version 2.11.1 released.
Date: Thu, 2 Dec 2021 07:38:37 -0500 (EST)

branch: master
commit 07027905d9a47664251b3ee362c5cfad1cddf86f
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * Version 2.11.1 released.
    ==========================
    
    Tag sources with 'VER-2-11-1'.
    
    * README: Updated.
    * meson.build: Updated.
    * man/*.1: Updated.
    
    * ChangeLog: Renamed to ...
    * ChangeLog.old: ... this.
    
    * Makefile (version_tag, CHANGELOG_SCRIPT): New variables.
    (dist): Generate `ChangeLog` file with all commits since last release.
---
 ChangeLog => ChangeLog.old |  0
 Makefile                   | 16 ++++++++++++++++
 README                     | 12 ++++++------
 man/ftbench.1              |  2 +-
 man/ftdiff.1               |  2 +-
 man/ftdump.1               |  2 +-
 man/ftgamma.1              |  2 +-
 man/ftgrid.1               |  2 +-
 man/ftlint.1               |  2 +-
 man/ftmulti.1              |  2 +-
 man/ftsdf.1                |  2 +-
 man/ftstring.1             |  2 +-
 man/ftvalid.1              |  2 +-
 man/ftview.1               |  2 +-
 man/ttdebug.1              |  2 +-
 meson.build                |  2 +-
 16 files changed, 35 insertions(+), 19 deletions(-)

diff --git a/ChangeLog b/ChangeLog.old
similarity index 100%
rename from ChangeLog
rename to ChangeLog.old
diff --git a/Makefile b/Makefile
index d1fcc15..2c9c051 100644
--- a/Makefile
+++ b/Makefile
@@ -571,9 +571,16 @@ ifneq ($(findstring distx,$(MAKECMDGOALS)x),)
 #  else
     version := $(major).$(minor).$(patch)
     winversion := $(major)$(minor)$(patch)
+    version_tag := VER-$(major)-$(minor)-$(patch)
 #  endif
 endif
 
+
+# Use the GNU 'config' repository to access the gnulib script that converts
+# git commit messages to a ChangeLog file.
+CHANGELOG_SCRIPT = ~/git/config/gitlog-to-changelog
+
+
 dist:
        -rm -rf tmp
        rm -f ft2demos-$(version).tar.gz
@@ -600,6 +607,15 @@ dist:
        cd tmp ; \
        $(MAKE) distclean
 
+       @# Generate `ChangeLog' file with commits since previous release.
+       $(CHANGELOG_SCRIPT) \
+         --format='%B%n' \
+         --no-cluster \
+         -- `git describe --tags \
+                          --abbrev=0 \
+                          $(version_tag)^`..$(version_tag) \
+       > tmp/ChangeLog
+
        mv tmp ft2demos-$(version)
 
        tar -H ustar -chf - ft2demos-$(version) \
diff --git a/README b/README
index 325ade0..2ae93f7 100644
--- a/README
+++ b/README
@@ -11,8 +11,8 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
WARNING WARNING
   of the stable  FreeType 2 source packages from our  server, you most
   probably have to rename its directory, for example:
 
-    mv freetype-2.11.0 freetype       on Unix
-    rename freetype-2.11.0 freetype   on Windows
+    mv freetype-2.11.1 freetype       on Unix
+    rename freetype-2.11.1 freetype   on Windows
 
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 
@@ -32,12 +32,12 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING 
WARNING WARNING
     X11 issues
     ----------
 
-    When building the demos, the build system tries to detect X11 by
-    using pkg-config. If X11 is not found, some demo programs will
+    When building the  demos, the build system tries to  detect X11 by
+    using pkg-config.   If X11 is  not found, some demo  programs will
     not be able to display graphics and will fail.
 
-    Users with X11 installed in a non-standard location can specify
-    the paths to the development headers and library by passing the
+    Users with  X11 installed in  a non-standard location  can specify
+    the paths  to the development  headers and library by  passing the
     X11_CFLAGS and X11_LIBS variables on the command line.
 
     If you  don't have X11  at all, fix  the definition of  the `EXES`
diff --git a/man/ftbench.1 b/man/ftbench.1
index 5d9dc5b..980c036 100644
--- a/man/ftbench.1
+++ b/man/ftbench.1
@@ -1,5 +1,5 @@
 '\" t
-.TH FTBENCH 1 "July 2021" "Freetype 2.11.0"
+.TH FTBENCH 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftdiff.1 b/man/ftdiff.1
index 1c0c249..4f830c5 100644
--- a/man/ftdiff.1
+++ b/man/ftdiff.1
@@ -1,4 +1,4 @@
-.TH FTDIFF 1 "July 2021" "FreeType 2.11.0"
+.TH FTDIFF 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftdump.1 b/man/ftdump.1
index bf0a244..eab15cb 100644
--- a/man/ftdump.1
+++ b/man/ftdump.1
@@ -1,4 +1,4 @@
-.TH FTDUMP 1 "July 2021" "FreeType 2.11.0"
+.TH FTDUMP 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftgamma.1 b/man/ftgamma.1
index b226aeb..efea2b7 100644
--- a/man/ftgamma.1
+++ b/man/ftgamma.1
@@ -1,4 +1,4 @@
-.TH FTGAMMA 1 "July 2021" "FreeType 2.11.0"
+.TH FTGAMMA 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftgrid.1 b/man/ftgrid.1
index 4949cc4..494251a 100644
--- a/man/ftgrid.1
+++ b/man/ftgrid.1
@@ -1,4 +1,4 @@
-.TH FTGRID 1 "July 2021" "Freetype 2.11.0"
+.TH FTGRID 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftlint.1 b/man/ftlint.1
index c72953b..c96c8ee 100644
--- a/man/ftlint.1
+++ b/man/ftlint.1
@@ -1,4 +1,4 @@
-.TH FTLINT 1 "July 2021" "Freetype 2.11.0"
+.TH FTLINT 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftmulti.1 b/man/ftmulti.1
index 7a2d8b1..df038b9 100644
--- a/man/ftmulti.1
+++ b/man/ftmulti.1
@@ -1,4 +1,4 @@
-.TH FTMULTI 1 "July 2021" "Freetype 2.11.0"
+.TH FTMULTI 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftsdf.1 b/man/ftsdf.1
index 951de85..09a8ad7 100644
--- a/man/ftsdf.1
+++ b/man/ftsdf.1
@@ -1,4 +1,4 @@
-.TH FTSDF 1 "July 2021" "Freetype 2.11.0"
+.TH FTSDF 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftstring.1 b/man/ftstring.1
index 9c03ea8..f48ea02 100644
--- a/man/ftstring.1
+++ b/man/ftstring.1
@@ -1,4 +1,4 @@
-.TH FTSTRING 1 "July 2021" "Freetype 2.11.0"
+.TH FTSTRING 1 "December 2021" "Freetype 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftvalid.1 b/man/ftvalid.1
index 5104e61..7659a05 100644
--- a/man/ftvalid.1
+++ b/man/ftvalid.1
@@ -1,4 +1,4 @@
-.TH FTVALID 1 "July 2021" "FreeType 2.11.0"
+.TH FTVALID 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ftview.1 b/man/ftview.1
index d4851ab..b1664fc 100644
--- a/man/ftview.1
+++ b/man/ftview.1
@@ -1,4 +1,4 @@
-.TH FTVIEW 1 "July 2021" "FreeType 2.11.0"
+.TH FTVIEW 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/man/ttdebug.1 b/man/ttdebug.1
index 1db8f03..e044950 100644
--- a/man/ttdebug.1
+++ b/man/ttdebug.1
@@ -1,4 +1,4 @@
-.TH TTDEBUG 1 "July 2021" "FreeType 2.11.0"
+.TH TTDEBUG 1 "December 2021" "FreeType 2.11.1"
 .
 .
 .SH NAME
diff --git a/meson.build b/meson.build
index 36d0309..732d0a3 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
 # possible since the subproject might not be cloned yet, so we have to
 # hard-code the string.
 project('freetype-demos', 'c', 'cpp',
-  version: '2.11.0')
+  version: '2.11.1')
 
 
 # Access to the FreeType 2 source tree is required, since some of the demo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]