freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * Version 2.12.1 released.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] * Version 2.12.1 released.
Date: Sun, 01 May 2022 05:55:31 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

13 changed files:

Changes:

  • CMakeLists.txt
    ... ... @@ -163,7 +163,7 @@ project(freetype C)
    163 163
     
    
    164 164
     set(VERSION_MAJOR "2")
    
    165 165
     set(VERSION_MINOR "12")
    
    166
    -set(VERSION_PATCH "0")
    
    166
    +set(VERSION_PATCH "1")
    
    167 167
     
    
    168 168
     # Generate LIBRARY_VERSION and LIBRARY_SOVERSION.
    
    169 169
     set(LIBTOOL_REGEX "version_info='([0-9]+):([0-9]+):([0-9]+)'")
    

  • README
    1
    -FreeType 2.12.0
    
    1
    +FreeType 2.12.1
    
    2 2
     ===============
    
    3 3
     
    
    4 4
     Homepage: https://www.freetype.org
    
    ... ... @@ -30,9 +30,9 @@ sites. Go to
    30 30
     
    
    31 31
     and download one of the following files.
    
    32 32
     
    
    33
    -  freetype-doc-2.12.0.tar.xz
    
    34
    -  freetype-doc-2.12.0.tar.gz
    
    35
    -  ftdoc2120.zip
    
    33
    +  freetype-doc-2.12.1.tar.xz
    
    34
    +  freetype-doc-2.12.1.tar.gz
    
    35
    +  ftdoc2121.zip
    
    36 36
     
    
    37 37
     To view the documentation online, go to
    
    38 38
     
    

  • builds/unix/configure.raw
    ... ... @@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.h.in])
    17 17
     
    
    18 18
     # Don't forget to update `docs/VERSIONS.TXT'!
    
    19 19
     
    
    20
    -version_info='24:2:18'
    
    20
    +version_info='24:3:18'
    
    21 21
     AC_SUBST([version_info])
    
    22 22
     ft_version=`echo $version_info | tr : .`
    
    23 23
     AC_SUBST([ft_version])
    

  • builds/wince/vc2005-ce/index.html
    ... ... @@ -21,7 +21,7 @@ the following targets:
    21 21
       <li>PPC/SP WM6 (Windows Mobile 6)</li>
    
    22 22
     </ul>
    
    23 23
     
    
    24
    -It compiles the following libraries from the FreeType 2.12.0 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.12.1 sources:</p>
    
    25 25
     
    
    26 26
     <ul>
    
    27 27
       <pre>
    

  • builds/wince/vc2008-ce/index.html
    ... ... @@ -21,7 +21,7 @@ the following targets:
    21 21
       <li>PPC/SP WM6 (Windows Mobile 6)</li>
    
    22 22
     </ul>
    
    23 23
     
    
    24
    -It compiles the following libraries from the FreeType 2.12.0 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.12.1 sources:</p>
    
    25 25
     
    
    26 26
     <ul>
    
    27 27
       <pre>
    

  • builds/windows/vc2010/index.html
    ... ... @@ -12,7 +12,7 @@
    12 12
     <p>This directory contains solution and project files for
    
    13 13
     Visual&nbsp;C++&nbsp;2010 or newer, named <tt>freetype.sln</tt>,
    
    14 14
     and <tt>freetype.vcxproj</tt>.  It compiles the following libraries
    
    15
    -from the FreeType 2.12.0 sources:</p>
    
    15
    +from the FreeType 2.12.1 sources:</p>
    
    16 16
     
    
    17 17
     <ul>
    
    18 18
       <li>freetype.dll using 'Release' or 'Debug' configurations</li>
    

  • builds/windows/visualc/index.html
    ... ... @@ -12,7 +12,7 @@
    12 12
     <p>This directory contains project files <tt>freetype.dsp</tt> for
    
    13 13
     Visual C++ 6.0, and <tt>freetype.vcproj</tt> for Visual C++ 2002
    
    14 14
     through 2008, which you might need to upgrade automatically.
    
    15
    -It compiles the following libraries from the FreeType 2.12.0 sources:</p>
    
    15
    +It compiles the following libraries from the FreeType 2.12.1 sources:</p>
    
    16 16
     
    
    17 17
     <ul>
    
    18 18
       <li>freetype.dll using 'Release' or 'Debug' configurations</li>
    

  • builds/windows/visualce/index.html
    ... ... @@ -21,7 +21,7 @@ the following targets:
    21 21
       <li>PPC/SP WM6 (Windows Mobile 6)</li>
    
    22 22
     </ul>
    
    23 23
     
    
    24
    -It compiles the following libraries from the FreeType 2.12.0 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.12.1 sources:</p>
    
    25 25
     
    
    26 26
     <ul>
    
    27 27
       <pre>
    

  • docs/CHANGES
    1
    +CHANGES BETWEEN 2.12.0 and 2.12.1
    
    2
    +
    
    3
    +  I. IMPORTANT BUG FIXES
    
    4
    +
    
    5
    +  - Loading CFF fonts sometimes made FreeType crash (bug introduced in
    
    6
    +    version 2.12.0)
    
    7
    +
    
    8
    +  - Loading  a fully  hinted  TrueType glyph  a  second time  (without
    
    9
    +    caching) sometimes yielded different rendering results if TrueType
    
    10
    +    hinting was active (bug introduced in version 2.12.0).
    
    11
    +
    
    12
    +  - The generation of the pkg-config file `freetype2.pc` was broken if
    
    13
    +    the build was done with cmake (bug introduced in version 2.12.0).
    
    14
    +
    
    15
    +
    
    16
    +  II. MISCELLANEOUS
    
    17
    +
    
    18
    +  - New option `--with-librsvg` for  the `configure` script for better
    
    19
    +    FreeType demo support.
    
    20
    +
    
    21
    +  - The  meson  build  no  longer enforces  both  static  and  dynamic
    
    22
    +    versions of the library by default.
    
    23
    +
    
    24
    +  - The internal  zlib library was  updated to version  1.2.12.  Note,
    
    25
    +    however, that  FreeType is *not* affected  by CVE-2018-25032 since
    
    26
    +    it only does decompression.
    
    27
    +
    
    28
    +
    
    29
    +======================================================================
    
    30
    +
    
    1 31
     CHANGES BETWEEN 2.11.1 and 2.12.0
    
    2 32
     
    
    3 33
       I. IMPORTANT CHANGES
    

  • docs/VERSIONS.TXT
    ... ... @@ -60,6 +60,7 @@ found on _most_ systems, but not all of them:
    60 60
     
    
    61 61
         release     libtool     so
    
    62 62
       -------------------------------
    
    63
    +     2.12.1     24.3.18   6.18.3
    
    63 64
          2.12.0     24.2.18   6.18.2
    
    64 65
          2.11.1     24.1.18   6.18.1
    
    65 66
          2.11.0     24.0.18   6.18.0
    

  • docs/freetype-config.1
    1
    -.TH FREETYPE-CONFIG 1 "March 2022" "FreeType 2.12.0"
    
    1
    +.TH FREETYPE-CONFIG 1 "May 2022" "FreeType 2.12.1"
    
    2 2
     .
    
    3 3
     .
    
    4 4
     .SH NAME
    

  • include/freetype/freetype.h
    ... ... @@ -4942,7 +4942,7 @@ FT_BEGIN_HEADER
    4942 4942
        */
    
    4943 4943
     #define FREETYPE_MAJOR  2
    
    4944 4944
     #define FREETYPE_MINOR  12
    
    4945
    -#define FREETYPE_PATCH  0
    
    4945
    +#define FREETYPE_PATCH  1
    
    4946 4946
     
    
    4947 4947
     
    
    4948 4948
       /**************************************************************************
    

  • src/base/ftver.rc
    ... ... @@ -18,8 +18,8 @@
    18 18
     
    
    19 19
     #include<windows.h>
    
    20 20
     
    
    21
    -#define FT_VERSION      2,12,0,0
    
    22
    -#define FT_VERSION_STR  "2.12.0"
    
    21
    +#define FT_VERSION      2,12,1,0
    
    22
    +#define FT_VERSION_STR  "2.12.1"
    
    23 23
     
    
    24 24
     VS_VERSION_INFO      VERSIONINFO
    
    25 25
     FILEVERSION          FT_VERSION
    


  • reply via email to

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