Linux 7.0-rc5

22 March 21:42 - Linux Kernel - Linus Torvalds

* Version 2.14.3 released. ==========================

22 March 15:07 - FreeType - Werner Lemberg

- Version 2.14.3 released. Tag sources with `VER-2-14-3'. - docs/VERSION.TXT: Add entry for version 2.14.3. - 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.2/2.14.3/, s/2142/2143/. - include/freetype/freetype.h (FREETYPE_PATCH): Set to 3. - builds/unix/configure.raw (version_info): Set to 26:6:20. - CMakeLists.txt (VERSION_PATCH): Set to 3. ### diff --git a/CMakeLists.txt b/CMakeLists.txt index be98e68ed..333d3d773 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,7 +164,7 @@ project(freetype C) set(VERSION_MAJOR "2") set(VERSION_MINOR "14") -set(VERSION_PATCH "2") +set(VERSION_PATCH "3") # Generate LIBRARY_VERSION and LIBRARY_SOVERSION. set(LIBTOOL_REGEX "version_info='([0-9]+):([0-9]+):([0-9]+)'") diff --git a/README b/README index 209d41bcd..9e85fc807 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FreeType 2.14.2 +FreeType 2.14.3 =============== Homepage:


Linux 7.0-rc4

15 March 20:52 - Linux Kernel - Linus Torvalds


avutil/opt: Remove obsolete LIBAVUTIL_VERSION_MAJOR checks

12 March 17:26 - FFmpeg - Andreas Rheinhardt

Removing them has been forgotten during the lavu 59->60 bump.


Linux 7.0-rc3

8 March 23:56 - Linux Kernel - Linus Torvalds


Linux 7.0-rc2

1 March 23:39 - Linux Kernel - Linus Torvalds

* Version 2.14.2 released. ==========================

1 March 13:55 - FreeType - Werner Lemberg

- Version 2.14.2 released. Tag sources with `VER-2-14-2'. - docs/VERSION.TXT: Add entry for version 2.14.2. - 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.1/2.14.2/, s/2141/2142/. - include/freetype/freetype.h (FREETYPE_PATCH): Set to 2. - builds/unix/configure.raw (version_info): Set to 26:5:20. - CMakeLists.txt (VERSION_PATCH): Set to 2. ### diff --git a/CMakeLists.txt b/CMakeLists.txt index ce70f6b5e..9a9b1db9a 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 "1") +set(VERSION_PATCH "2") # Generate LIBRARY_VERSION and LIBRARY_SOVERSION. set(LIBTOOL_REGEX "version_info='([0-9]+):([0-9]+):([0-9]+)'") diff --git a/README b/README index 515e4d1c7..49dda2abb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -FreeType 2.14.1 +FreeType 2.14.2 =============== Homepage:


nvmm(4): Comment all versions of NVMM_KERN_VERSION

13 February 05:20 - DragonFlyBSD - Aaron LI