[commits] Horde branch master updated. 978c7f3bf10bdde8e765548928c0faef988c65a4

Gunnar Wrobel p at rdus.de
Wed Jun 23 17:31:29 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 973be1e0ef3da4b535c6ae798e23474f13cf6c4d

02e4235 Reorganize test suite.
d2689b5 TODO list for the package.
99a01fa Update TODO.
6d20c6e No need to require the Autoloader.
2ca27af Rename the task test.
a1065d2 This package needs no dependency on Horde_Exception.
978c7f3 Add changelog note.

-----------------------------------------------------------------------

commit 02e4235cef0e31c14950b154d808db83e8140fb3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Dec 2 22:14:34 2009 +0100

    Reorganize test suite.

 framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php       |   26 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php       |   32 +
 framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php    |  209 ---
 framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php      |   78 -
 .../test/Horde/Kolab/Format/Integration/ContactTest.php           |  211 +++
 .../test/Horde/Kolab/Format/Integration/EventTest.php             |   81 +
 .../test/Horde/Kolab/Format/Integration/MimeAttrTest.php          |   81 +
 .../test/Horde/Kolab/Format/Integration/PreferencesTest.php       |  143 ++
 .../test/Horde/Kolab/Format/Integration/RecurrenceTest.php        |  162 ++
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php  |  355 +++++
 .../Horde/Kolab/Format/Integration/fixtures/contact_category.xml  |   18 +
 .../test/Horde/Kolab/Format/Integration/fixtures/contact_mail.xml |   18 +
 .../test/Horde/Kolab/Format/Integration/fixtures/contact_pgp.xml  |   19 +
 .../test/Horde/Kolab/Format/Integration/fixtures/event_umlaut.xml |   19 +
 .../Kolab/Format/Integration/fixtures/event_umlaut_broken.xml     |   19 +
 .../Kolab/Format/Integration/fixtures/preferences_read_old.xml    |   11 +
 .../Kolab/Format/Integration/fixtures/preferences_write_old.xml   |   12 +
 .../test/Horde/Kolab/Format/Integration/fixtures/recur.xml        |   40 +
 .../test/Horde/Kolab/Format/Integration/fixtures/recur_fail.xml   |   39 +
 framework/Kolab_Format/test/Horde/Kolab/Format/MimeAttrTest.php   |   81 -
 .../Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php      |  140 --
 framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php |  159 --
 framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php        |  353 ----
 .../test/Horde/Kolab/Format/fixtures/contact_category.xml         |   18 -
 .../test/Horde/Kolab/Format/fixtures/contact_mail.xml             |   18 -
 .../Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml |   19 -
 .../test/Horde/Kolab/Format/fixtures/event_umlaut.xml             |   19 -
 .../test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml      |   19 -
 .../test/Horde/Kolab/Format/fixtures/preferences_read_old.xml     |   11 -
 .../test/Horde/Kolab/Format/fixtures/preferences_write_old.xml    |   12 -
 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml |   40 -
 .../Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml  |   39 -
 framework/Kolab_Format/test/Horde/Kolab/Format/phpunit.xml        |    8 +
 33 files changed, 1287 insertions(+), 1222 deletions(-)
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/ContactTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/EventTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/MimeAttrTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/PreferencesTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/RecurrenceTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_category.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_mail.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_pgp.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut_broken.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_read_old.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_write_old.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur_fail.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/MimeAttrTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_category.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_mail.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_read_old.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_write_old.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/phpunit.xml

http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/AllTests.php?rt=horde-git&r1=40693846410743d8636446f8aefe87ff0df7097c&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/ContactTest.php?rt=horde-git&r1=61b35a6a46ac53ae0ff6ffe6532773184604a53c&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/EventTest.php?rt=horde-git&r1=dbf884136eac3745c9dbf86ee778d3ce75308721&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/ContactTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/EventTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/MimeAttrTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/PreferencesTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/RecurrenceTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_category.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_mail.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/contact_pgp.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/event_umlaut_broken.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_read_old.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/preferences_write_old.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/fixtures/recur_fail.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/MimeAttrTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/PreferencesTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php?rt=horde-git&r1=2534a9e796e6c683b6e071817d8d09b2ef39cd76&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/XmlTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_category.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_mail.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/contact_pgp.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/event_umlaut_broken.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_read_old.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/preferences_write_old.xml?rt=horde-git&r1=223c00ff2d4aa09b2f8f86e3de7e59914fccec10&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/fixtures/recur_fail.xml?rt=horde-git&r1=50c79a502e61dcd476c45e09a8ff29b8c17e58aa&r2=02e4235cef0e31c14950b154d808db83e8140fb3
http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/phpunit.xml?rt=horde-git&r=02e4235cef0e31c14950b154d808db83e8140fb3

