File: NEWS

package info (click to toggle)
libpango-perl 1.227-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 572 kB
  • sloc: perl: 1,116; ansic: 35; makefile: 9
file content (69 lines) | stat: -rw-r--r-- 1,879 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Overview of changes in Pango 1.227
==================================

* Ensure word separation in linker arguments with pkg-config >= 0.29

Overview of changes in Pango 1.226
==================================

* LICENSE: updated FSF address
* Update license terms, refer to main LICENSE file
* README: group project contact addresses/links together
* Makefile.PL: added Twitter URL to resources block

Overview of changes in Pango 1.225
==================================

* Fix bug report email address

Overview of changes in Pango 1.224
==================================

* Ignore MYMETA.*
* Hush a few compiler warnings
* Add gitweb link to old ChangeLog
* Created %meta_merge which follows v2 of CPAN Meta Spec
  - %meta_merge is used for generating metadata via
    ExtUtils::MakeMaker/CPAN::Meta

Overview of changes in Pango 1.223
==================================

* Fix a test failure in t/PangoCairo.t

Overview of changes in Pango 1.222
==================================

* Don't leak Pango::Attribute objects.
* Fix a few test failures.

Overview of changes in Pango 1.221
==================================

* Properly export all our public symbols so that linking against us works on
  MSWin32.  (GNOME #576373)

Overview of changes in Pango 1.220
==================================

 Compared to the bindings in Gtk2 1.20x
 --------------------------------------
 * Wrap pango_layout_get_baseline.
 * Allow passing undef to Gtk2::Pango::Layout::set_attributes().

 Since 1.211
 -----------
  * Nada.

Overview of changes in Pango 1.211
==================================

* Wrap pango_layout_get_baseline.
* Allow passing undef to Gtk2::Pango::Layout::set_attributes().

Overview of changes in Pango 1.210
==================================

* Initial standalone release.
* Add an example demonstrating how to use Pango in conjunction with Cairo and
  Gtk2.