[libtree-rb-perl] annotated tag debian/0.500006-1 created (now 9c7e3ca)

gregor herrmann gregoa at debian.org
Wed Nov 1 18:09:16 UTC 2017


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

gregoa pushed a change to annotated tag debian/0.500006-1
in repository libtree-rb-perl.

        at  9c7e3ca   (tag)
   tagging  d49245fd6cbbcf1b7835761d249e0e7fd5ffa167 (commit)
  replaces  debian/0.500005-1
 tagged by  gregor herrmann
        on  Wed Nov 1 19:08:53 2017 +0100

- Log -----------------------------------------------------------------
tagging package libtree-rb-perl version debian/0.500006-1
-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAln6DbVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbd1hAAtd7sHz/Z24/52GALrXOTHGGF86weq6TTO8bB7QpuJ0EsLcMa7g9arUQ0
aBbwHI8a6qPEqOKco/WvhMSDKC6omQketHRSf98ZGDfC01XqAF++iUA6u1Omo64V
CfvbRJKY0smRgTb0rJ0R2+jFn6RFfe0bkPvkMbe7DKRzv6HchpKIne2IpnzqTZDU
thbHsBPO9VAmIH5SNArhpd0xnCpDdOFvO2yZqsSTREEGZbzvMeGVs4OFoDR79PAL
ZbUykoXJ8zcQJy1h+3UykaLX360gtbTMVJ8UjnruRwNCNXk1iYgy+MUh52RtMWk9
qofF3rUxFgPxEdJ0cMvQ4RT7b4CGER9G9kPEYehOX5hE76uuVGR3qdb45kjiY2TZ
znL5A+ljn0J8kFCslNPrNIKMliTkpHIR6pYDuf5Za78+AMrichbuTxu8UGHzg+wk
j0p17cZ014wzUy6abHCFoSek6twiB8cXmeQ+Kb5GxYFB7WBWbdqXM2xyi8EYLE2J
MmXHgow8HxjKcoxR7RxTgp/SQ/CWmejJZRam5q5dSD11zkDn9mTuhm1oN4aBV/iZ
xm/hXOm52BryY5g1oo/wM3dQp58CLrEt1/zFh8+t336cdZFFFtkFAp1D791gKw5e
wepQjvgE8kEtg3PFm656SZjuLny+YzFljSVwFDmIQnLZ64/TrSM=
=CEeT
-----END PGP SIGNATURE-----