-----------------------------------------------------------------------

commit d2689b5d8195ffd11b86ed58ebc8f6c5556d6521
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Dec 2 22:41:46 2009 +0100

    TODO list for the package.

 framework/Kolab_Format/TODO |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/TODO?rt=horde-git&r1=dbf884136eac3745c9dbf86ee778d3ce75308721&r2=d2689b5d8195ffd11b86ed58ebc8f6c5556d6521

-----------------------------------------------------------------------

commit 99a01fa37168e34fa43a1ce6854764e02c94d661
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Dec 2 22:54:49 2009 +0100

    Update TODO.

 framework/Kolab_Format/TODO |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/TODO?rt=horde-git&r1=d2689b5d8195ffd11b86ed58ebc8f6c5556d6521&r2=99a01fa37168e34fa43a1ce6854764e02c94d661

-----------------------------------------------------------------------

commit 6d20c6e530d1ebb78dd7058c6f9e1fc0c7be31a1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 23 17:56:27 2010 +0200

    No need to require the Autoloader.

 framework/Kolab_Format/lib/Horde/Kolab/Format.php |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=6d20c6e530d1ebb78dd7058c6f9e1fc0c7be31a1

-----------------------------------------------------------------------

commit 2ca27afe365daeb6c3a041bc7da7faa28b0d3416
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 23 17:56:56 2010 +0200

    Rename the task test.

 .../Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php |   52 +++++
 framework/Kolab_Format/test/Horde/Kolab/Format/TaskTest.php       |   44 ----
 2 files changed, 52 insertions(+), 44 deletions(-)
 create mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php
 delete mode 100644 framework/Kolab_Format/test/Horde/Kolab/Format/TaskTest.php

http://git.horde.org/co.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php?rt=horde-git&r=2ca27afe365daeb6c3a041bc7da7faa28b0d3416
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/TaskTest.php?rt=horde-git&r1=f4e24899ceb553ceef1d3bb0d573d13ec612e8e2&r2=2ca27afe365daeb6c3a041bc7da7faa28b0d3416

-----------------------------------------------------------------------

commit a1065d2b3e17349d48379e2a21a824a694127d08
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 23 19:09:09 2010 +0200

    This package needs no dependency on Horde_Exception.

 framework/Kolab_Format/TODO                                       |   22 ++--
 framework/Kolab_Format/lib/Horde/Kolab/Format.php                 |    8 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php       |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php  |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Contact.php     |    4 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php  |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php      |    8 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php        |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php        |    6 +-
 framework/Kolab_Format/package.xml                                |    4 -
 .../test/Horde/Kolab/Format/Integration/RecurrenceTest.php        |    2 +-
 .../Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php  |    6 +-
 13 files changed, 41 insertions(+), 45 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/TODO?rt=horde-git&r1=99a01fa37168e34fa43a1ce6854764e02c94d661&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format.php?rt=horde-git&r1=6d20c6e530d1ebb78dd7058c6f9e1fc0c7be31a1&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Contact.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php?rt=horde-git&r1=f4e24899ceb553ceef1d3bb0d573d13ec612e8e2&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/package.xml?rt=horde-git&r1=f4e24899ceb553ceef1d3bb0d573d13ec612e8e2&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/RecurrenceTest.php?rt=horde-git&r1=02e4235cef0e31c14950b154d808db83e8140fb3&r2=a1065d2b3e17349d48379e2a21a824a694127d08
http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/Integration/XmlTest.php?rt=horde-git&r1=02e4235cef0e31c14950b154d808db83e8140fb3&r2=a1065d2b3e17349d48379e2a21a824a694127d08

-----------------------------------------------------------------------

commit 978c7f3bf10bdde8e765548928c0faef988c65a4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 23 19:24:44 2010 +0200

    Add changelog note.

 framework/Kolab_Format/package.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/package.xml?rt=horde-git&r1=a1065d2b3e17349d48379e2a21a824a694127d08&r2=978c7f3bf10bdde8e765548928c0faef988c65a4




More information about the commits mailing list