OBS User unknown
2009-03-26 16:31:27 +00:00
committed by Git OBS Bridge
parent ff8a7b3397
commit a8f577ac54
4 changed files with 98 additions and 51 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Mar 17 01:10:04 CET 2009 - mboman@suse.de
- Update to version 1.24.0:
+ pango-view improvements:
* pango-view -q now works without a X server
* Ability to save to PS, EPS, PDF, and SVG files. Filetype is
detected from output file extension
* New options --foreground, --background, and --annotate
* Now installs a manual page, thanks to help2man
+ PangoFc API changes:
* PangoFcFont now has a "fontmap" property that subclasses can
use at construction time to setup the font->fontmap link
* New backend-public API:
o pango_fc_font_map_find_decoder()
+ Misc optimizations
+ Build fixes
+ Misc bug fixes
+ Bugs fixed in this release:
* bgo#547963 - man page for pango-view
* bgo#502804 - pango-view or pangocairo-view option to
annotate
* bgo#502801 - per-backend pango-view options
* bgo#502805 - pango-view option for foreground/background
color
* rh#490331 - Crash of galeon in libpango
* bgo#523166 - pango-view opens display even when invoked with
-q
* bgo#567160 - Share cmap cache between PangoFcFont's of the
same face
* rh#487593 - crash changing language in gdm
* bgo#572662 - Remove deprecated GTK+ symbols
* bgo#572529 - Poor -I ordering can break build
- Remove perl-XML-Parser and sgml-skel from BuildRequires
- Remove AutoReqProv since it's default
- Remove %if statements <= 1020
- Remove xorg-x11-libs from PreReq
- Remove glibc-devel from Requires in -devel package
- Merge -doc into -devel since it only contained gtk-doc
- Remove custom CFLAGS
-------------------------------------------------------------------
Thu Feb 5 13:31:46 EST 2009 - mboman@suse.de