[libcompress-bzip2-perl] branch master updated (e945c56 -> 8cff8db)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 13 10:30:17 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libcompress-bzip2-perl.

      from  e945c56   add IGNORE-VERSION
      adds  9ef396f   initial import of Compress-Bzip2 1.00 from CPAN
      adds  88db8c5   import Compress-Bzip2 1.01 from CPAN
      adds  bf514ca   import Compress-Bzip2 1.10 from CPAN
      adds  019648a   import Compress-Bzip2 1.02 from CPAN
      adds  9e76386   import Compress-Bzip2 1.03 from CPAN
      adds  c00483c   import Compress-Bzip2 2.00 from CPAN
      adds  d1dd152   import Compress-Bzip2 2.01 from CPAN
      adds  221bbfc   import Compress-Bzip2 2.02 from CPAN
      adds  0b1eb51   import Compress-Bzip2 2.03 from CPAN
      adds  0673d24   import Compress-Bzip2 2.04 from CPAN
      adds  9344b81   import Compress-Bzip2 2.05 from CPAN
      adds  ba14c66   import Compress-Bzip2 2.06 from CPAN
      adds  aadc15f   import Compress-Bzip2 2.07 from CPAN
      adds  8618845   import Compress-Bzip2 2.08 from CPAN
      adds  301bb57   import Compress-Bzip2 2.09 from CPAN
      adds  07a44b0   [cpan #82308] make breaks on 5.17.7 by schubiger
      adds  e6183c3   [cpan #21961] update ppport.h
      adds  4ea9f46   [cpan #25002] memBzip() ignores level
      adds  2731e54   version 2.10 bump, use -std=c89 on gcc-compat compilers
      adds  abaae70   fix -Wimplicit-int warning for show_bzversion main()
      adds  451f5a8   [cpan #82576] fix pod formatting errors
      adds  94e6ded   [cpan #48128] support memBunzip BZh header w/o extra size prefix
      adds  fee62cb   ChangeLog for dangling else corner cases
      adds  24596c4   cc warnings -Wformat long vs int, missing switch default case
      adds  a020140   [cpan #40741] bzreadline blocked on the broken bz2 files
      adds  4c78dd8   [cpan #84223] fix ignored bzinflateInit args
      adds  5dda6cc   [cpan #48124] Multiple issues with bzinflate
      adds  79f737d   [cpan #48124] Fix multiple issues with bzinflate
      adds  3c1c6aa   [cpan #49618] fix odd win32 nmake but gcc case
      adds  77505e3   fixed decompression of empty strings, broken since 94e6dedbcf
      adds  6716687   disable bzopen filehandle for 5.6
      adds  03f67fa   fix 2 win32 problems: full nmake path, perm 0000 writable check in 041-error
      adds  dabadd2   bzlib-src updated to 1.0.6, added bzlib-src/fixup-bzlib-src
      adds  cafae69   .gdbinit added
      adds  e7b9221   MANIFEST updated for bzip2-1.0.6, silent t/081-basic.t (again)
      adds  857b57b   cc -Wall: fix unused-variables, uninitialized RETVAL, implicit-function-declaration
      adds  810e080   [cpan #36246] compress 0-byte srcfiles correctly. by Jeffrey Ratcliffe
      adds  886cf82   [cpan #28366] added testcase for double free or corruption on 32 bit, threaded
      adds  862893d   t/040-memory.t pack c is too small for 0xf0, need unsigned
      adds  ab2f81f   [cpan #84239] Updated FSF address in GPL2 COPYING
      adds  9689713   2.11: [cpan #68572] Workaround EUMM bug #84345 missing -R (e.g. solaris /opt/csw/)
      adds  2cc28a5   2.12: added META and POD tests
      adds  1a26954   2.13: Fixed POD coverage
      adds  f99e781   2.14: Fixed solaris gcc issue [cpan #84432] by removing -std=c89
      adds  7003a4f   2.15: silence show_bzversion warnings with make test in t/lib.pl
      adds  eb9b606   typo fix
      adds  521d6f8   Merge pull request #1 from dsteinbrunner/patch-1
      adds  3895fa2   Compress-Bzip2-2.16 release
      adds  7682126   2.17 Fixed license in README (thanks to John Peacock)
      adds  038c0ae   add ccdlflags for show_bzversion
      adds  575aadd   [cpan #68572] ccdlflags and constant => 1.04
      adds  119e0e3   2.18: add META to MANIFEST
      adds  0f13d33   Use Markdown for README
      adds  cf567bb   Remove unneccesary spaces
      adds  7cc4667   Update POD.
      adds  c2d166f   Release 2.19: Update MANIFEST, more doc tuning
      adds  c5d67c4   Oops, re-release as 2.20
      adds  a2ffbc3   Release 2.21: Add leaktrace and manifest test, .gitignore
      adds  195b871   Release 2.22: Fixed huge decompress memory leak
      adds  eca93e7   Imported Upstream version 2.22
       new  e24664a   Merge tag 'upstream/2.22'
       new  0c9f3e6   Update debian/changelog
       new  0789004   Update chengelog info generated by dpt
       new  16a68bf   Declare compliance with Debian policy 3.9.6
       new  f3d5e20   Add .md in README file into docs
       new  8cff8db   Release libcompress-bzip2-perl 2.22-1 to unstable

The 6 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:
 .gitignore                         |  45 +++++++++++++++
 Bzip2.xs                           |  11 ++--
 Changes                            |  18 +++++-
 MANIFEST                           |   9 ++-
 META.json                          |   4 +-
 META.yml                           |   4 +-
 README => README.md                |  73 ++++++++++++-----------
 SIGNATURE                          |  23 ++++----
 debian/changelog                   |  11 +++-
 debian/control                     |   2 +-
 debian/libcompress-bzip2-perl.docs |   2 +-
 lib/Compress/Bzip2.pm              | 115 ++++++++++++++++++++-----------------
 t/090-memory-usage.pl              |  59 +++++++++++++++++++
 t/900_leaktrace.t                  |  31 ++++++++++
 14 files changed, 291 insertions(+), 116 deletions(-)
 create mode 100644 .gitignore
 rename README => README.md (62%)
 create mode 100644 t/090-memory-usage.pl
 create mode 100644 t/900_leaktrace.t

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



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