[libxml-atom-perl] branch master updated (0d04ea6 -> b1124de)

gregor herrmann gregoa at debian.org
Sat Jun 24 13:54:55 UTC 2017


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

gregoa pushed a change to branch master
in repository libxml-atom-perl.

      from  0d04ea6   update changelog
      adds  e3c9d9c    r1169 at rock (orig r1):  (no author) | 2004-05-30 02:29:55 +0900  New repository initialized by cvs2svn.
      adds  50da994    r1170 at rock (orig r826):  btrott | 2005-01-01 09:03:24 +0900  Consolidated changelog messages
      adds  1b939ce    r1171 at rock (orig r827):  btrott | 2005-01-01 09:06:50 +0900  Upped version number to 0.10
      adds  83f95ad    r1173 at rock (orig r830):  btrott | 2005-01-01 09:40:36 +0900  Added .svn
      adds  70b5287    r1174 at rock (orig r855):  btrott | 2005-01-05 11:19:16 +0900  Remove default: namespace when using as_xml
      adds  c3b76e9    r1175 at rock (orig r889):  btrott | 2005-02-09 15:46:06 +0900  Don't base64-encode valid utf8 data; Added getlist to retrieve multiple values
      adds  be93de5    r1176 at rock (orig r890):  btrott | 2005-02-24 08:13:21 +0900  Set namespaced attributes in link element
      adds  704ee82    r1178 at rock (orig r892):  btrott | 2005-02-24 12:20:16 +0900  Date
      adds  0f9a8e3    r1179 at rock (orig r904):  btrott | 2005-04-23 08:49:05 +0900  Doc fixes + removal of XML::LibXSLT
      adds  a71f4fd    r1186 at rock (orig r911):  miyagawa | 2005-05-30 09:51:29 +0900  Fixed critical bug of _utf8_off + XML::Atom::Thing::add()
      adds  d0924a4    r1187 at rock (orig r912):  miyagawa | 2005-05-30 09:57:41 +0900  fixed Changelog
      adds  1897db5    r1188 at rock (orig r913):  miyagawa | 2005-06-07 14:12:16 +0900  version up to 0.12; modified AUTHOR and CO-MAINTAINER
      adds  8e235c6    r1194 at rock (orig r919):  miyagawa | 2005-06-20 20:18:19 +0900  Turn off parse_head of User-Agent, so it won't annoy with UTF-8 garbage stuff with recent HTML::Parser  http://www.issociate.de/board/post/138892/libwww-perl-5.801.html
      adds  b8f4cae    r1220 at rock (orig r945):  miyagawa | 2005-07-20 05:56:06 +0900  0.13 release: add Atom 1.0 support and Unicode entity hacking
      adds  f8dcdff    r1240 at rock (orig r965):  jdearborn | 2005-08-02 02:41:48 +0900  test cvs post-commit
      adds  442ce1d    r1241 at rock (orig r966):  jdearborn | 2005-08-02 02:43:14 +0900  revert: test cvs post-commit
      adds  7005f5e    r1252 at rock (orig r977):  miyagawa | 2005-08-17 06:40:24 +0900  0.12_02; fix to $feed->version and is_printable segfault
      adds  6db467d    r1258 at rock (orig r983):  miyagawa | 2005-09-01 07:47:20 +0900  Now it accepts XML::Atom::Feed->new(Version => 1.0)  but you still have to be consisten to supply Version for Entry and Content as well
      adds  c09a33a    r1260 at rock (orig r985):  miyagawa | 2005-09-14 05:28:02 +0900  Applied patch from Dave Rolsky to be more strict for utf-8 handling
      adds  b8d92fe    r1261 at rock (orig r986):  miyagawa | 2005-09-14 05:28:19 +0900  added test suite for creating Atom 1.0 feed
      adds  d6b57d6    r1267 at rock (orig r992):  miyagawa | 2005-09-26 19:52:24 +0900  Added mode => 'insert' in add_entry()
      adds  16381f1    r1272 at rock (orig r997):  miyagawa | 2005-10-16 17:04:00 +0900  CGI->new eats up STDIN from POST request; don't do that
      adds  4f946b7    r1273 at rock (orig r998):  miyagawa | 2005-10-21 13:51:49 +0900  fixed a bug in binary data handling in Content
      adds  4f8e163    r1274 at rock (orig r999):  miyagawa | 2005-10-21 13:53:26 +0900  0.14 release
      adds  033c2fa    r1276 at rock (orig r1001):  miyagawa | 2005-11-01 14:52:48 +0900  0.15 release: fix mode=insert bug
      adds  cfdf115    r1308 at rock (orig r1033):  miyagawa | 2005-11-23 06:15:03 +0900  fixed binary data handling. It doesn't try to encode utf-8-ness on binary data
      adds  85f8689    r1309 at rock (orig r1034):  miyagawa | 2005-11-23 06:18:01 +0900  missing test files maybe
      adds  ebc5de6    r1387 at rock (orig r1112):  miyagawa | 2006-02-23 08:15:29 +0900  apply XPath patch from Brad Choate
      adds  29df58d    r1388 at rock (orig r1113):  miyagawa | 2006-02-23 08:19:41 +0900  bah. revert the unintentional changes
      adds  72fbae4    r1389 at rock (orig r1114):  miyagawa | 2006-02-23 08:21:43 +0900  packaging; don't make LibXML as a requirement
      adds  69ba575    r1413 at rock (orig r1138):  miyagawa | 2006-03-07 11:42:10 +0900  0.3 -> 1.0 rename alias
      adds  01e3aaa    r1428 at rock (orig r1153):  miyagawa | 2006-03-16 15:11:33 +0900  no UTF-8 variable on content->body
      adds  9d54ee4    r1429 at rock (orig r1154):  miyagawa | 2006-03-16 15:12:20 +0900  package 0.18
      adds  2452e96    r1436 at rock (orig r1161):  miyagawa | 2006-03-19 13:57:46 +0900  fix crit bug that setter was broken
      adds  dd87696    r2151 at rock (orig r1224):  miyagawa | 2006-05-01 01:46:12 +0900  0.20 release candidate: XML::Atom::ForceUnicode flag!
      adds  719ca5e    r2891 at rock (orig r1259):  btrott | 2006-06-29 13:18:47 +0900  Huge refactor. The biggest new part is XML::Atom::Base, which is a base class  for all elements and has a bunch of nice accessor-creation methods: can  create accessors for attributes, child elements, etc.
      adds  34f42a1    r2903 at rock (orig r1261):  btrott | 2006-07-06 10:15:36 +0900  Fixed the stupid default: namespace thing that libxml2 adds. The  refactoring broke it. Also added a test case for it.
      adds  ac84bbd    r2909 at rock (orig r1262):  miyagawa | 2006-07-07 15:35:45 +0900  better Atom 1.0 support and content at type
      adds  4cafa25    r2910 at rock (orig r1263):  miyagawa | 2006-07-07 15:36:45 +0900  fixed warnings
      adds  5c60ff8    r2911 at rock (orig r1264):  miyagawa | 2006-07-07 15:38:08 +0900  add MANIFEST to svn
      adds  9501345    r2912 at rock (orig r1265):  miyagawa | 2006-07-07 15:41:21 +0900  more 1.0 docs
      adds  4e0cd38    r2959 at rock (orig r1268):  miyagawa | 2006-07-12 12:43:44 +0900  this be 0.20
      adds  31164b7    r2966 at rock (orig r1269):  miyagawa | 2006-07-13 02:45:27 +0900  propagete entry version when we instanciate XML::Atom::Content using content() method. 0.21 release
      adds  240708b    r3113 at rock (orig r1270):  miyagawa | 2006-07-19 15:50:52 +0900  something is wrong with diveintomark.org SSI system
      adds  6667c6e    r3114 at rock (orig r1271):  miyagawa | 2006-07-19 16:05:21 +0900  skip Atom tests on my dev
      adds  7f2cb81    r3115 at rock (orig r1272):  miyagawa | 2006-07-19 18:44:39 +0900  Refactored $thing->link into a mk_object_list_accessor() and added Atom 1.0 Category support.
      adds  ce137b8    r3116 at rock (orig r1273):  miyagawa | 2006-07-19 18:48:13 +0900  more tests to category generation code
      adds  d2b542b    r3117 at rock (orig r1274):  miyagawa | 2006-07-19 19:04:32 +0900  Mkae auhtor and contributor as a list accessor to ::Person as well.  Now $entry->contributors works.
      adds  b039d71    r3118 at rock (orig r1275):  miyagawa | 2006-07-19 19:21:06 +0900  Now that we have mk_elem_accessors, we use that to define Atom elements inside Feed/Thing/Entry as well. Bye bye AUTOLOAD!
      adds  b16d384    r3119 at rock (orig r1276):  miyagawa | 2006-07-19 19:41:16 +0900  a developer release for 0.22
      adds  3b5a873    r3121 at rock (orig r1278):  miyagawa | 2006-07-20 11:50:42 +0900  fixed skip comment
      adds  bf49d28    r3122 at rock (orig r1279):  miyagawa | 2006-07-20 16:49:48 +0900  make XPath recommendation not a default
      adds  05ba57a    r3124 at rock (orig r1281):  miyagawa | 2006-07-20 17:07:09 +0900  0.21_02 release for our internal build
      adds  b4576ff    r3150 at rock (orig r1283):  miyagawa | 2006-07-21 19:11:18 +0900  Fixed a bug in _is_printable that might return false if $@ is set anywhere else in the code, because eval {} is not always called. Thanks to Chris Dent.
      adds  8fa994d    r3151 at rock (orig r1284):  miyagawa | 2006-07-21 19:12:37 +0900  0.21_03 dev release
      adds  8bb1eba    r3153 at rock (orig r1286):  miyagawa | 2006-07-21 19:18:19 +0900  update MANIFEST
      adds  f6fdd29    r3154 at rock (orig r1287):  miyagawa | 2006-07-21 22:45:13 +0900  removed ToDo
      adds  e24ce24    r3188 at rock (orig r1288):  miyagawa | 2006-07-25 05:01:08 +0900  this be 0.22
      adds  3ded77f   updated test to skip
      adds  9546397   XML::LibXML 1.60 broke t/12-feed.t and t/13-atom1.t, which is due to the change our usage of getAttribute("lang") to get xml:lang value was invalidated. Updated the methods to do the right thing. Ditto for atom:content with xml:lang and xml:base.
      adds  a7336ab   make a developer release
      adds  9596265   this be 0.23
      adds  1f736ec   Added as_xml_utf8 which always return UTF-8 bytes
      adds  f7f979d   fixed warning
      adds  6c0db78   Better fix for the default: prefix issue with libxml2.
      adds  101937f   0x242 is now printable character in bleadperl.
      adds  e0243fb   skip tests if euc-jp is not supported on the system
      adds  e17bd7f   this be 0.24
      adds  20a1845   don't test compiling Client/Server since it's optional and causes failing test if Digest::SHA1 is not installed (for instance)
      adds  4f4092a   fix memory leaks in XML::Atom::Client, reported by LTjake
      adds  671788f   releng for 0.25
      adds  d2ef722   Fixed XML::Atom::Base object accessor to work with extensions like OpenSearch Make XML::Atom::Link easily subclassable.
      adds  ac8989d   Checking in changes prior to tagging of version 0.25_01.  Changelog diff is:
      adds  3aea036   relaxed test regexp
      adds  8bc5c53   Checking in changes prior to tagging of version 0.25_02.  Changelog diff is:
      adds  d5f1332   Checking in changes prior to tagging of version 0.26.  Changelog diff is:
      adds  6f1be91   Checking in changes prior to tagging of version 0.27.  Changelog diff is:
      adds  01dc07d   Now that XML::LibXML has much saner Unicode support, we remove the hackery of decoding &#xxxx into Unicode chars and removing default: prefixes from XML elements. YAY!
      adds  b14246b   make XML::LibXML 1.64 a requirement.
      adds  dcca3e2   Checking in changes prior to tagging of version 0.27_01.  Changelog diff is:
      adds  241c9c3   skip test if DateTime is not there. RT:24786
      adds  5f5dcd7   fix NS issues with extension
      adds  dc2d9be   Checking in changes prior to tagging of version 0.28.  Changelog diff is:
      adds  60c6ca6   skip Unicode tests
      adds  96b0a80   Checking in changes prior to tagging of version 0.29.  Changelog diff is:
      adds  b2a1faf   Apply the patch to fix ->as_xml destroys internal XML::LibXML object. http://d.hatena.ne.jp/tokuhirom/20081110/1226280757
      adds  aafbcdc   Checking in changes prior to tagging of version 0.30.  Changelog diff is:
      adds  ea660b6   RT 39801
      adds  5c00c33   Checking in changes prior to tagging of version 0.31.  Changelog diff is:
      adds  e8570f5   Add lang and base to Entry and Feed. Fix xml attributes. Make language in feed a synonym for lang.
      adds  713647b   Checking in changes prior to tagging of version 0.32.  Changelog diff is:
      adds  2cf9ba1   only set WSSE auth token if username is set.
      adds  161e875   Checking in changes prior to tagging of version 0.33.  Changelog diff is:
      adds  2b31610   fix date
      adds  2bde491   Add working support for the atom:source element.
      adds  e899c1a   Add missing XML file for the 29-source test.
      adds  d8090d1   Checking in changes prior to tagging of version 0.34.  Changelog diff is:
      adds  955b2a4   Checking in changes prior to tagging of version 0.34.  Changelog diff is:
      adds  1b7f1f7   remove auto_install and stuff
      adds  5ca10a1   rewrite copyright and stuff so all_from can DWIM
      adds  af39841   use 5.8.1
      adds  602f426   Checking in changes prior to tagging of version 0.35.  Changelog diff is:
      adds  b5c1a80   Checking in changes prior to tagging of version 0.35.  Changelog diff is:
      adds  6727506   Fix dependencies in Makefile.PL.
      adds  1d386c9   Fix dependency on Encode
      adds  4a474cc   Needs newer XML::LibXML
      adds  535ac2c   Add blib directory to .gitignore
      adds  0cab941   rather depend on 5.8
      adds  0188e09   Checking in changes prior to tagging of version 0.36.  Changelog diff is:
      adds  61a485c   Add failing test for source()
      adds  8f4fb6d   Patch to fix wrong node selected by accessors
      adds  58cd36c   Checking in changes prior to tagging of version 0.37.  Changelog diff is:
      adds  c68e06f   Content with newlines or tabs not to be encoded to base64.
      adds  50d39bc   Merge pull request #1 from emasaka/master
      adds  bd98c7d   Add DateTime stringification to propper Atom format
      adds  deaafc9   Checking in changes prior to tagging of version 0.38.
      adds  2a3713b   Implement sane default parse options
      adds  b2d22f9   added tests
      adds  c5e6d4a   Add external entities tests, remove cruft
      adds  ac7c1d6   Checking in changes prior to tagging of version 0.39.
      adds  8164a81   use all uppercase UTF-8 as encoding value in accordance with XML specification
      adds  92089d3   Merge pull request #2 from tsgit/master
      adds  7ee1028   the datetime test requires DateTime::Format::Atom as well
      adds  c4f8b67   the tests should expect an uppercase UTF label now
      adds  4f0896b   file paths in file uris always need to start with a /
      adds  d04ef0d   Merge pull request #3 from wchristian/test_fixes
      adds  fa069dc   Checking in changes prior to tagging of version 0.40.
      adds  611261d   Add a dependency on DateTime::TimeZone which is used by XML::Atom::Util
      adds  174f0bf   Merge pull request #5 from leto/master
      adds  78fd80b   Checking in changes prior to tagging of version 0.41.
      adds  e233fa4   fixed typo in POD
      adds  7750b01   Merge pull request #7 from tokuhirom/master
      adds  3c740f2   typo fixes
      adds  4a11da4   Merge pull request #8 from dsteinbrunner/patch-1
      adds  9767393   auto_set_repository no longer does anything useful.
      adds  96120c9   'use encoding' is deprecated.
      adds  60fa636   Merge pull request #9 from davorg/master
      adds  e2c410e   migrate to Milla
      adds  89300ff   add
      adds  aca2600   0.42
      adds  2ba94c7   New upstream version 0.42
       new  2742b4e   Updated version 0.42 from 'upstream/0.42'
       new  2772ad9   Update debian/changelog
       new  2171358   Update debian/upstream/metadata.
       new  80d3033   Update debian/copyright.
       new  a3a9011   Update build dependencies and debhelper compatibility level.
       new  9d3fac4   Declare compliance with Debian Policy 4.0.0.
       new  0ba22b6   Update use-Digest-SHA.patch.
       new  9624378   debian/rules: forbid DNS queries during tests.
       new  5668eb7   debian/rules: remove empty manpages.
       new  b1124de   releasing package libxml-atom-perl version 0.42-1

