commit 1e8c7c9c01d30a8ec66a9e3b079ed5c80e8173a0
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Feb 21 14:52:20 2011 +0530

    News update for 2.91.90 release

 NEWS |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit f8698db78e1e78f5020009616f2f08337af8ef72
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Feb 21 00:18:31 2011 +0100

    Update Czech translation by Jiri Eischmann
    
    Reviewed by: Petr Kovar.

 po/cs.po | 2371 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 1261 insertions(+), 1110 deletions(-)

commit 60ef812bffc7c5dfe7efb6e0448fa80c57fa73b9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Feb 18 19:37:13 2011 -0500

    Coding style and whitespace cleanup.

 camel/providers/local/camel-local-folder.c  |    2 +-
 camel/providers/local/camel-local-folder.h  |    2 +-
 camel/providers/local/camel-maildir-store.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 2a27339e5beaaf9dbd915dfabedb49fd916a738c
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Feb 17 21:44:36 2011 -0500

    CamelTcpStream cleanups.

 camel/camel-tcp-stream.c |   55 +++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 30 deletions(-)

commit 8f847c4672a559d4a0523c691f262d769337a910
Author: hao.h.li <hao.h.li@intel.com>
Date:   Fri Feb 18 14:40:52 2011 +0100

    Bug #639483 - Category list includes weather information

 libedataserverui/e-categories-dialog.c    |    4 ++++
 libedataserverui/e-category-completion.c  |    6 ++++++
 libedataserverui/e-name-selector-dialog.c |    8 +++++++-
 3 files changed, 17 insertions(+), 1 deletions(-)

commit a2362088f7baf791149bdc919fbda7a0ab14ab52
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 17 19:26:45 2011 +0100

    Memory leak fix and return events in proper order

 calendar/libedata-cal/e-cal-backend-store.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 1319c66778061d79c90215ac5b84e71b5ec0040d
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 16 17:35:00 2011 +0100

    Bug #638563 - Make string consistent with other providers

 camel/providers/imap/camel-imap-provider.c   |    2 +-
 camel/providers/imapx/camel-imapx-provider.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fbbb16ff12c430d36631857281f4ed27f828485e
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 16 10:10:29 2011 +0100

    Bug #638246 - Runtime warning: and_operator: assertion `argc == 2' failed

 libedataserver/e-sexp.c |   41 ++++++++++++++++++++++++++++++++---------
 1 files changed, 32 insertions(+), 9 deletions(-)

commit 10aa841f3110a4f7084a35cbaaac1c211eb460e1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 14 19:12:50 2011 +0100

    Fix few memory leaks

 camel/camel-folder-summary.c                |    5 +++++
 camel/providers/local/camel-maildir-store.c |   26 +++++++++++++++-----------
 2 files changed, 20 insertions(+), 11 deletions(-)

commit 8c3d8e91e6215686c5afcf5bf612f9c0ebe090c1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Feb 14 08:16:04 2011 -0500

    EProxy cleanup.

 .../libedataserver/libedataserver-sections.txt     |    1 +
 libedataserver/e-proxy.c                           |  243 +++++++++-----------
 libedataserver/e-proxy.h                           |   50 +++--
 3 files changed, 147 insertions(+), 147 deletions(-)

commit 3112a8fc6d7cc7fe2489ce85211e66691a053fe6
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 14 09:44:18 2011 +0100

    Bug #638089 - Some mobile phone contacts are not shown in preview

 addressbook/libebook/e-contact.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 4662387ed23f6265f0bd1e1b6ddcfc3f2724c467
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Feb 13 13:54:41 2011 +0100

    Updated Galician translations

 po/gl.po |  534 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 290 insertions(+), 244 deletions(-)

commit ec32d5eebed179de231f81ae93802035cdb519fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 13 03:44:31 2011 +0900

    Updated Korean translation

 po/ko.po | 2485 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 1310 insertions(+), 1175 deletions(-)

