- Version 2.14.1 released. Tag sources with `VER-2-14-1'. - docs/VERSION.TXT: Add entry for version 2.14.1. - docs/CHANGES: Updated. - docs/release, docs/README, builds/macs/README: Updated. - README, src/base/ftver.rc, builds/windows/vc2010/index.html, builds/windows/visualc/index.html, builds/windows/visualce/index.html, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/index.html, docs/freetype-config.1: s/2.14.0/2.14.1/, s/2140/2141/. - include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. - builds/unix/configure.raw (version_info): Set to 26:4:20. - CMakeLists.txt (VERSION_PATCH): Set to 1. ### diff --git a/CMakeLists.txt b/CMakeLists.txt index a3e3320db..ce70f6b5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,7 @@ project(freetype C) set(VERSION_MAJOR "2") set(VERSION_MINOR "14") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") # Generate LIBRARY_VERSION and LIBRARY_SOVERSION. set(LIBTOOL_REGEX "version_info='([0-9]+):([0-9]+):([0-9]+)'") diff --git a/README b/README index 0cce73e0e..515e4d1c7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FreeType 2.14.0 +FreeType 2.14.1 =============== Homepage:
- Fix wrong model name of the devices (!267, #309)- Switch charge_types to "Custom" when charging threshold is enabled (!268, #275)- Fix invalid command line arguments (!269)- Fix leak when reporting daemon usage error (!270)- OpenBSD: support battery status from qcpas (!272)- Fix history progression (!274, #316)- Add a battery filter to the upower command line (!275)- Change the charging behaviors using charge_types (!276, !46, #275)- Fix integration tests issues, including floating point value and race between umockdev and upower (!277, !278)- Rework upower command (!280)- Propagate charge-threshold-enabled to display device (!281)