The 10 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:
 .shipit                             |   8 -
 Build.PL                            |   7 +
 Changes                             |   5 +
 LICENSE                             | 379 +++++++++++++++++++
 MANIFEST                            |  29 +-
 META.json                           |  91 +++++
 META.yml                            |  59 ++-
 Makefile.PL                         |  38 --
 README                              |  34 +-
 cpanfile                            |  14 +
 debian/changelog                    |  17 +-
 debian/compat                       |   2 +-
 debian/control                      |   9 +-
 debian/copyright                    |  11 +-
 debian/patches/use-Digest-SHA.patch |  28 +-
 debian/rules                        |  12 +
 debian/upstream/metadata            |   2 +
 dist.ini                            |   1 +
 inc/Module/Install.pm               | 470 -----------------------
 inc/Module/Install/Base.pm          |  83 -----
 inc/Module/Install/Can.pm           |  81 ----
 inc/Module/Install/Fetch.pm         |  93 -----
 inc/Module/Install/Include.pm       |  34 --
 inc/Module/Install/Makefile.pm      | 415 ---------------------
 inc/Module/Install/Metadata.pm      | 716 ------------------------------------
 inc/Module/Install/Repository.pm    |  88 -----
 inc/Module/Install/Win32.pm         |  64 ----
 inc/Module/Install/WriteAll.pm      |  63 ----
 lib/XML/Atom.pm                     |   2 +-
 lib/XML/Atom/Feed.pm                |   6 +-
 t/18-unicode.t                      |   2 +-
 t/21-client.t                       |  51 +++
 t/22-autodiscovery.t                |  47 +++
 t/author-pod-syntax.t               |  15 +
 34 files changed, 728 insertions(+), 2248 deletions(-)
 delete mode 100644 .shipit
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 create mode 100644 cpanfile
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/21-client.t
 create mode 100644 t/22-autodiscovery.t
 create mode 100644 t/author-pod-syntax.t

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



More information about the Pkg-perl-cvs-commits mailing list