commit 0b3412b419a322426ae04ca5177546ba68def3d8 Author: Matthias Clasen Date: Wed Jan 5 19:51:44 2011 -0500 Add anothre bug ref NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 51ac0c6c85c5bf993ff2de0282c569884b79027a Author: Matthias Clasen Date: Wed Jan 5 19:42:13 2011 -0500 Avoid possible parameter name clashes in GVariant https://bugzilla.gnome.org/show_bug.cgi?id=638349 glib/gvariant.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 31db1f9688274b245ba7f47b7a837f609715331c Author: Matthias Clasen Date: Wed Jan 5 19:07:01 2011 -0500 Add new symbol gio/gio.symbols | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit f4773faa9f669ff3a705946f5b4ddcc83d3c6931 Author: Matthias Clasen Date: Wed Jan 5 17:46:28 2011 -0500 Drop annotation that break the documentation build gio/gtlsclientconnection.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 87068c0fcd08dd968679e68bd71a2a7355361522 Author: Matthias Clasen Date: Wed Jan 5 17:16:36 2011 -0500 Update NEWS NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) commit 98a0dfe1da9f3b8919f0bb73b1cb99333a31975f Author: Matthias Clasen Date: Wed Jan 5 17:01:42 2011 -0500 Bump version to 2.27.90 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3d824065b847f2702aa312c51734328fc414af5a Author: Christian Persch Date: Sun Nov 28 18:49:04 2010 +0100 Add g_get_locale_variants() Make _g_compute_locale_variants() public as g_get_locale_variants(). Bug #635998. docs/reference/glib/glib-sections.txt | 1 + glib/gkeyfile.c | 5 ++--- glib/glib.symbols | 1 + glib/gutils.c | 23 ++++++++++++++++++++++- glib/gutils.h | 2 ++ glib/tests/utils.c | 15 +++++++++++++++ 6 files changed, 43 insertions(+), 4 deletions(-) commit be8899bfe66d460b3eda33ff7512778788c07974 Author: Christian Persch Date: Mon Mar 1 16:32:09 2010 +0100 Make _g_compute_locale_variants return a char** directly Bug #635998. glib/gkeyfile.c | 13 +-------- glib/gutils.c | 72 ++++++++++++++++++++++++++++++------------------------ 2 files changed, 42 insertions(+), 43 deletions(-) commit b497220e486e66433b44251a53ec3be25fa9acdb Author: Pavel Holejsovsky Date: Wed Jan 5 20:30:10 2011 +0100 Fix GI annotation for g_desktop_app_info_launch_uris_as_manager gio/gdesktopappinfo.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 8d74c96b76b459a63492bfce466a304383e94d09 Author: Christian Persch Date: Sun Dec 5 15:34:26 2010 +0100 Make the memory and null settings backends public Bug #636806. docs/reference/gio/gio-sections.txt | 3 +++ gio/Makefile.am | 2 -- gio/gio.symbols | 11 +++++++++-- gio/giomodule.c | 3 ++- gio/gmemorysettingsbackend.c | 9 +++++++-- gio/gmemorysettingsbackend.h | 30 ------------------------------ gio/gnullsettingsbackend.c | 12 +++++++----- gio/gnullsettingsbackend.h | 30 ------------------------------ gio/gsettingsbackend.c | 5 +++-- gio/gsettingsbackend.h | 6 ++++++ gio/gsettingsbackendinternal.h | 8 ++++++-- 11 files changed, 43 insertions(+), 76 deletions(-) commit 0b59cf65669fae077a7e607d0c61567be5f5a30a Author: Colin Walters Date: Wed Jan 5 13:49:20 2011 -0500 g_desktop_app_info_launch_uris_as_manager: Fix parameter naming This makes introspection happier. gio/gdesktopappinfo.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9be6da9448a1a59eae11d588729bf4316fbadada Author: Colin Walters Date: Wed Jan 5 13:00:50 2011 -0500 Add missing indirection from previous commit This follows the rest of GLib style, and fixes g-i scanning the headers. gio/gdesktopappinfo.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a36cb498d974b11c00829adfdaa9638fbd9b66eb Author: Nicolas Dufresne Date: Wed Dec 22 16:52:40 2010 -0500 [GDummyTLS] Add missing properties and namespace Add missing properties in the GDummyTlsConnection class. Also add namespaces to property enumerations to avoid conflicts between classes. Reviewed-by: Dan Winship gio/gdummytlsbackend.c | 62 ++++++++++++++++++++++++++--------------------- 1 files changed, 34 insertions(+), 28 deletions(-) commit 4e33967a002fd14d7106ef2ff88122344f2e4983 Author: Stef Walter Date: Fri Dec 24 10:50:14 2010 -0600 Change GTlsClientConnection::accepted-cas to contain DER DNs This property is now a GList of GByteArray values. Each GByteArray contains the raw DER DN of the certificate authority. This is far more useful for looking up a certificate (with the relevant issuer) than a string encoded DN. https://bugzilla.gnome.org/show_bug.cgi?id=637262 gio/gtlsclientconnection.c | 28 ++++++++++++++++++---------- gio/gtlsclientconnection.h | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) commit e6546debd61d32b41b37c20b62d4e47cd3e53e25 Author: Colin Walters Date: Mon Dec 20 14:48:53 2010 -0500 gdesktopappinfo: Add g_desktop_app_info_launch_uris_as_manager() A new GDesktopAppInfo specific function which provides more control over launched processes. Intended basically only for use in GNOME Shell, where we want: *) To directly know the GPid for each launched program, without having to listen to a DBus signal emitted in our own process *) Possibly control over the process environment; for example, we may want to call setsid() or redirect file descriptors. And in the future: *) To avoid recursively calling ourself via DBus, when a later patch causes g_app_info_launch() to indirect via the shell. https://bugzilla.gnome.org/show_bug.cgi?id=606960 gio/gdesktopappinfo.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++--- gio/gdesktopappinfo.h | 24 +++++++++++++ 2 files changed, 108 insertions(+), 5 deletions(-) commit bb6c44b9d3fd94835044ffda38ca2f211deb5b7b Author: Colin Walters Date: Mon Dec 20 13:12:28 2010 -0500 gdesktopappinfo: Send out a session bus signal when launching .desktop file This signal contains the full path of the .desktop file, along with the process id, which allows multiple interested components (like GNOME Shell) to better know the state of the system (which processes correspond to which .desktop files). https://bugzilla.gnome.org/show_bug.cgi?id=606960 gio/gdesktopappinfo.c | 87 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 78 insertions(+), 9 deletions(-) commit 9de42602c47262d49e4419f8bf7987dc2b488a98 Author: Chun-wei Fan Date: Wed Jan 5 22:57:48 2011 +0800 Bug 637852 - Updates to glib.vsprops Due to changes in the GIO APIs/headers, the glib.vsprops is updated to reflect that in the "install" phase, namely: -removal of the gperiodic.h header -addition of GPollable I/O Stream, GTCP Connection and GTLS headers build/win32/vs9/glib.vsprops | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 9686d82daf9c2082fa5d3055ac5b777490a95dc0 Author: Matthias Clasen Date: Tue Jan 4 09:38:14 2011 -0500 Fix build on old kernels Cope with BTRFS_SUPER_MAGIC not being defined. glib/gfileutils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1e5f11875b65712195e4d0c8d160cdc9f9bbd99f Author: Thomas Kristensen Date: Mon Jan 3 15:20:12 2011 +0200 revents may have been cleared by GMain before dispatch(). See bug #587898. gio/gsocket.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b583f802e39e2415c626ad19d54adc1bc08151d0 Author: Kjartan Maraas Date: Sun Jan 2 18:54:17 2011 +0100 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 216 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 104 insertions(+), 112 deletions(-) commit 4144c04c475c58df1da8ff062de1d50865c10169 Author: Daniel Nylander Date: Fri Dec 31 15:23:27 2010 +0100 Updated Swedish translation po/sv.po | 1405 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 785 insertions(+), 620 deletions(-) commit 929e8db9f436f0644a300c7253c9452145cbb7db Author: Pavel Holejsovsky Date: Wed Dec 29 16:21:22 2010 +0100 Add GI annotation: skip g_cancellable_source_new(). It is not bindable, because GSource is not boxed and thus cannot be returned as caller-owned. gio/gcancellable.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 53364788e9f52dd3cf9781d08004ed5f0db0941f Author: Pavel Holejsovsky Date: Wed Dec 29 15:26:21 2010 +0100 Add GI annotations to Gio DNS resolution classes gio/gproxyresolver.c | 18 ++++++++++-------- gio/gresolver.c | 24 ++++++++++++------------ 2 files changed, 22 insertions(+), 20 deletions(-) commit add8cf9c09255e497545c67ca81e8f8bf28f3f85 Author: Pavel Holejsovsky Date: Wed Dec 29 16:01:12 2010 +0100 Add GI annotations to Gio highlevel network functionality gio/gsocketclient.c | 32 ++++++++++++++++---------------- gio/gsocketlistener.c | 28 ++++++++++++++-------------- gio/gunixconnection.c | 4 ++-- 3 files changed, 32 insertions(+), 32 deletions(-) commit 975b0d4487809270100efce56270314d816e3073 Author: Pavel Holejsovsky Date: Wed Dec 29 13:51:44 2010 +0100 Add GI annotations to Gio lowlevel network support classes gio/ginetaddress.c | 2 +- gio/ginetsocketaddress.c | 2 +- gio/gproxy.c | 11 +++++---- gio/gproxyaddress.c | 6 +++- gio/gsocket.c | 44 ++++++++++++++++++++-------------------- gio/gsocketaddressenumerator.c | 9 ++++--- gio/gsocketcontrolmessage.c | 2 +- gio/gunixfdlist.c | 14 ++++++++---- gio/gunixfdmessage.c | 6 +++- gio/gunixsocketaddress.c | 4 +- 10 files changed, 55 insertions(+), 45 deletions(-) commit 571104bcc384c30054b507cab8e9d9a5f1166c45 Author: Pavel Holejsovsky Date: Tue Dec 28 16:53:48 2010 +0100 Add GI annotations to GPollable{Input|Output}Stream gio/gpollableinputstream.c | 13 +++++++------ gio/gpollableoutputstream.c | 12 +++++++----- 2 files changed, 14 insertions(+), 11 deletions(-) commit 79fd5ff80dcf086749e942ea3be9e4fa88317b09 Author: Pavel Holejsovsky Date: Tue Dec 28 15:46:01 2010 +0100 Add missing GI annotation to g_content_type_guess_for_tree gio/gcontenttype.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 422a76b3cd02f6075736da8b4203d83ff52ba096 Author: Pavel Holejsovsky Date: Tue Dec 28 14:28:52 2010 +0100 Fix typo in GI annotation gobject/gtype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 500061f67567477c70b7950a60b0d5620a74131a Author: Emmanuele Bassi Date: Tue Oct 12 16:05:26 2010 +0100 test: Add a node to the report XML Use `git describe` to fill out the node, if we're using a git checkout; otherwise, for tests ran from a released tarball, use the version. https://bugzilla.gnome.org/show_bug.cgi?id=631980 Makefile.decl | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit 52c831099e5fed55482c3d8cf43b457e37843bd6 Author: Emmanuele Bassi Date: Tue Oct 12 16:03:56 2010 +0100 gtester-report: Add an optional 'revision' node In order to distinguish reports generated from a specific revision of a projects it would be good if gtester-report handled a node in the XML. The payload is free-form, just like for the other nodes under . https://bugzilla.gnome.org/show_bug.cgi?id=631980 glib/gtester-report | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 408a9fcbcc175435bdf62354102e919dc4e4b4e7 Author: Cosimo Cecchi Date: Tue Dec 28 12:24:39 2010 +0100 gaction: update property flags to match needs of GSimpleAction Commit 068d53358bd366c26cff604a3de53b3cf734b08f uncovered this mismatch between properties on the interface and those on the implementation. Update them so they match. gio/gaction.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit f248ab1b60a64df88a1578db81a3e263199d584c Author: Cosimo Cecchi Date: Tue Dec 28 12:17:10 2010 +0100 tests: unbreak desktop-app-info test for jhbuild If we have a jhbuilt version of gedit installed, this will fail, as it will succeed in deleting its desktop file. gio/tests/desktop-app-info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 562a83432849280651ada9ac59e53358878cb2df Author: Pavel Holejsovsky Date: Tue Dec 28 11:59:58 2010 +0100 Fix typo in function annotation. gobject/gtype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b27ecf79e89db9ba26aa3dedc1a3ae1e6255cf40 Author: Matthias Clasen Date: Tue Dec 28 00:19:45 2010 -0500 Document that g_variant_builder_add_value consumes a floating ref Patch by Mikkel Kamstrup Erlandsen, bug https://bugzilla.gnome.org/show_bug.cgi?id=634569 glib/gvariant.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 316be2748fce21c922291990e1d9a2479f13a464 Author: Matthias Clasen Date: Tue Dec 28 00:12:19 2010 -0500 Adapt testglib.c to GRelation deprecation Patch by Chun-wei Fan, bug https://bugzilla.gnome.org/show_bug.cgi?id=637858 tests/testglib.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 702a96c28146f683c58281133056bf70d7b0313e Author: Matthias Clasen Date: Tue Dec 28 00:08:56 2010 -0500 Fix a possible crash in g_io_channel_read_chars Patch by Rui Matos, https://bugzilla.gnome.org/show_bug.cgi?id=637759 glib/giochannel.c | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 deletions(-) commit bf1027f8269dd365097dd84c0c6d5abd7a61599e Author: Matthias Clasen Date: Mon Dec 27 23:49:12 2010 -0500 Move ifaceproperties test to gobject/tests/ gobject/tests/Makefile.am | 14 +- gobject/tests/ifaceproperties.c | 648 +++++++++++++++++++++++++++++++++++++++ gobject/tests/testcommon.h | 100 ++++++ tests/gobject/Makefile.am | 1 - tests/gobject/ifaceproperties.c | 648 --------------------------------------- 5 files changed, 751 insertions(+), 660 deletions(-) commit 068d53358bd366c26cff604a3de53b3cf734b08f Author: Matthias Clasen Date: Mon Dec 27 23:41:10 2010 -0500 Make object_interface_check_properties work As pointed out in bug 637738, it does not currently work, since g_type_class_peek always returns NULL. gobject/gobject.c | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 2a5e0cf9e0d67ea35b2f5fdf8bb2297354bcb7e6 Author: Matthias Clasen Date: Mon Dec 27 23:37:21 2010 -0500 Convert ifaceproperties.c to test framework Also add a test that checks warnings for failure to implement interface properties. See https://bugzilla.gnome.org/show_bug.cgi?id=637738 tests/gobject/ifaceproperties.c | 379 +++++++++++++++++++++++++++------------ 1 files changed, 260 insertions(+), 119 deletions(-) commit 58e36daf29aa1cf042a1141b9bbb91b4e794bfc7 Author: Pavel Holejsovsky Date: Mon Dec 27 22:07:08 2010 +0100 Add GI annotations to GObject gobject/gobject.c | 100 +++++++++++++++++++++++++++------------------------- 1 files changed, 52 insertions(+), 48 deletions(-) commit 282366c32626325ebb9257e500d3d2783e5d3d12 Author: Pavel Holejsovsky Date: Wed Dec 22 22:09:21 2010 +0100 Add GI annotations to GParamSpec gobject/gparam.c | 39 +++++++++++++++++++++------------------ gobject/gparamspecs.c | 46 +++++++++++++++++++++++----------------------- 2 files changed, 44 insertions(+), 41 deletions(-) commit 3955bbfde0080bd15fff07906d011b93a2be2665 Author: Pavel Holejsovsky Date: Mon Dec 27 20:56:06 2010 +0100 Add GI annotations to GType gobject/gtype.c | 110 +++++++++++++++++++++++++++++++----------------------- 1 files changed, 63 insertions(+), 47 deletions(-) commit ed5790913e8de1a787f5cd6286542478f21c1afa Author: Pavel Holejsovsky Date: Mon Dec 27 16:47:26 2010 +0100 Add GI annotations to GMemory{Input|Output}Stream gio/gmemoryinputstream.c | 8 ++++---- gio/gmemoryoutputstream.c | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) commit 53fee54b4f70d209a93f77effa2e9d2b1c8465e8 Author: Pavel Holejsovsky Date: Mon Dec 27 16:29:20 2010 +0100 Add GI annotations to GConverter gio/gconverter.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit c8fd3e31caae45988a16442bd39ac4038cc4c510 Author: Pavel Holejsovsky Date: Mon Dec 27 16:24:21 2010 +0100 Add GI annotations to GSeekable gio/gseekable.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5a8d012d296ab6eba4e26c59cfe06d3f8d582e70 Author: Pavel Holejsovsky Date: Mon Dec 27 16:08:46 2010 +0100 Add GI annotations to GIcon and related classes and interfaces gio/gemblem.c | 6 +++--- gio/gemblemedicon.c | 4 ++-- gio/gicon.c | 4 ++-- gio/gloadableicon.c | 12 +++++++----- gio/gthemedicon.c | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) commit 7a1fbcd959ab22d356dbbaa807169089636cac99 Author: Pavel Holejsovsky Date: Mon Dec 27 15:48:31 2010 +0100 Add GI annotations to GFileEnumerator gio/gfileenumerator.c | 16 ++++++++-------- gio/gfileenumerator.h | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) commit 1f84c5b72f7e5bd096b0f9458ccc9eed7f64ace5 Author: Pavel Holejsovsky Date: Mon Dec 27 15:40:07 2010 +0100 Add GI annotations to GAppInfo and GDesktopAppInfo gio/gappinfo.c | 4 ++-- gio/gappinfo.h | 2 +- gio/gdesktopappinfo.c | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) commit e2b185f97aeba30c8c0f051da2f988b7e45c6a93 Author: Aron Xu Date: Sat Dec 25 16:50:40 2010 +0000 Update Simplified Chinese translation. po/zh_CN.po | 251 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 126 insertions(+), 125 deletions(-) commit ec6a9e71dbcd5a7a413247738eb8e40f020622ae Author: Jorge Gonzalez Date: Thu Dec 23 19:57:19 2010 +0100 Updated Spanish translation po/es.po | 355 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 175 insertions(+), 180 deletions(-) commit bb1d3fe1d3fbc022f541cbadb2caa969ff5efeba Author: Gheyret T.Kenji Date: Thu Dec 23 18:51:06 2010 +0100 Added UG translation po/ug.po | 547 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 280 insertions(+), 267 deletions(-) commit efd2bf9de4dbb31974fedb5ac4a5f033c7bd092a Author: Yaron Shahrabani Date: Thu Dec 23 17:20:21 2010 +0200 Updated Hebrew translation. po/he.po | 240 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 120 insertions(+), 120 deletions(-) commit 37ef8cbba5f8fae5c3f56a16925f68346944548d Author: Brian Cameron Date: Wed Dec 22 01:37:21 2010 -0600 Fix for bug #637720. void functions should not return a value. gio/gsimpleactiongroup.c | 4 ++-- gio/gtlsconnection.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit 86b250019afaa572b7badee0f477401251d89ee1 Author: Pavel Holejsovsky Date: Tue Dec 21 18:19:16 2010 +0100 Add GI annotations to GBufferedInputStream gio/gbufferedinputstream.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 5ea4fa75bd16a255786a37502cd09489055cc22d Author: Pavel Holejsovsky Date: Tue Dec 21 18:00:48 2010 +0100 Add GI annotations to GData{Input|Output}Stream gio/gdatainputstream.c | 96 +++++++++++++++++++++++++---------------------- gio/gdataoutputstream.c | 16 ++++---- 2 files changed, 59 insertions(+), 53 deletions(-) commit e78c27256a73dcb0651340b9b3481a3fb8df303c Author: Pavel Holejsovsky Date: Tue Dec 21 17:35:11 2010 +0100 Add GI annotations to GSimpleAsyncResult gio/gasyncresult.h | 4 ++-- gio/gsimpleasyncresult.c | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) commit 0165efd6034d1b065be755a01e829028f1329b2c Author: Nguyễn Thái Ngọc Duy Date: Tue Dec 21 19:51:54 2010 +0700 Updated Vietnamese translation po/vi.po | 445 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 228 insertions(+), 217 deletions(-) commit 56de8a1ce059adaa5a050d9dc75646c12340f838 Author: Nguyễn Thái Ngọc Duy Date: Mon Dec 20 17:39:39 2010 +0700 po/vi.po: import from Damned Lies po/vi.po | 2400 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 1658 insertions(+), 742 deletions(-) commit 12cf4af5bbdfaf5abde1e3eaaba6df85edc7419b Author: Nguyễn Thái Ngọc Duy Date: Tue Dec 21 19:50:33 2010 +0700 gio: typo fix gio/gsocks5proxy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 99fe4b1da7560e1df2d9352ddbd845a5d9a62429 Author: Ryan Lortie Date: Sat Dec 18 18:52:32 2010 -0500 Bug 637544 - Skip fsync() on btrfs For g_file_set_contents() we fsync() before renaming the file over the original in order to ensure that we don't end up with an invalid file. btrfs provides this guarantee for us without the fsync() so skip it there. glib/gfileutils.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit dce0c1c56388033b37a25f4d065383655ae8d9c9 Author: Matthias Clasen Date: Mon Dec 20 16:47:10 2010 -0500 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)