commit 5d287d9349816fe1ec91e3e01c43efeb4a2428e2
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Feb 12 10:54:39 2011 -0500

    Remove NULL checks for GObject methods.
    
    As of GLib 2.28 all GObject virtual methods, including constructed(),
    are safe to chain up to unconditionally.  Remove unnecessary checks.

 addressbook/backends/ldap/e-book-backend-ldap.c    |    4 ++--
 addressbook/libebook/e-book.c                      |    8 ++++----
 addressbook/libebook/e-destination.c               |    8 ++++----
 addressbook/libebook/e-vcard.c                     |    4 ++--
 addressbook/libedata-book/e-book-backend-sexp.c    |    4 ++--
 addressbook/libedata-book/e-book-backend-summary.c |    4 ++--
 addressbook/libedata-book/e-data-book-factory.c    |    4 ++--
 calendar/backends/caldav/e-cal-backend-caldav.c    |    8 ++++----
 .../backends/contacts/e-cal-backend-contacts.c     |    4 ++--
 calendar/backends/file/e-cal-backend-file.c        |    8 ++++----
 .../backends/groupwise/e-cal-backend-groupwise.c   |    4 ++--
 calendar/backends/http/e-cal-backend-http.c        |    8 ++++----
 calendar/backends/weather/e-cal-backend-weather.c  |    4 ++--
 calendar/libecal/e-cal-component.c                 |    4 ++--
 calendar/libecal/e-cal-view.c                      |    4 ++--
 calendar/libedata-cal/e-cal-backend-sexp.c         |    4 ++--
 calendar/libedata-cal/e-data-cal-factory.c         |    4 ++--
 calendar/libedata-cal/e-data-cal.c                 |    4 ++--
 libebackend/e-data-server-module.c                 |    4 ++--
 libedataserver/e-list-iterator.c                   |    4 ++--
 libedataserverui/e-category-completion.c           |    4 ++--
 21 files changed, 52 insertions(+), 52 deletions(-)

commit 69aaa8179a4a9b2b8edb69e5a57340a8ac8c942c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Feb 12 14:39:20 2011 +0100

    Updated Spanish translation

 po/es.po |  475 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 252 insertions(+), 223 deletions(-)

commit 45743a99f2bb0f9f66ebe1a75854e246d869550d
Author: Carlos Martín Nieto <carlos@cmartin.tk>
Date:   Sat Feb 12 11:53:26 2011 +0100

    CamelMaildirStore: Fix memory leak

 camel/providers/local/camel-maildir-store.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 45d71522c710b5f9afec794175ea0fc0b0a1fab9
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Thu Feb 10 16:51:26 2011 -0500

    Bump GTK+ requirement to 3.0.
    
    This requirement is now locked until GNOME 3.3 development begins.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a4bb421956deba8ee9126a0342ba2a37000758a7
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Feb 11 17:28:07 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po | 5644 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 3158 insertions(+), 2486 deletions(-)

commit 04900aa4781d0f2c81cc27dce231b5177148483e
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Feb 11 12:48:21 2011 +0530

    updated kn translations

 po/kn.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0256524daf69e50e75235238687120b1e5cd40b0
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Feb 11 12:46:56 2011 +0530

    updated kn translations

 po/kn.po |  136 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 70 insertions(+), 66 deletions(-)

commit 52eccf507794c31114f9c23f1e1e6c2c1d918166
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Feb 10 21:17:02 2011 +0530

    updated kn translations

 po/kn.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5d7d1fdf49f04f71cabeaf9926fc6d01d726ba89
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu Feb 10 21:08:25 2011 +0530

    updated kn translations

 po/kn.po |  220 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 100 insertions(+), 120 deletions(-)

commit bf29ce1f865e7983a62e28f67340532b22e9439a
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 9 18:40:29 2011 +0100

    Be able to define DBus call timeout in configure and runtime

 addressbook/libegdbus/e-gdbus-egdbusbook.c        |   68 ++++++------
 addressbook/libegdbus/e-gdbus-egdbusbookfactory.c |    8 +-
 addressbook/libegdbus/e-gdbus-egdbusbookview.c    |   16 ++--
 calendar/libegdbus/e-gdbus-egdbuscal.c            |  116 +++++++++++----------
 calendar/libegdbus/e-gdbus-egdbuscalfactory.c     |    8 +-
 calendar/libegdbus/e-gdbus-egdbuscalview.c        |   16 ++--
 configure.ac                                      |   12 ++
 libedataserver/Makefile.am                        |    3 +-
 libedataserver/e-data-server-util.c               |   36 +++++++
 libedataserver/e-data-server-util.h               |    3 +
 10 files changed, 175 insertions(+), 111 deletions(-)

commit edeb2dbc96544f1ed6a14c7063eb6fe1009a7574
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Wed Feb 9 19:20:36 2011 +0530

    Updated Telugu Translations

 po/te.po | 5780 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 3251 insertions(+), 2529 deletions(-)

commit 296309d0678ef857fadf62e20922dd5046608488
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed Feb 9 17:50:08 2011 +0530

    updated kn translations

 po/kn.po | 3643 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 2142 insertions(+), 1501 deletions(-)

commit 43e2b50981540865eb76516e9c7a93f2ca049ad9
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Wed Feb 9 11:09:50 2011 +0530

    Perform consistency check on local folders based on the parameter 'need-summary-check'

 camel/providers/local/camel-local-folder.c |   15 +++++++++++++--
 camel/providers/local/camel-local-folder.h |    1 +
 2 files changed, 14 insertions(+), 2 deletions(-)

