svn path=/branches/glib-2-12/; revision=5382
This commit is contained in:
Matthias Clasen 2007-03-07 04:43:47 +00:00
parent 34c29f7d42
commit ba5e74dfee
2 changed files with 25 additions and 21 deletions

View File

@ -1,3 +1,7 @@
2007-03-06 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2007-03-06 Matthias Clasen <mclasen@redhat.com>
Merge from trunk:
@ -87,27 +91,6 @@
* glib/gdate.c (g_date_set_time): Fix a typo. (#398203,
Owen Taylor)
2007-01-18 Marco Barisione <marco@barisione.org>
Add GRegex for regular expression matching. (#50075)
* configure.in: Handle GRegex compilation.
* glib/gregex.c:
* glib/gregex.h: Code for GRegex.
* glib/Makefile.am:
* glib/makefile.msc.in: Updated makefiles.
* glib/pcre/*: Internal copy of PCRE.
* glib/update-pcre/*: Stuff to automatically update the internal PCRE
to a newer version.
* tests/regex-test.c:
* tests/Makefile.am:
* tests/makefile.msc.in: Add tests for GRegex.
2007-01-17 Tor Lillqvist <tml@novell.com>
* config.h.win32.in

21
NEWS
View File

@ -1,3 +1,24 @@
Overview of Changes from GLib 2.12.9 to GLib 2.12.10
====================================================
* Bugs fixed:
149144 Missing linker flags in tests prevent build with -z defs ...
399611 Variable checking base64 public functions
350802 GMarkupParser reports wrong position for invalid UTF-8
398069 Files missing from GLib distribution
398203 Screwy definition of g_date_set_time()
399971 goption flag typo
400044 g_utf8_char_validated doesn't return -2 when maxlen is 0
404832 g_date_strftime should use wcsftime if available
407431 GLib-Genmarshal-WARNING **: failed to open "/dev/stdin": ...
341988 don't use "-c" with msgfmt in Makefile.in.in
346808 Minor tweaks for using GLib from Digital Mars c/c++ compi...
396899 glib mentions non-existing PATCH bugzilla keyword
* New and updated translations (ar,be@latin,bn_IN,dz,en_GB,et,fi,
fr,gu,hu,it,ko,lt,mk,nb,nl,pl,pt,pt_BR,sq,sv,uk,zh_HK,zh_TW)
Overview of Changes from GLib 2.12.8 to GLib 2.12.9
===================================================