Matthias Clasen [Thu, 9 Apr 2009 21:43:59 +0000 (17:43 -0400)]
Update for 2.20.1
Matthias Clasen [Thu, 9 Apr 2009 18:56:49 +0000 (14:56 -0400)]
Fix G_DEFINE_TYPE_EXTENDED docs
Make the docs for G_DEFINE_TYPE_EXTENDED match the actual
definition of the macro. (#577985)
Gian Mario Tagliaretti [Thu, 9 Apr 2009 18:35:36 +0000 (14:35 -0400)]
Fix a typo in GFile docs
Fixed function name in GFile docs from g_set_display_name to
g_file_set_display_name so that gtk-doc can link correctly. (#578002)
Kenneth Nielsen [Thu, 9 Apr 2009 11:49:00 +0000 (13:49 +0200)]
Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen.
Peter Kjellerstedt [Wed, 8 Apr 2009 14:26:11 +0000 (10:26 -0400)]
Fix parsing of timezones
Make g_time_val_from_iso8601 handle timezones with minutes correctly;
also accept comma as a fraction separator. (#578369)
Alexander Larsson [Wed, 8 Apr 2009 07:12:02 +0000 (09:12 +0200)]
Only mark regular files as backup files
Apps don't generally create backup directories, etc. So, if the file
ends with ~ but is not a regular file shouldn't be considered a backup
file. (#573673)
Funda Wang [Sun, 5 Apr 2009 03:05:47 +0000 (11:05 +0800)]
Updated Simplified Chinese translation from Ray Wang
<wanglei1123@gmail.com>
Thanos Lefteris [Fri, 3 Apr 2009 19:12:27 +0000 (20:12 +0100)]
Updated Greek translation
Signed-off-by: Simos Xenitellis <simos@gnome.org>
Matthias Clasen [Fri, 3 Apr 2009 04:35:43 +0000 (00:35 -0400)]
Move hex_digits to rodata
Turn a string into a constant array.
Matthias Clasen [Fri, 3 Apr 2009 04:23:54 +0000 (00:23 -0400)]
Don't lie about ext4 filesystems
When returning a filesystem type id, say "ext3/ext4" instead of "ext3",
since both use the same superblock magic, so we can't discriminate
them without more work.
Paolo Borelli [Fri, 3 Apr 2009 04:04:39 +0000 (00:04 -0400)]
Regex leak on error path
Don't leak the GRegex struct when g_regex_new() fails.
Matthias Clasen [Fri, 3 Apr 2009 03:57:59 +0000 (23:57 -0400)]
Update requirements
Mention that the mimetype-functionality of GIO reqires update-mime-database
and update-desktop-database at runtime. (#577128)
Matthias Clasen [Fri, 3 Apr 2009 03:42:29 +0000 (23:42 -0400)]
Add a rule to generate ChangeLog
We use the same rule pango uses to create a ChangeLog file with
the help of git-log. The format is somewhat different from traditional
ChangeLog, but it contains the relevant information.
Matthias Clasen [Fri, 3 Apr 2009 03:14:54 +0000 (23:14 -0400)]
Rename ChangeLog to ChangeLog.pre-2-20
Rename ChangeLog to prevent old habits from luring me into adding
entries there. Also, this makes room for autogenerating a ChangeLog
at make dist.
Matthias Clasen [Fri, 3 Apr 2009 03:13:35 +0000 (23:13 -0400)]
remove generated files
README and INSTALL are generated files, no need to keep them
under source control.
Alexander Larsson [Thu, 2 Apr 2009 17:01:56 +0000 (19:01 +0200)]
On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTED
Sometimes it seems like the trash dir and the file are on the same
filesystem but the rename fails with EXDEV anyway (can happen
e.g. with bind mounts or multiple mounts of the same device). In this
case we want to return the right error so that apps can fallback to
regular delete.
Tobias Mueller [Thu, 2 Apr 2009 01:51:00 +0000 (21:51 -0400)]
Mark glib_gettext as string translation function
Make glib_gettext with G_GNUC_FORMAT to avoid warnings with
-Wformat -Wformat-nonliteral.
Signed-off-by: Matthias Clasen <mclasen@redhat.com>
Hagen Schink [Thu, 2 Apr 2009 01:30:51 +0000 (21:30 -0400)]
fix a typo in g_io_channel_flush docs
Refer to the correct return values.
Signed-off-by: Matthias Clasen <mclasen@redhat.com>
Matthias Clasen [Tue, 31 Mar 2009 23:39:16 +0000 (19:39 -0400)]
Update README files to refer to git
Update various README files to refer to git instead of svn.
Add a README.commits that is pretty much a copy of the same file
in GTK+. Also discontinue ChangeLog files.
Manoj Kumar Giri [Mon, 30 Mar 2009 08:53:32 +0000 (08:53 +0000)]
Added entries for Oriya language Translation updation.
svn path=/trunk/; revision=8023
Manoj Kumar Giri [Mon, 30 Mar 2009 08:52:25 +0000 (08:52 +0000)]
Updated Oriya Translation.
svn path=/trunk/; revision=8022
Matthias Clasen [Sun, 29 Mar 2009 19:08:57 +0000 (19:08 +0000)]
Copy a va_list when using it multiple times. Reported by Wim Lewis.
* glib/gmessages.c (g_logv): Copy a va_list when using it
multiple times. Reported by Wim Lewis.
svn path=/trunk/; revision=8021
Carlos Garnacho [Thu, 26 Mar 2009 13:59:02 +0000 (13:59 +0000)]
Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted
2009-03-26 Carlos Garnacho <carlosg@gnome.org>
Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted
* gunixmount.c (eject_unmount_cb) (eject_unmount_do_cb)
(eject_unmount_do): Emit ::mount-pre-unmount and wait 500msec before
actually trying to unmount.
svn path=/trunk/; revision=8020
Gintautas Miliauskas [Thu, 26 Mar 2009 13:52:46 +0000 (13:52 +0000)]
Updated Lithuanian translation.
2009-03-26 Gintautas Miliauskas <gintautas@miliauskas.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=8019
Shankar Prasad [Thu, 26 Mar 2009 05:35:36 +0000 (05:35 +0000)]
updated kn.po
svn path=/trunk/; revision=8018
Shankar Prasad [Thu, 26 Mar 2009 05:31:33 +0000 (05:31 +0000)]
updated kn.po
svn path=/trunk/; revision=8017
Nickolay V. Shmyrev [Fri, 20 Mar 2009 22:29:22 +0000 (22:29 +0000)]
Updated Russian translation.
2009-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=8016
Kostas Papadimas [Wed, 18 Mar 2009 15:49:52 +0000 (15:49 +0000)]
Updated Greek Translation by Fotis Tsamis.
svn path=/trunk/; revision=8015
Djihed Afifi [Wed, 18 Mar 2009 09:20:03 +0000 (09:20 +0000)]
Updated Arabic translation
svn path=/trunk/; revision=8014
Amitakhya Phukan [Wed, 18 Mar 2009 06:31:05 +0000 (06:31 +0000)]
Updated assamese translations
svn path=/trunk/; revision=8013
Gabor Kelemen [Wed, 18 Mar 2009 00:05:58 +0000 (00:05 +0000)]
Translation updated.
2009-03-18 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=8012
Ryan Lortie [Tue, 17 Mar 2009 23:03:33 +0000 (23:03 +0000)]
trivial spelling/whitespace fixes
svn path=/trunk/; revision=8011
Colin Walters [Tue, 17 Mar 2009 21:59:18 +0000 (21:59 +0000)]
Bug 575708 - runaway inotify madness ...
2009-03-17 Colin Walters <walters@redhat.com>
Bug 575708 - runaway inotify madness ...
* gfilemonitor.c: Queue up events in a local list and
fire one idle, instead of queuing lots of individual
idles which has bad performance behavior.
svn path=/trunk/; revision=8010
Tomasz Dominikowski [Tue, 17 Mar 2009 17:02:00 +0000 (17:02 +0000)]
Updated Polish translation
2009-03-17 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=8009
Inaki Larranaga Murgoitio [Tue, 17 Mar 2009 16:49:22 +0000 (16:49 +0000)]
Updated Basque translation.
2009-03-17 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=8008
Ani Peter [Tue, 17 Mar 2009 15:41:14 +0000 (15:41 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=8007
Ani Peter [Tue, 17 Mar 2009 15:41:04 +0000 (15:41 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=8006
Ignacio Casal Quinteiro [Tue, 17 Mar 2009 14:12:26 +0000 (14:12 +0000)]
Updated Galician translation
svn path=/trunk/; revision=8005
Gil Forcada Codinachs [Tue, 17 Mar 2009 13:52:09 +0000 (13:52 +0000)]
Updated Catalan translation
svn path=/trunk/; revision=8004
Takeshi AIHANA [Tue, 17 Mar 2009 13:20:20 +0000 (13:20 +0000)]
Update Japanese translation.
2009-03-17 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Update Japanese translation.
svn path=/trunk/; revision=8003
Hendrik Richter [Tue, 17 Mar 2009 12:08:42 +0000 (12:08 +0000)]
Updated German translation.
2009-03-17 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=8002
Alexander Shopov [Tue, 17 Mar 2009 12:06:18 +0000 (12:06 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-03-17 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=8001
Alexander Larsson [Tue, 17 Mar 2009 11:21:37 +0000 (11:21 +0000)]
fix attributes argument of query_info methods to be "const char *".
2009-03-17 Alexander Larsson <alexl@redhat.com>
* glocalfileinputstream.c:
* glocalfileoutputstream.c:
fix attributes argument of query_info methods to
be "const char *".
svn path=/trunk/; revision=8000
Claude Paroz [Tue, 17 Mar 2009 08:22:23 +0000 (08:22 +0000)]
Updated French translation.
2009-03-17 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation.
svn path=/trunk/; revision=7999
Kjartan Maraas [Tue, 17 Mar 2009 08:18:12 +0000 (08:18 +0000)]
Updated Norwegian bokmål translation.
2009-03-17 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=7998
Jorge Gonzalez Gonzalez [Mon, 16 Mar 2009 22:11:32 +0000 (22:11 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=7997
miloc [Mon, 16 Mar 2009 21:11:22 +0000 (21:11 +0000)]
Updated Italian translation
svn path=/trunk/; revision=7996
Og B. Maciel [Mon, 16 Mar 2009 20:53:27 +0000 (20:53 +0000)]
Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=7995
Daniel Nylander [Mon, 16 Mar 2009 19:01:51 +0000 (19:01 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=7994
Matej Urbančič [Mon, 16 Mar 2009 18:35:43 +0000 (18:35 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=7993
Philip Withnall [Mon, 16 Mar 2009 18:21:34 +0000 (18:21 +0000)]
Updated British English translation.
2009-03-16 Philip Withnall <philip@tecnocode.co.uk>
* en_GB.po: Updated British English translation.
svn path=/trunk/; revision=7992
Alexander Larsson [Mon, 16 Mar 2009 16:03:13 +0000 (16:03 +0000)]
Bug 575555 – Use fsync() when replacing files to avoid data loss on
2009-03-16 Alexander Larsson <alexl@redhat.com>
Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
* configure.in:
Look for fsync().
* glib/gfileutils.c:
(write_to_temp_file):
fsync temp file if destination file exists
2009-03-16 Alexander Larsson <alexl@redhat.com>
Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
* glocalfileoutputstream.c:
(g_local_file_output_stream_close):
(_g_local_file_output_stream_replace):
fsync temp file before closing if replacing target file
svn path=/trunk/; revision=7991
Kostas Papadimas [Mon, 16 Mar 2009 15:54:50 +0000 (15:54 +0000)]
Updated Greek Translation by Fotis Tsamis.
svn path=/trunk/; revision=7990
Alexander Shopov [Mon, 16 Mar 2009 10:55:58 +0000 (10:55 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-03-16 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=7989
Shankar Prasad [Mon, 16 Mar 2009 10:31:10 +0000 (10:31 +0000)]
Updated kn.po
svn path=/trunk/; revision=7988
Amanpreet Singh Alam [Mon, 16 Mar 2009 02:33:40 +0000 (02:33 +0000)]
updating for Gnome Punjabi Translation by A S Alam
svn path=/trunk/; revision=7987
Hendrik Richter [Sun, 15 Mar 2009 18:19:44 +0000 (18:19 +0000)]
Updated German translation.
2009-03-15 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=7986
Felix I [Sun, 15 Mar 2009 08:35:41 +0000 (08:35 +0000)]
tamil translation updated
svn path=/trunk/; revision=7985
Nickolay V. Shmyrev [Sat, 14 Mar 2009 19:14:18 +0000 (19:14 +0000)]
Updated Russian translation by Yuriy Penkin.
2009-03-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Yuriy Penkin.
svn path=/trunk/; revision=7984
Kostas Papadimas [Sat, 14 Mar 2009 16:12:38 +0000 (16:12 +0000)]
Updated Greek Translation by Jennie Petoumenou.
svn path=/trunk/; revision=7983
Aron Xu [Sat, 14 Mar 2009 11:31:29 +0000 (11:31 +0000)]
Updated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>
svn path=/trunk/; revision=7982
Kenneth Nielsen [Sat, 14 Mar 2009 03:48:26 +0000 (03:48 +0000)]
Updated Danish translation
svn path=/trunk/; revision=7981
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 18:28:21 +0000 (18:28 +0000)]
Updated Galician translation
svn path=/trunk/; revision=7980
Kristian Rietveld [Fri, 13 Mar 2009 09:22:57 +0000 (09:22 +0000)]
when defaulting to the only item in the array, check if this is indeed the
2009-03-13 Kristian Rietveld <kris@imendio.com>
* gsignal.c (signal_lookup_closure): when defaulting to the only
item in the array, check if this is indeed the default closure.
(patch by Tim Janik).
svn path=/trunk/; revision=7979
Matthias Clasen [Fri, 13 Mar 2009 05:45:53 +0000 (05:45 +0000)]
Bump version
svn path=/trunk/; revision=7978
Matthias Clasen [Fri, 13 Mar 2009 05:44:11 +0000 (05:44 +0000)]
2.20.0
svn path=/trunk/; revision=7976
Matthias Clasen [Fri, 13 Mar 2009 04:09:21 +0000 (04:09 +0000)]
Updates
svn path=/trunk/; revision=7975
Matthias Clasen [Thu, 12 Mar 2009 13:30:55 +0000 (13:30 +0000)]
Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316
2009-03-12 Matthias Clasen <mclasen@redhat.com>
* glib/gbase64.c: Avoid integer overflows in the base64
functions. Fixes CVE-2008-4316
svn path=/trunk/; revision=7973
Ani Peter [Wed, 11 Mar 2009 15:57:15 +0000 (15:57 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=7972
Stefan Walter [Wed, 11 Mar 2009 15:47:36 +0000 (15:47 +0000)]
Document and guarantee hex digests will be returned in lower case.
See bug #574019
svn path=/trunk/; revision=7971
Ani Peter [Wed, 11 Mar 2009 06:51:01 +0000 (06:51 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=7970
Ani Peter [Wed, 11 Mar 2009 06:50:49 +0000 (06:50 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=7969
Amitakhya Phukan [Tue, 10 Mar 2009 12:33:34 +0000 (12:33 +0000)]
Updated assamese translations
svn path=/trunk/; revision=7968
Sandeep Shedmake [Mon, 9 Mar 2009 14:03:34 +0000 (14:03 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=7967
Sandeep Shedmake [Mon, 9 Mar 2009 12:35:51 +0000 (12:35 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=7966
Runa Bhattacharjee [Mon, 9 Mar 2009 07:11:52 +0000 (07:11 +0000)]
Added Entry for Bengali India Translation Updation
svn path=/trunk/; revision=7965
Runa Bhattacharjee [Mon, 9 Mar 2009 07:10:55 +0000 (07:10 +0000)]
Updated Bengali India Translation
svn path=/trunk/; revision=7964
Petr Kovar [Sun, 8 Mar 2009 18:35:27 +0000 (18:35 +0000)]
Updated Czech translation.
2009-03-08 Petr Kovar <pknbe@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=7963
Gintautas Miliauskas [Thu, 5 Mar 2009 21:44:30 +0000 (21:44 +0000)]
Updated Lithuanian translation.
2009-03-05 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=7962
Rajesh Ranjan [Thu, 5 Mar 2009 07:51:38 +0000 (07:51 +0000)]
hindi updated by Rajesh Ranjan
svn path=/trunk/; revision=7961
Wadim Dziedzic [Wed, 4 Mar 2009 22:39:26 +0000 (22:39 +0000)]
Updated Polish translation
2009-03-04 Wadim Dziedzic <wdziedzic@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=7960
dumol [Wed, 4 Mar 2009 21:53:59 +0000 (21:53 +0000)]
Updated Romanian translation
Updated Romanian translation
svn path=/trunk/; revision=7959
Alexander Larsson [Wed, 4 Mar 2009 13:47:53 +0000 (13:47 +0000)]
Bug 573843 – g_get_current_dir returns non-absolute path
2009-03-04 Alexander Larsson <alexl@redhat.com>
Bug 573843 – g_get_current_dir returns non-absolute path
* glocalfile.c (canonicalize_filename):
Handle the case where g_get_current_dir() returns a non-absolute path.
svn path=/trunk/; revision=7958
Alexander Larsson [Wed, 4 Mar 2009 10:45:10 +0000 (10:45 +0000)]
Bug 573970 – crash in gunixvolumemonitor:update_mounts when unmounting
2009-03-04 Alexander Larsson <alexl@redhat.com>
Bug 573970 – crash in gunixvolumemonitor:update_mounts when unmounting
* gunionvolumemonitor.c:
(g_union_volume_monitor_dispose):
Run dispose on child monitors when disposing.
* gunixvolumemonitor.c:
Remove all volumes and mount on dispose to avoid circular
dependencies not freeing the monitor
svn path=/trunk/; revision=7957
Manoj Kumar Giri [Wed, 4 Mar 2009 06:02:14 +0000 (06:02 +0000)]
Updated Oriya Translation.
svn path=/trunk/; revision=7956
Manoj Kumar Giri [Wed, 4 Mar 2009 05:59:22 +0000 (05:59 +0000)]
Added entries for Oriya language Translation updation.
svn path=/trunk/; revision=7955
Manoj Kumar Giri [Wed, 4 Mar 2009 05:58:01 +0000 (05:58 +0000)]
Updated Oriya Translation.
svn path=/trunk/; revision=7954
Alexander Larsson [Tue, 3 Mar 2009 19:02:16 +0000 (19:02 +0000)]
Bug 561172 – gnome-open fails on local URIs with anchors
2009-03-03 Alexander Larsson <alexl@redhat.com>
Bug 561172 – gnome-open fails on local URIs with anchors
* gdesktopappinfo.c:
Don't force uris to filenames if the uri has an anchor, because
that would strip the anchor.
* glocalvfs.c:
Strip anchor from file:// uris when creating GFile, since
g_filename_from_uri doesn't handle them.
svn path=/trunk/; revision=7953
Alexander Larsson [Tue, 3 Mar 2009 15:50:13 +0000 (15:50 +0000)]
Bug 562613 – Missing const modifier in string parameters
2009-03-03 Alexander Larsson <alexl@redhat.com>
Bug 562613 – Missing const modifier in string parameters
* gfileinputstream.[ch]:
* gfileoutputstream.[ch]:
* glocalfileinfo.[ch]:
Make string arguments const if used as such.
svn path=/trunk/; revision=7952
Alexander Larsson [Tue, 3 Mar 2009 14:40:44 +0000 (14:40 +0000)]
Handle filesystems no supporting reporting how much is free. This fixes
2009-03-03 Alexander Larsson <alexl@redhat.com>
* glocalfile.c (g_local_file_query_filesystem_info):
Handle filesystems no supporting reporting how much is free.
This fixes bug 573454 where the filesystem not supporting this
is the gvfs smb backend over the fuse filesystem.
svn path=/trunk/; revision=7951
Krishnababu Krothapalli [Tue, 3 Mar 2009 08:58:18 +0000 (08:58 +0000)]
Updated Telugu Translation
svn path=/trunk/; revision=7950
Krishnababu Krothapalli [Tue, 3 Mar 2009 08:57:32 +0000 (08:57 +0000)]
Updated Changelog entry
svn path=/trunk/; revision=7949
Timo Jyrinki [Mon, 2 Mar 2009 18:52:55 +0000 (18:52 +0000)]
typo fixes from #564485 (by Harri Pitkänen)
svn path=/trunk/; revision=7948
miloc [Mon, 2 Mar 2009 18:25:08 +0000 (18:25 +0000)]
Updated Italian translation by Luca Ferretti
svn path=/trunk/; revision=7947
Takeshi AIHANA [Mon, 2 Mar 2009 15:34:44 +0000 (15:34 +0000)]
Updated Japanese translation.
2009-03-03 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=7946
Matej Urbančič [Mon, 2 Mar 2009 10:33:02 +0000 (10:33 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=7945
Matthias Clasen [Mon, 2 Mar 2009 06:49:25 +0000 (06:49 +0000)]
Bump version
svn path=/trunk/; revision=7944
Matthias Clasen [Mon, 2 Mar 2009 06:36:08 +0000 (06:36 +0000)]
2.19.10
svn path=/trunk/; revision=7942
Matthias Clasen [Mon, 2 Mar 2009 05:52:09 +0000 (05:52 +0000)]
Bump version
svn path=/trunk/; revision=7941
Matthias Clasen [Mon, 2 Mar 2009 05:49:44 +0000 (05:49 +0000)]
2.19.9
svn path=/trunk/; revision=7939