Arun Prasaad (99):
      Initial commit
      Remove old (backed up) insert2() method
      Added test for leaf() method
      Add leaf() method
      Added test for strip() method
      Added strip() method
      Fix DESTROY - avoid memory leaks by using strip
      Added resort() method.
      Make strip call its callback after a leaf is detached.
      Renamed find() to lookup()
      Added delete() method
      Initial commit. This module supersedes _Fields.pm
      Use Tree::RB::Node::_Constants instead of Tree::RB::Node::_Fields, as former now provides RED and BLACK constants.
      Silence warning when printing node info in as_lol()
      Initial commit.
      Added null aware accessors to assist with rebalancings during deletion
      Added delete functionality a la java.util.TreeMap (jdk142)
      Re-balancing helpers test their node by truth not defined-ness
      Initial commit
      Initial commit
      Added tests for lookup, mode = LUGTEQ
      Fixed context behaviour of lookup when mode = LUGTEQ
      Added tests for lookup, mode = LULTEQ
      Added implementation for lookup, mode = LULTEQ
      Added implementation for lookup, mode = LUGREAT, LULESS, LUNEXT, LUPREV
      Added tests for lookup, mode = LUGREAT
      Replaced Tree::RB::Node::_Fields with Tree::RB::Node::_Constants
      Initial commit
      Updated package name in can_ok
      Removed 'use warnings'
      Added TIEHASH, STORE and FETCH methods.
      Initial commit
      Added iterator tests
      Added reverse iterator tests
      Added more tied hash tests.
      Added remaining tied hash methods.
      Added custom sorting test.
      Corrected number of tests.
      Initial commit
      Removed use of version.pm (non-core)
      Removed use of version.pm (non-core)
      Added min and max tests.
      Renamed 'insert' method to 'put'
      Renamed 'insert' method to 'put'. Started adding POD
      Added more POD.
      Updated POD.
      Updated POD.
      commit 637dbe5da6160181942425c82ce97c52bac4fea8
      commit b65563a7e1ced339b8038aa1eab63fbb1711bb87
      Updated POD (authorship of docs).
      Deleting unneeded tests.
      commit 7130291ed771dd15c7a56448d15d46a2ed00b3d2
      commit db14404b81607bf00f83653179ed7c531b303ab1
      Removed META.yml entry as keeping here breaks 'make dist'
      Changed to work with older Perls.
      Changed to work with older Perls.
      Changed to work with older Perls.
      Added comment.
      Updated
      Formatting.
      Added seekable iteration.
      Added some POD for iteration methods.
      Added seekable iteration for tied hashes.
      Allow iter() to control seeking.
      Updated tests.
      Base hash iteration on iter()/rev_iter() instead of the now removed seek().
      Added more tests for seeking (in reverse too).
      Factored out reset of hash iteration into its own method.
      Show alternate seek syntax.
      enum is slicker than constant.
      Expanded POD for iteration.
      Now depends on enum.
      Insist that keys are defined.
      Updated.
      Removed duplicate mention of node colours.
      Doc fix.
      Now depends on enum.
      Incremented version.
      Updated.
      Streamlined hash setup.
      Test that false values can be stored.
      Skip test of tied hash SCALAR method if we're not running at least 5.8.3
      Allow false values to be stored.
      Updated.
      Incremented version.
      Changes in distribution packaging to include repository URL
      Revised MANIFEST
      Fix for https://rt.cpan.org/Public/Bug/Display.html?id=86636
      Fix for https://rt.cpan.org/Public/Bug/Display.html?id=56453
      Version 0.500004
      Added nth() method
      Next release is 0.500_005
      Next release is 0.500005
      Make dir layout more friendly to Minilla
      Migrating to Minilla
      Make "put with non existing key" work as documented
      Ignore vim undo files
      dos2unix
      Checking in changes prior to tagging of version 0.500006.

Salvatore Bonaccorso (2):
      debian/control: Use HTTPS transport protocol for Vcs-Git URI
      update changelog

arunbear (4):
      Fix for http://rt.cpan.org/Public/Bug/Display.html?id=47894
      Releasing new version.
      New version.
      New release to fix http://rt.cpan.org/Public/Bug/Display.html?id=49078

gregor herrmann (14):
      debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
      update changelog
      debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
      update changelog
      New upstream version 0.500006
      Update upstream source from tag 'upstream/0.500006'
      Update debian/changelog
      Update debian/upstream/metadata.
      Update years of upstream and packaging copyright, drop stanza about removed files.
      Update build dependencies.
      Reformat debian/control with cme
      Declare compliance with Debian Policy 4.1.1.
      debian/rules: tell dh(1) to use the perl_build buildsystem.
      releasing package libtree-rb-perl version 0.500006-1

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

This annotated tag includes the following new commits:

       new  49c9f2a   Update upstream source from tag 'upstream/0.500006'
       new  37b1ab9   Update debian/changelog
       new  95e1381   Update debian/upstream/metadata.
       new  e28fc8d   Update years of upstream and packaging copyright, drop stanza about removed files.
       new  f28c7c4   Update build dependencies.
       new  f26a6b6   Reformat debian/control with cme
       new  e764bc8   Declare compliance with Debian Policy 4.1.1.
       new  9de2e35   debian/rules: tell dh(1) to use the perl_build buildsystem.
       new  d49245f   releasing package libtree-rb-perl version 0.500006-1

The 9 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.


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



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