[Pkg-sympa-commits] [sympa] branch master updated (dca043c -> 1111d11)

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Sep 17 23:34:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

kolter pushed a change to branch master
in repository sympa.

      from  dca043c   Update changelog
       new  ef46c76   Imported Upstream version 6.1.23~dfsg
       new  88fdc73   Merge tag 'upstream/6.1.23_dfsg'
       new  65ba207   Refresh patches
       new  bfd7c3b   Update debian/copyright
       new  1111d11   Update changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |   309 +-
 NEWS                                               |   106 +
 configure                                          |    20 +-
 configure.ac                                       |     4 +-
 debian/changelog                                   |    10 +-
 debian/copyright                                   |   123 +-
 ..._wizard_probe_currently_supported_locales.patch |     2 +-
 debian/patches/1015_locales_fallback.path          |     2 +-
 po/ar.po                                           |  2081 +--
 po/bg.po                                           |  2455 +--
 po/br.po                                           |  2502 +--
 po/ca.po                                           |   596 +-
 po/cs.po                                           |  1868 +-
 po/de.po                                           |    12 +
 po/el.po                                           |    12 +
 po/en.po                                           | 18682 +++++++++----------
 po/es.po                                           |    12 +
 po/et.po                                           |  1342 +-
 po/eu.po                                           |  2409 +--
 po/fi.po                                           |  1465 +-
 po/fr.po                                           |    12 +
 po/gl.po                                           |  1969 +-
 po/hu.po                                           |  1694 +-
 po/id.po                                           |  2345 +--
 po/it.po                                           |    12 +
 po/ja.po                                           |    13 +
 po/ko.po                                           |  1759 +-
 po/la.po                                           |  2542 +--
 po/ml.po                                           |  2577 +--
 po/nb_NO.po                                        |  1853 +-
 po/nl.po                                           |  1792 +-
 po/oc.po                                           |  1297 +-
 po/pl.po                                           |  1694 +-
 po/pt.po                                           |    12 +
 po/pt_BR.po                                        |   566 +-
 po/ro.po                                           |  1851 +-
 po/ru.po                                           |  1274 +-
 po/sv.po                                           |  1453 +-
 po/sympa.pot                                       |    10 +
 po/tr.po                                           |  1750 +-
 po/vi.po                                           |  1736 +-
 po/zh_CN.po                                        |  1751 +-
 po/zh_TW.po                                        |  1759 +-
 soap/sympasoap.pm                                  |    38 +-
 src/etc/Makefile.am                                |    12 +
 src/etc/Makefile.in                                |    12 +
 src/etc/list_aliases.tt2                           |    24 +-
 src/etc/scenari/add.authdkim                       |     7 +
 src/etc/scenari/add.ownerdkim                      |     7 +
 src/etc/scenari/del.authdkim                       |     7 +
 src/etc/scenari/del.ownerdkim                      |     8 +
 src/etc/scenari/remind.listmasterdkim              |     6 +
 src/etc/scenari/remind.ownerdkim                   |     8 +
 src/etc/scenari/send.editordkim                    |     5 +
 src/etc/scenari/subscribe.auth_notifydkim          |     6 +
 src/etc/scenari/subscribe.auth_ownerdkim           |     8 +
 .../scenari/{subscribe.auth => subscribe.authdkim} |     4 +-
 src/etc/scenari/unsubscribe.auth_notifydkim        |     6 +
 src/etc/scenari/unsubscribe.authdkim               |     5 +
 src/lib/Bulk.pm                                    |     3 +-
 src/lib/Language.pm                                |     3 +-
 src/lib/List.pm                                    |    16 +-
 src/lib/Scenario.pm                                |    34 +-
 src/lib/Sympa/Constants.pm                         |    34 +-
 src/lib/confdef.pm                                 |     8 +
 src/lib/tools.pm                                   |    51 +-
 src/sympa.pl.in                                    |    10 +-
 src/sympa_wizard.pl.in                             |    12 +-
 sympa.spec                                         |     2 +-
 web_tt2/error.tt2                                  |     3 +-
 web_tt2/javascript.tt2                             |    32 +-
 wwsympa/SympaSession.pm                            |     4 +-
 wwsympa/archived.pl.in                             |     4 +-
 wwsympa/bounced.pl.in                              |     6 +-
 wwsympa/wwsympa.fcgi.in                            |   107 +-
 75 files changed, 9754 insertions(+), 56471 deletions(-)
 mode change 100755 => 100644 po/de.po
 mode change 100755 => 100644 po/el.po
 mode change 100755 => 100644 po/es.po
 mode change 100755 => 100644 po/fr.po
 mode change 100755 => 100644 po/it.po
 mode change 100755 => 100644 po/ja.po
 mode change 100755 => 100644 po/pt.po
 create mode 100644 src/etc/scenari/add.authdkim
 create mode 100644 src/etc/scenari/add.ownerdkim
 create mode 100644 src/etc/scenari/del.authdkim
 create mode 100644 src/etc/scenari/del.ownerdkim
 create mode 100644 src/etc/scenari/remind.listmasterdkim
 create mode 100644 src/etc/scenari/remind.ownerdkim
 create mode 100644 src/etc/scenari/send.editordkim
 create mode 100644 src/etc/scenari/subscribe.auth_notifydkim
 create mode 100644 src/etc/scenari/subscribe.auth_ownerdkim
 copy src/etc/scenari/{subscribe.auth => subscribe.authdkim} (53%)
 create mode 100644 src/etc/scenari/unsubscribe.auth_notifydkim
 create mode 100644 src/etc/scenari/unsubscribe.authdkim

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list