SHA256
1
0
forked from pool/pangomm1_4

Accepting request 867210 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/867210
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=12
This commit is contained in:
2021-01-27 16:15:36 +00:00
committed by Git OBS Bridge
parent 7b6b5964c9
commit 4e2f176c84
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 27 13:58:48 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.46.0:
+ Attribute: Add Overline and ShowFlags enums and some create*()
methods.
+ Font, FontFace, FontFamily, FontMetrics: Add new methods.
+ LayoutIter: Fix get_run().
+ LayoutRun:
- Fix a memory leak in split().
- Make most methods public.
+ GlyphString, Item: Wrap pango_shape_with_flags().
+ Layout:
- Add set/get_line_spacing().
- Add get_const_line() and get_const_lines().
+ Coverage: Deprecate create(bytes, n_bytes), max(), to_bytes().
+ Build: Requires pango >= 1.45.1 because of Overline.
-------------------------------------------------------------------
Fri Dec 18 19:00:24 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>