commit e4b87ce20a840ad299adff1993c9fd44ab74c121
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Feb 8 21:31:20 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   54 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 44 insertions(+), 10 deletions(-)

commit 3969fb87e74a49c6db478d846831d78595877d93
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Feb 8 01:10:11 2011 -0500

    Bug 641757 - Fix warnings from GCC 4.6
    
    GCC learned how to find dead assignments.

 .../backends/groupwise/e-book-backend-groupwise.c  |    6 --
 addressbook/libedata-book/e-book-backend-cache.c   |   18 +-----
 calendar/backends/caldav/e-cal-backend-caldav.c    |   27 +-------
 .../backends/contacts/e-cal-backend-contacts.c     |    6 --
 calendar/backends/file/e-cal-backend-file-events.c |   72 ++------------------
 calendar/backends/file/e-cal-backend-file-events.h |    9 ---
 .../backends/file/e-cal-backend-file-journal.c     |   64 ++----------------
 .../backends/file/e-cal-backend-file-journal.h     |    5 --
 calendar/backends/file/e-cal-backend-file-todos.c  |   70 ++-----------------
 calendar/backends/file/e-cal-backend-file-todos.h  |    9 ---
 calendar/backends/file/e-cal-backend-file.c        |    6 --
 .../groupwise/e-cal-backend-groupwise-utils.c      |    4 +-
 .../backends/groupwise/e-cal-backend-groupwise.c   |   41 +----------
 calendar/backends/http/e-cal-backend-http.c        |   45 ------------
 calendar/libecal/e-cal-component.c                 |    7 --
 calendar/libecal/e-cal-recur.c                     |    4 +-
 calendar/libecal/e-cal.c                           |    3 -
 calendar/libedata-cal/e-cal-backend-cache.c        |    9 ---
 calendar/libedata-cal/e-cal-backend-file-store.c   |   11 +---
 .../libedata-cal/e-cal-backend-loader-factory.c    |    8 --
 calendar/libedata-cal/e-cal-backend-store.c        |    3 -
 calendar/tests/ecal/test-ecal.c                    |    9 +--
 camel/camel-db.c                                   |    3 +-
 camel/camel-folder.c                               |    2 -
 camel/camel-mime-message.c                         |    3 -
 camel/camel-search-sql.c                           |    4 +-
 camel/camel-smime-context.c                        |    8 ++-
 camel/camel-text-index.c                           |    5 +-
 camel/camel-url.c                                  |    6 +-
 camel/camel-vee-folder.c                           |   14 ----
 camel/providers/groupwise/camel-groupwise-folder.c |   13 +---
 camel/providers/groupwise/camel-groupwise-store.c  |    3 -
 camel/providers/groupwise/camel-groupwise-utils.c  |    6 +--
 camel/providers/imapx/camel-imapx-server.c         |   22 +------
 camel/providers/local/camel-local-folder.c         |   13 ----
 camel/providers/local/camel-mbox-store.c           |    6 --
 camel/providers/pop3/camel-pop3-store.c            |    3 +-
 libebackend/e-file-cache.c                         |    4 -
 libebackend/e-offline-listener.c                   |    4 -
 libedataserver/e-account-list.c                    |    2 -
 libedataserver/e-soap-message.c                    |    3 -
 libedataserverui/e-categories-dialog.c             |    2 -
 libedataserverui/e-name-selector-dialog.c          |    7 --
 libedataserverui/e-name-selector-entry.c           |   10 +---
 libedataserverui/e-source-combo-box.c              |    8 --
 libedataserverui/e-source-selector-dialog.c        |    2 -
 libedataserverui/e-tree-model-generator.c          |    4 -
 servers/groupwise/e-gw-connection.c                |   20 +-----
 servers/groupwise/soup-soap-message.c              |    3 -
 49 files changed, 57 insertions(+), 559 deletions(-)

commit 5d72200ef6dfe3b87097f61736d9dfcc742a123a
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Feb 7 23:15:56 2011 -0500

    Fix build break.

 camel/tests/Makefile.am |    2 +-
 configure.ac            |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

commit 26432b506f67ed1745dffe82418f3ee89f9574f9
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 7 18:59:24 2011 +0100

    remove more streams tests

 camel/tests/stream/Makefile.am |   28 ---------
 camel/tests/stream/README      |    4 -
 camel/tests/stream/test1.c     |  119 ----------------------------------------
 camel/tests/stream/test2.c     |   48 ----------------
 camel/tests/stream/test3.c     |   99 ---------------------------------
 5 files changed, 0 insertions(+), 298 deletions(-)

commit d32a89b9e3a40a0dd8cf71dbc7bb314c9916a0c6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 7 18:57:43 2011 +0100

    Remove streams tests from Makefile

 camel/tests/lib/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 468a75ec5b50c839081eec32ef38b564daf956a3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 7 18:57:26 2011 +0100

    Remove streams tests

 camel/tests/lib/streams.c |  252 ---------------------------------------------
 camel/tests/lib/streams.h |   11 --
 2 files changed, 0 insertions(+), 263 deletions(-)

