Overview of changes between 1.11.99 and 1.12.0
==============================================
* Compilations fixes for MSVC. [#333115, Tor Lillqvist]
* More NULL-check against unusable fonts, helps with Win32 fonts without
a Unicode cmap. [Tor]
* Use g_print instead of printf for debugging output in Win32 backend.
[#332855, Tor]
Overview of changes between 1.11.6 and 1.11.99
==============================================
* Fix problem recently introduced that made Win32 backend render boxes
only. [#332538, Hans Breuer]
* Insert '?' chars instead of invalid UTF-8 sequences in
pango_layout_set_text [#33195]
* Bugs fixed in this release:
332167,332538,331995
Overview of changes between 1.11.5 and 1.11.6
=============================================
* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and
PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface.
* Fix a few crashers, especially when a font cannot be read. [#314239]
* Change some g_critical's to g_warning, where it's not application's
fault. [#331723]
* Bugs fixed in this release:
330795,331038,329148,331994,331995,331996,314239,331723
Overview of changes between 1.11.4 and 1.11.5
=============================================
* Cleanup work on the win32 backend. Families are not listed all
in lower case anymore.
* New public function: pango_win32_font_description_from_logfont.
* pango-view accepts --wrap now, and lists backends in --help output.
* A couple minor bug fixes.
Overview of changes between 1.11.3 and 1.11.4
=============================================
* Major change in the low-level interface of Pango. The special value
PANGO_GLYPH_EMPTY is now defined to mean a "draw nothing" glyph. This
was what glyph 0 was used for previously. As a result, bumped up the
Pango module version, meaning that modules compiled against earlier
versions are probably not compatible with this release. [#73147]
* New framework in examples for building a binary called pango-view,
that can be used to render a text file using any of the available
backends. This is installed into bindir now.
* Enhancements to the FT2 backend, to draw boxes on missing glyphs.
* Better hexbox drawing for cairo backend: Hinting hexbox, and
drawing a single-row hexbox for very small font sizes.
* Improved documentation.
Overview of changes between 1.11.2 and 1.11.3
=============================================
* Do not crash if the shapers fail.
* Use g_slice for various struct allocations.
* 100% symbol coverage in docs.
* Misc bug fixes and documentation improvements.
* Janitory works, like removing unneeded files.
Overview of changes between 1.11.1 and 1.11.2
=============================================
* Draw hex box on missing glyphs for cairo-fc backend.
* New --with-dynamic-modules option added to configure.
* Use g_slice for various small memory allocations [Matthias Clasen]
* Misc bug fixes, optimizations, and documentation improvements.
Overview of changes between 1.11.0 and 1.11.1
=============================================
* ATSUI support for the cairo backend. [Anders Carlsson]
* Fixed a couple of regressions with font size and scaling.
* Draw a dashed empty box on missing glyphs for cairo-fc backend.
* Support OpenType features for basic (Latin/Greek/...) module.
* Support swash feature in Arabic module.
* Misc bug fixes.
* Misc documentation improvements.
Optimizations:
* Cache GObject private data in PangoFcFont.priv [Federico Mena Quintero]
* Add a constant-sized light-weight cache for glyph extents.
* Use g_slice_* instead of GMemChunk in mini-fribidi.
Overview of changes between 1.10.1 and 1.11.0
=============================================
* Line-breaking algorithm updated to Unicode 4.1.
* Code borrowed from GNU FriBidi resynched to version 1.0.7.
* New improved Tibetan shaper module. [Pema Geyleg]
* Bug fix in Khmer shaper module. [Jens Herden]
* Respect fontconfig reassignment of font pixelsize. [Funda Wang]
* Make OpenType GPOS handling more robust/correct. [Greg Aumann]
* Various documentation fixes and improvements.
* Various gcc warning fixes.
* Misc bug fixes.
Optimizations:
* Add a lazy fixed-size per-font cache to map characters to glyphs,
in the cairo backend. [Federico Mena Quintero]
* Optimize character to script mapping by adding a linear table for
characters < U+2000, and also caching the last mid point in
bsearch. [Federico, Matthias Clasen]
* Enabled mini-fribidi's trashstack instead of direct mallocs.
* Short circuit the bidi algorithm for provably unidirectional text.
* Make mini-fribidi process UTF-8 directly.
* Several strlen and g_utf8_strlen calls removed. [Owen Taylor, Billy Biggs]
* Use call tables in the OpenType layout code.
* Use quarks for accessing GObject data. [Federico]
* Open Pango modules with lazy-bind flags. [John Rice]
* Use new negative offsets in g_utf8_pointer_to_offset to avoid
scanning from the beginning of line on cursor movement.
* Avoid redundant PANGO_IS_FC_FONT checks.
OSS_TYPE to determine whether or not a native OSS implementation is
present or not. OSS_TYPE just exports the value of IS_BUILIN.oss, but
exports it early enough where it can be used within a package Makefile,
e.g.:
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} == "none"
CONFIGURE_ARGS+= --without-oss
.endif
This should fix builds of some packages that include "oss.buildlink3.mk"
on platforms where there is no OSS in the base system, e.g. Mac OS X
and Solaris.
> - Added Turkish -- Umut Nacak
> - Changed login button to actually say login -- Jonathan W Minor
> - Fixed issue with signature names and MySQL 5.0 -- Kade P. Cole
> - Fixed Bug# 1347623 auto-refresh ignored for stat pages -- Shane Castle
> - Fixed Sort order issues -- Timothy Doty
> - Applied patch from Debian maintainer for final SQL injection fix -- Kevin
> - Updated project lead comments -- Kevin
> - Added Portscan Information -- Kevin for Nikns
Changes:
New features:
- implemented set_query_timeout() and set_login_timeout()
- implemented min_error_severity property: all errors that
has severity less than min_error_severity doesn't raise
exception, but are still available in errmsg()
- stdmsg() is now deprecated; all errors can be retrieved
using errmsg(); stdmsg() will disappear some time in the
future
- readded ntwdblib.dll; I misunderstood its licence-it's
redistributable; this library is at the newest available
version so connections to SQL 2005 are possible
- new unit test provided by Jakub Labath
- the web page has now more useful info
Bugfixes:
- sometimes exceptions were raised but error message was
lost
- the coltype wasn't set to NUMBER for float types (thanks
Jakub Labath)
Patch provided by bartosz\@atom.eu.org in PR 33070.
> 4.80 8 Mar 2006
>
> Added activerecord support.
>
> Added mysql $conn->compat323 = true if you want MySQL 3.23 compat enabled. Fixes GetOne() Select-Limit problems.
>
> Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated adodb-datadict.htm docs.
>
> 4.72 21 Feb 2006
>
> Added 'new' DSN parameter for NConnect().
>
> Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay and others.
>
> ADOConnection::MetaType changed to setup $rs->connection correctly.
>
> New native DB2 driver contributed by Larry Menard, Dan Scott, Andy Staudacher, Bharat Mediratta.
>
> The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx Sean Lee.
>
> The _adodb_countrecs() function in adodb-lib.inc.php has been revised to handle more ORDER BY variations.
(we've patched them). Wanted to wait with this for dovecot1.0beta4 but this
takes longer than I thought. Not worth bumping PKGREVISION, IMO.
Ok with tv.
of the geometry for a Box Layout (file Box.c). There, the box tries
to extend its width until its height fits within the constraint height
(influenced by the window manager). Unfortunately, widths are 16bit
unsigned and in the error case (occuring under KDE), the constraint
width is 65535, i.e. maximal.
The code loops until either the computed height is smaller than the
constraint height or the width exceeds the constraint width. In each
loop iteration, the width of the box layout is doubled. This loop
does not terminate, if one chooses unfortunate initial width, as the
width wraps around if it overflows 16 bits and if the maximal
constraint width is SHORT_INT_MAX.
Patch tries to capture the overflow before it wraps around the
`width' variable, setting the width to the maximal one.
From Stephan Thesing in PR pkg/32445. Bump PKGREVISION.
Changes 2.56:
An off-by-one error in the multiplexor that could restart slaves
unnecessarily was fixed. Compilation errors on some systems were fixed.
A handful of other minor bugs were fixed.
Changes 2.55:
A new option allows you to reserve some slaves for connections from
localhost; this helps clientmqueue runs to succeed on busy servers.
Modern Vexira anti-virus scanners are supported; versions older than
Spring 2005 are no longer supported. A new "filter_helo" callback lets
you take action in response to HELO/EHLO. A new "action_insert_header"
function lets you prepend headers (rather than just appending them).
A new function lets you reject mail from hosts with bogus MX records;
for example, MX records that resolve to private IP networks or the
loopback address.
Changes in 0.6.0:
-----------------
* Updated translations:
bg (Alexander Shopov)
es (Francisco Javier F. Serrador)
et (Priit Laes)
hu (Gabor Kelemen)
pt_BR (Leandro A. F. Pereira)
pt (Duarte Loreto)
ru (Nickolay V. Shmyrev)
sq (Laurent Dhima)
sv (Daniel Nylander)
uk (Maxim Dziumanenko)
Changes in 0.5.7:
-----------------
* Fixed simplelist without columns attribute (Shaun McCance)
* Updated translations:
ca (Gil Forcada)
el (Kostas Papadimas)
et (Priit Laes)
nl (Tino Meinen)
sq (Laurent Dhima)
vi (Clytie Siddall)
(21/49 languages with 100% translation)
Changes in 0.5.6:
-----------------
* Fixed issue with uninstalling implicitly declared figures (Shaun McCance)
* Created some documentation for the xslt stylesheets (Brent Smith)
* Fixed an expression in db.chunk.info_chunk param (Brent Smith)
* Added id attributes to the documentation sections (Shaun McCance)
* Updated translations:
nl (Tino Meinen)
pt (Duarte Loreto)
lt (Žygimantas Beručka)
it (Luca Ferretti)
cs (Miloslav Trmac)
(17/49 languages with 100% translation)
Changes in 0.5.5:
-----------------
* Use reasonable defaults for the db.chunk.basename and
db.chunk.info_basename stylesheet parameters. (Brent Smith)
* Created some documentation for the build utilities; based
the documents off the GnomeDocUtilsMigrationHowTo wiki page (Brent Smith)
* Implemented informalfigure (Shaun McCance)
* Updated translations:
de (Hendrik Richter)
es (Francisco Javier F. Serrador)
sr (Slobodan D. Sredojevic)
vi (Clytie Siddall)
Changes in 0.5.4:
-----------------
* Do not automatically update po files (Shaun McCance)
* Fixed incorrectness in depth chunk (Shaun McCance)
* Improvements to the footnotes stuff (Shaun McCance)
* Fixed stupid oversight with the default:LTR string (Shaun McCance)
* Updated translations:
en_CA (Adam Weinberger)
es (Francisco Javier F. Serrador)
fi (Ilkka Tuohela)
gl (Ignacio Casal Quinteiro)
gu (Ankit Patel)
ja (Takeshi AIHANA)
nb (Kjartan Maraas)
nl (Tino Meinen)
no (Kjartan Maraas)
vi (Clytie Siddall)
zh_CN (Funda Wang)
zh_HK (Chao-Hsiung Liao)
zh_TW (Chao-Hsiung Liao)
Changes in 0.5.3:
-----------------
* Added per-language setting for text direction (Shaun McCance)
* Added support for footnotes, #317203 (Brent Smith)
* Fixed misspelled biblioraphy, #325205 (Shaun McCance)
* Fixed generation of copyright information (Peter Williams)
* Updated translations:
th (Theppitak Karoonboonyanan)
es (Francisco Javier F. Serrador)
zh_HK (Chao-Hsiung Liao)
zh_TW (Chao-Hsiung Liao)
en_CA (Adam Weinberger)
bg (Alexander Shopov)
gl (Ignacio Casal Quinteiro)
vi (Clytie Siddall)
gu (Ankit Patel)
nl (Tino Meinen)
nb (Kjartan Maraas)
no (Kjartan Maraas)
fi (Ilkka Tuohela)
ca (Josep Puigdemont i Casamajó)
cs (Miloslav Trmac)
Changes in 0.5.2:
-----------------
* Removed extra gettext import for better performance (Don Scorgie)
* Fixed bad syntax in a srcdir directory thing (Shaun McCance)
* Added missing db2html-bibliography to the build (Peter Williams)
* Added missing GPL and LGPL copyright files (Shaun McCance)
* Implemented the following numbering systems: (Shaun McCance)
Arabic decimal
Chinese simplified
Chinese traditional
Japanese
Thai decimal
Thai alphabetic
Serbian alphabetic
Greek Ionic
* Updated translation:
cs (Miloslav Trmac)
en_CA (Adam Weinberger)
gl (Ignacio Casal Quinteiro)
gu (Ankit Patel)
ja (Takeshi AIHANA)
nb (Kjartan Marass)
no (Kjartan Marass)
zh_CN (Funda Wang)
Changes in 0.5.1:
-----------------
* Added support for "cooked" bibliographies
* Added artpagenums, edition, isbn, pubdate, publishername
* Added the 'Translator(s)' string, which was missing before
* Sizing adjustments in DocBook rendering
* Fixed problem that caused new l10n markup not to work
* Styled interface like guimenu et al, per #154237
* Expanded the markup allowed in l10n format strings
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
bn (Mahay Alam Khan)
es (Francisco Javier F. Serrador)
et (Ivar Smolin)
it (Alessio Frusciante)
* Windows Build:
- ustring.h: Tag npos with GLIBMM_API, in order to
dllexport it on win32. Bug 332438.
- Updated MSVC++ build files and README, for MS Visual Studio 2005.
* gmmproc code generator:
- WRAP_METHOD() Take an extra optional argument: deprecated depractiontext -
so that we can insert the appropriate doxygen tag in the documentation, where
the C documentation does not do it for us.
==== GNOME 2.14 release ====
2006-03-11 Dom Lachowicz
* configure.in: 2.14.2. This will go into GNOME 2.14.
2006-03-02 Dom Lachowicz
* configure.in: Depend on newer libcroco for bugfix 333057
2006-02-29 Dom Lachowicz
* librsvg.def: Fix bug 327855