freetype-commit
[Top][All Lists]
Advanced

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

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


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] * Version 2.13 released.
Date: Thu, 09 Feb 2023 06:26:50 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • de8b92dd
    by Werner Lemberg at 2023-02-09T07:24:52+01:00
    * Version 2.13 released.
    ==========================
    
    Tag sources with `VER-2-13-0'.
    
    * docs/VERSION.TXT: Add entry for version 2.13.
    * docs/CHANGES: 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.12.1/2.13/, s/2121/2130/.
    
    * include/freetype/freetype.h (FREETYPE_MINOR): Set to 13.
    (FREETYPE_PATCH): Set to 0.
    
    * builds/unix/configure.raw (version_info): Set to 25:0:19.
    * CMakeLists.txt (VERSION_MINOR): Set to 13.
    (VERSION_PATCH): Set to 0.
    

14 changed files:

Changes:

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

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

  • 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:3:18'
    
    20
    +version_info='25:0:19'
    
    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.1 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.13.0 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.1 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.13.0 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.1 sources:</p>
    
    15
    +from the FreeType 2.13.0 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.1 sources:</p>
    
    15
    +It compiles the following libraries from the FreeType 2.13.0 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.1 sources:</p>
    
    24
    +It compiles the following libraries from the FreeType 2.13.0 sources:</p>
    
    25 25
     
    
    26 26
     <ul>
    
    27 27
       <pre>
    

  • docs/CHANGES
    1
    -CHANGES BETWEEN 2.12.1 and 2.13
    
    1
    +CHANGES BETWEEN 2.12.1 and 2.13.0 (2023-Feb-09)
    
    2 2
     
    
    3 3
       I. IMPORTANT CHANGES
    
    4 4
     
    
    ... ... @@ -9,6 +9,8 @@ CHANGES BETWEEN 2.12.1 and 2.13
    9 9
     
    
    10 10
       - The 'COLR' v1 API is now considered as stable.
    
    11 11
     
    
    12
    +      https://learn.microsoft.com/en-us/typography/opentype/spec/colr
    
    13
    +
    
    12 14
     
    
    13 15
       III. MISCELLANEOUS
    
    14 16
     
    
    ... ... @@ -76,7 +78,7 @@ CHANGES BETWEEN 2.12.1 and 2.13
    76 78
     
    
    77 79
     ======================================================================
    
    78 80
     
    
    79
    -CHANGES BETWEEN 2.12.0 and 2.12.1
    
    81
    +CHANGES BETWEEN 2.12.0 and 2.12.1 (2022-May-01)
    
    80 82
     
    
    81 83
       I. IMPORTANT BUG FIXES
    
    82 84
     
    
    ... ... @@ -106,7 +108,7 @@ CHANGES BETWEEN 2.12.0 and 2.12.1
    106 108
     
    
    107 109
     ======================================================================
    
    108 110
     
    
    109
    -CHANGES BETWEEN 2.11.1 and 2.12.0
    
    111
    +CHANGES BETWEEN 2.11.1 and 2.12.0 (2022-Mar-30)
    
    110 112
     
    
    111 113
       I. IMPORTANT CHANGES
    
    112 114
     
    
    ... ... @@ -157,7 +159,7 @@ CHANGES BETWEEN 2.11.1 and 2.12.0
    157 159
     
    
    158 160
     ======================================================================
    
    159 161
     
    
    160
    -CHANGES BETWEEN 2.11.0 and 2.11.1
    
    162
    +CHANGES BETWEEN 2.11.0 and 2.11.1 (2021-Dec-01)
    
    161 163
     
    
    162 164
       I. IMPORTANT CHANGES
    
    163 165
     
    
    ... ... @@ -189,7 +191,7 @@ CHANGES BETWEEN 2.11.0 and 2.11.1
    189 191
     
    
    190 192
     ======================================================================
    
    191 193
     
    
    192
    -CHANGES BETWEEN 2.10.4 and 2.11.0
    
    194
    +CHANGES BETWEEN 2.10.4 and 2.11.0 (2021-Jul-18)
    
    193 195
     
    
    194 196
       I. IMPORTANT CHANGES
    
    195 197
     
    

  • 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.13.0     25.0.19   6.19.0
    
    63 64
          2.12.1     24.3.18   6.18.3
    
    64 65
          2.12.0     24.2.18   6.18.2
    
    65 66
          2.11.1     24.1.18   6.18.1
    

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

  • include/freetype/freetype.h
    ... ... @@ -4949,8 +4949,8 @@ FT_BEGIN_HEADER
    4949 4949
        *
    
    4950 4950
        */
    
    4951 4951
     #define FREETYPE_MAJOR  2
    
    4952
    -#define FREETYPE_MINOR  12
    
    4953
    -#define FREETYPE_PATCH  1
    
    4952
    +#define FREETYPE_MINOR  13
    
    4953
    +#define FREETYPE_PATCH  0
    
    4954 4954
     
    
    4955 4955
     
    
    4956 4956
       /**************************************************************************
    

  • include/freetype/internal/compiler-macros.h
    ... ... @@ -271,7 +271,7 @@ FT_BEGIN_HEADER
    271 271
        * To export a variable, use `FT_EXPORT_VAR`.
    
    272 272
        */
    
    273 273
     
    
    274
    -  /* See `freetype/config/compiler_macros.h` for the `FT_EXPORT` definition */
    
    274
    +  /* See `freetype/config/public-macros.h` for the `FT_EXPORT` definition */
    
    275 275
     #define FT_EXPORT_DEF( x )  FT_FUNCTION_DEFINITION( x )
    
    276 276
     
    
    277 277
       /*
    

  • src/base/ftver.rc
    ... ... @@ -18,8 +18,8 @@
    18 18
     
    
    19 19
     #include<windows.h>
    
    20 20
     
    
    21
    -#define FT_VERSION      2,12,1,0
    
    22
    -#define FT_VERSION_STR  "2.12.1"
    
    21
    +#define FT_VERSION      2,13,0,0
    
    22
    +#define FT_VERSION_STR  "2.13.0"
    
    23 23
     
    
    24 24
     VS_VERSION_INFO      VERSIONINFO
    
    25 25
     FILEVERSION          FT_VERSION
    
    ... ... @@ -45,7 +45,7 @@ BEGIN
    45 45
           VALUE "FileVersion",      FT_VERSION_STR
    
    46 46
           VALUE "ProductName",      "FreeType"
    
    47 47
           VALUE "ProductVersion",   FT_VERSION_STR
    
    48
    -      VALUE "LegalCopyright",   L"\x00A9 2000-2022 The FreeType Project www.freetype.org. All rights reserved."
    
    48
    +      VALUE "LegalCopyright",   L"\x00A9 2000-2023 The FreeType Project www.freetype.org. All rights reserved."
    
    49 49
           VALUE "InternalName",     "freetype"
    
    50 50
           VALUE "OriginalFilename", FT_FILENAME
    
    51 51
         END
    


  • reply via email to

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