commit 0907c2bf421578d09293967239043798649570a8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 7 15:33:37 2011 +0100

    Remove deleted files

 po/POTFILES.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 4be9b02fc3ec8deac59bb591eb5fa904cf66f8ff
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 7 15:33:22 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  451 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 248 insertions(+), 203 deletions(-)

commit fa5217c38bec521d695780955f0f3253d39ca4d1
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 7 14:04:43 2011 +0100

    Properly fix bug #601111

 libedataserver/e-proxy.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit acc940ada4426a99fbcb2fc1bbac6ffc5cafb699
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 7 13:38:31 2011 +0100

    Bug #601111 - Do not use empty host names in EProxy

 libedataserver/e-proxy.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e6a81fac76b4a0512431075cfaee163b83e51c78
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Feb 5 21:37:59 2011 +0100

    [l10n] Updated German translation

 po/de.po | 2361 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1197 insertions(+), 1164 deletions(-)

commit 7b93b5fab0cd9bf8eae719452c2af10ef65abd51
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Feb 5 11:29:26 2011 -0500

    Add a --keep-running option to e-calendar-factory.
    
    Prevents the D-Bus service from automatically terminating after the last
    client connection is closed.  Mainly to aid in testing and development.

 calendar/libedata-cal/e-data-cal-factory.c |   38 ++++++++++++++++++++++++---
 1 files changed, 33 insertions(+), 5 deletions(-)

commit 877d4b28accb3138a5d264fcca945f6cdb06af5d
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Feb 5 11:02:28 2011 -0500

    Add a --keep-running option to e-addressbook-factory.
    
    Prevents the D-Bus service from automatically terminating after the last
    client connection is closed.  Mainly to aid in testing and development.

 addressbook/libedata-book/e-data-book-factory.c |   34 +++++++++++++++++++++--
 1 files changed, 31 insertions(+), 3 deletions(-)

commit e2b23fe963a300078a10958aacf6284e3e947d88
Author: Vibha Yadav <yvibha@novell.com>
Date:   Fri Feb 4 15:02:26 2011 +0100

    Bug #641250 - Cannot add more than 2 recipients in To: or Cc: field

 libedataserverui/e-name-selector-entry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1b3606a6c83254ecd2dbe9b6eb8013690c4e4bd3
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Feb 3 13:13:52 2011 +0100

    Bug #640696 - Hidden new messages in On This Computer/Inbox

 camel/camel-folder-summary.c                |   59 ++++++++++++++-------------
 camel/providers/local/camel-local-summary.c |    3 +-
 2 files changed, 32 insertions(+), 30 deletions(-)

commit 424b5b4e88737f47a2968b716d9cee39aa095f75
Author: Raul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk>
Date:   Wed Feb 2 18:17:40 2011 -0500

    Improve libebook annotations.

 addressbook/libebook/e-book.c    |   12 ++++++------
 addressbook/libebook/e-contact.c |    4 ++--
 addressbook/libebook/e-vcard.c   |    6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

commit 6aad9fe4f2252ee81fac49da49e83ba020de555b
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Wed Feb 2 18:46:15 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9098bb005180cb4f6fe99058242db2ca9c325e78
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Wed Feb 2 18:29:58 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 0e904ef8c03a5d636e7b5a685b9668fc5261d6e8
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 2 13:50:40 2011 +0100

    Bug #634743 - Moving message on GMail with real Trash set deletes it (2nd try)

 camel/providers/imap/camel-imap-folder.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

commit 7ed8cbe7d0351741f7aecf9693215a454fad8b28
Author: Milan Crha <mcrha@redhat.com>
Date:   Wed Feb 2 09:54:53 2011 +0100

    Bug #641110 - Improve 'select destination' window in copy/move to calendar

 libedataserverui/e-source-selector-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5161a0f7e4bddbdc8699fc5d93271680d1e73a6b
Author: Milan Crha <mcrha@redhat.com>
Date:   Tue Feb 1 20:06:03 2011 +0100

    Bug #634743 - Moving message on GMail with real Trash set deletes it

 camel/providers/imap/camel-imap-folder.c |   43 +++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 3 deletions(-)

commit 19f03bfb6a64728451f3bb5c1163e2a6519c78be
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jan 31 21:48:39 2011 +0100

    Bug #640698 - Incompatibility in 'matched-selected' signal invocation

 libedataserverui/e-name-selector-entry.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

commit 30b00f03c3104641e518c1e35de0a6ce0b42b0f5
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon Jan 31 18:27:01 2011 +0530

    post release version bump

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)