SHA256
1
0
forked from pool/freetype2

Accepting request 108554 from home:namtrac:branches:M17N

- Update to version 2.4.9
  * Fixes CVE-2012-1126, CVE-2012-1127, CVE-2012-1128, CVE-2012-1129,
    CVE-2012-1130, CVE-2012-1131, CVE-2012-1132, CVE-2012-1133,
    CVE-2012-1134, CVE-2012-1135, CVE-2012-1136, CVE-2012-1137,
    CVE-2012-1138, CVE-2012-1139, CVE-2012-1140, CVE-2012-1141,
    CVE-2012-1142, CVE-2012-1143, CVE-2012-1144
  * The `ENCODING -1 <n>' format of BDF fonts is now supported.
  * For BDF fonts,  support for the whole Unicode encoding range has
    been added.
  * Better TTF support for x_ppem != y_ppem.
  * `FT_Get_Advances' sometimes returned bogus values.

- Update to version 2.4.9
  * The  demo  programs  no  longer  recognize  and  handle  default
    suffixes; you now have to always specify the complete font name. 
  * Better rendering and LCD mode cycling added to ftview.

OBS-URL: https://build.opensuse.org/request/show/108554
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=61
This commit is contained in:
2012-03-09 01:09:38 +00:00
committed by Git OBS Bridge
parent 50c1345cf8
commit f153750a71
10 changed files with 34 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 8 21:18:48 UTC 2012 - idonmez@suse.com
- Update to version 2.4.9
* Fixes CVE-2012-1126, CVE-2012-1127, CVE-2012-1128, CVE-2012-1129,
CVE-2012-1130, CVE-2012-1131, CVE-2012-1132, CVE-2012-1133,
CVE-2012-1134, CVE-2012-1135, CVE-2012-1136, CVE-2012-1137,
CVE-2012-1138, CVE-2012-1139, CVE-2012-1140, CVE-2012-1141,
CVE-2012-1142, CVE-2012-1143, CVE-2012-1144
* The `ENCODING -1 <n>' format of BDF fonts is now supported.
* For BDF fonts, support for the whole Unicode encoding range has
been added.
* Better TTF support for x_ppem != y_ppem.
* `FT_Get_Advances' sometimes returned bogus values.
-------------------------------------------------------------------
Tue Feb 14 11:17:33 UTC 2012 - cfarrell@suse.com