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

fsfs pushed a change to branch master
in repository libembperl-perl.

      from  e009001   update changelog, TODO
      adds  7c2e8f8   Imported Upstream version 2.5.0
       new  e98465f   Merge tag 'upstream/2.5.0'
       new  10f81f7   Import Upstream version 2.5.0
       new  fdabfbe   Drop patches applied upstream
       new  6927094   Update copyright years
       new  08d17b7   update changelog for release

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:
 Changes.pod                                        |  13 +-
 Cmd.xs                                             |   4 +-
 Config.pod                                         |   4 +-
 DOM.xs                                             |   4 +-
 Embperl.pm                                         |   8 +-
 Embperl.pod                                        |  24 +-
 Embperl.xs                                         |   2 +-
 Embperl/App.pm                                     |   4 +-
 Embperl/Constant.pm                                |   4 +-
 Embperl/Form.pm                                    | 299 ++++++++++++++++-----
 Embperl/Form/Control.pm                            | 180 +++++++++++--
 Embperl/Form/Control/addremove.pm                  |  27 +-
 Embperl/Form/Control/age.pm                        |   7 +-
 Embperl/Form/Control/blank.pm                      |  14 +-
 Embperl/Form/Control/button.pm                     |  20 +-
 Embperl/Form/Control/checkbox.pm                   |  21 +-
 Embperl/Form/Control/checkboxes.pm                 |  10 +-
 Embperl/Form/Control/datetime.pm                   |  16 +-
 Embperl/Form/Control/display.pm                    |  58 +++-
 Embperl/Form/Control/displaylink.pm                |   8 +-
 Embperl/Form/Control/dump.pm                       |   2 +-
 Embperl/Form/Control/duration.pm                   |  16 +-
 Embperl/Form/Control/file.pm                       |   2 +-
 Embperl/Form/Control/grid.pm                       | 182 +++++++++++--
 Embperl/Form/Control/hidden.pm                     |   2 +-
 Embperl/Form/Control/info.pm                       |   7 +-
 Embperl/Form/Control/input.pm                      |   2 +-
 Embperl/Form/Control/inputjoin.pm                  |   2 +-
 Embperl/Form/Control/inputlist.pm                  |   2 +-
 Embperl/Form/Control/label.pm                      |  16 +-
 Embperl/Form/Control/line.pm                       |   6 +-
 Embperl/Form/Control/mult.pm                       |  67 ++++-
 Embperl/Form/Control/number.pm                     |   8 +-
 Embperl/Form/Control/password.pm                   |  63 ++++-
 Embperl/Form/Control/price.pm                      |   6 +-
 Embperl/Form/Control/radio.pm                      |   8 +-
 Embperl/Form/Control/scriptcode.pm                 |   2 +-
 Embperl/Form/Control/select.pm                     |   4 +-
 Embperl/Form/Control/selectdyn.pm                  | 160 ++++-------
 Embperl/Form/Control/show.pm                       |  10 +-
 Embperl/Form/Control/submit.pm                     |   2 +-
 Embperl/Form/Control/table.pm                      |  14 +-
 Embperl/Form/Control/tabs.pm                       |  64 ++++-
 Embperl/Form/Control/textarea.pm                   |  37 ++-
 Embperl/Form/Control/tinymce.pm                    |   2 +-
 Embperl/Form/Control/transparent.pm                |   2 +-
 Embperl/Form/ControlMultValue.pm                   | 118 ++++++--
 Embperl/Form/DataSource.pm                         |  33 ++-
 Embperl/Form/Validate.pm                           |  15 +-
 Embperl/Form/Validate/Default.pm                   |   4 +-
 Embperl/Form/Validate/EMail.pm                     |   4 +-
 Embperl/Form/Validate/EMailRFC.pm                  |   4 +-
 Embperl/Form/Validate/FQDN_IPAddr.pm               |   4 +-
 Embperl/Form/Validate/IPAddr.pm                    |   4 +-
 Embperl/Form/Validate/IPAddr_Mask.pm               |   4 +-
 Embperl/Form/Validate/Integer.pm                   |   4 +-
 Embperl/Form/Validate/Number.pm                    |   4 +-
 Embperl/Form/Validate/PosInteger.pm                |   2 +-
 Embperl/Form/Validate/Select.pm                    |   4 +-
 Embperl/Form/Validate/TimeHHMM.pm                  |   4 +-
 Embperl/Form/Validate/TimeHHMMSS.pm                |   4 +-
 Embperl/Form/Validate/TimeValue.pm                 |   2 +-
 Embperl/Inline.pm                                  |  26 +-
 Embperl/Log.pm                                     |   4 +-
 Embperl/Mail.pm                                    |   4 +-
 Embperl/Object.pm                                  |   4 +-
 Embperl/Out.pm                                     |   4 +-
 Embperl/Recipe.pm                                  |   4 +-
 Embperl/Recipe/Embperl.pm                          |   4 +-
 Embperl/Recipe/EmbperlLibXSLT.pm                   |   4 +-
 Embperl/Recipe/EmbperlPODXSLT.pm                   |   4 +-
 Embperl/Recipe/EmbperlXSLT.pm                      |   4 +-
 Embperl/Recipe/EmbperlXalanXSLT.pm                 |   4 +-
 Embperl/Recipe/LibXSLT.pm                          |   4 +-
 Embperl/Recipe/XSLT.pm                             |   4 +-
 Embperl/Recipe/XalanXSLT.pm                        |   4 +-
 Embperl/Run.pm                                     |   4 +-
 Embperl/Syntax.pm                                  |   4 +-
 Embperl/Syntax/ASP.pm                              |   4 +-
 Embperl/Syntax/Embperl.pm                          |   4 +-
 Embperl/Syntax/EmbperlBlocks.pm                    |   4 +-
 Embperl/Syntax/EmbperlHTML.pm                      |   4 +-
 Embperl/Syntax/HTML.pm                             |  10 +-
 Embperl/Syntax/Mail.pm                             |   4 +-
 Embperl/Syntax/MsgIdExtract.pm                     |   4 +-
 Embperl/Syntax/POD.pm                              |   4 +-
 Embperl/Syntax/Perl.pm                             |   4 +-
 Embperl/Syntax/RTF.pm                              |   4 +-
 Embperl/Syntax/SSI.pm                              |   4 +-
 Embperl/Syntax/Text.pm                             |   4 +-
 Embperl/Util.pm                                    |   4 +-
 INSTALL.pod                                        | 101 +------
 MANIFEST                                           |   2 +
 META.json                                          |   4 +-
 META.yml                                           |   2 +-
 Makefile.PL                                        |  33 ++-
 Old.xs                                             |   8 +-
 README                                             |   5 +-
 README.v2                                          |   4 +-
 Syntax.xs                                          |   4 +-
 crypto/README                                      |   4 +-
 crypto/epcrypto.h                                  |   4 +-
 crypto/epcrypto_config.h                           |   4 +-
 debian/changelog                                   |  24 +-
 debian/copyright                                   |   4 +-
 ..._for_perl_version_specific_error_messages.patch |  48 ----
 debian/patches/load_apache24_mpm.patch             |  44 ---
 debian/patches/pod-errors.patch                    |   8 +-
 debian/patches/series                              |   5 -
 debian/patches/spelling.patch                      |  35 ---
 debian/patches/test_suite_issues.patch             |  61 -----
 driver/eplibxslt.c                                 |   4 +-
 driver/epxalan.cpp                                 |   4 +-
 eg/webutil/db.schema                               |   4 +-
 eg/webutil/setupdb.pl                              |   4 +-
 embpcgi.bat.templ                                  |   4 +-
 embpcgi.pl.templ                                   |   4 +-
 embpcgi.test.pl.templ                              |   4 +-
 embperl.h                                          |   4 +-
 embpexec.bat.templ                                 |   4 +-
 embpexec.pl.templ                                  |   4 +-
 embpfastcgi.pl.templ                               |   4 +-
 embpfastcgi.test.pl.templ                          |   4 +-
 embpmsgid.pl.templ                                 |   4 +-
 ep2.h                                              |   4 +-
 epapfilter.c                                       |   4 +-
 epcache.c                                          |   4 +-
 epcgiinit.c                                        |   4 +-
 epchar.c                                           |   4 +-
 epcmd.c                                            |   4 +-
 epcmd2.c                                           |   4 +-
 epcomp.c                                           |   4 +-
 epdat2.h                                           |   4 +-
 epdbg.c                                            |   4 +-
 epdefault.c                                        |   4 +-
 epdom.c                                            |   7 +-
 epdom.h                                            |   4 +-
 epeval.c                                           |  17 +-
 epinit.c                                           |  27 +-
 epio.c                                             |   4 +-
 epmacro.h                                          |   2 +-
 epmain.c                                           |   4 +-
 epmem.c                                            |   4 +-
 epnames.h                                          |   4 +-
 epocgi.bat.templ                                   |   4 +-
 epocgi.pl.templ                                    |   4 +-
 epocgi.test.pl.templ                               |   4 +-
 epparse.c                                          |  85 +++++-
 eppriv.h                                           |   4 +-
 epprovider.c                                       |   4 +-
 eppublic.h                                         |   4 +-
 eptypes.h                                          |   2 +-
 eputil.c                                           |   4 +-
 mod_embperl.c                                      |   4 +-
 test.pl                                            |  53 ++--
 test/cmp/chdir2src.htm                             |   6 +
 test/cmp/epform.htm                                |  19 +-
 test/cmp/escape.htm                                |  12 +-
 test/cmp/hidden.htm                                |  16 +-
 test/cmp/include.htm                               |   2 +-
 .../cmp/{includeerr2.htm514 => includeerr2.htm518} |  20 +-
 test/conf/httpd.conf.src                           |  13 +-
 test/conf/httpd.min.conf.src                       |  10 +-
 test/html/chdir/chdir2src.htm                      |  20 +-
 test/html/chdir/chdir2src.pm                       |   7 +
 165 files changed, 1644 insertions(+), 999 deletions(-)
 delete mode 100644 
debian/patches/disable_tests_checking_for_perl_version_specific_error_messages.patch
 delete mode 100644 debian/patches/load_apache24_mpm.patch
 delete mode 100644 debian/patches/spelling.patch
 delete mode 100644 debian/patches/test_suite_issues.patch
 copy test/cmp/{includeerr2.htm514 => includeerr2.htm518} (80%)
 create mode 100644 test/html/chdir/chdir2src.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to