[libfile-next-perl] annotated tag upstream/1.16 created (now dbe9c04)

gregor herrmann gregoa at debian.org
Wed Jul 20 18:15:20 UTC 2016


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

gregoa pushed a change to annotated tag upstream/1.16
in repository libfile-next-perl.

        at  dbe9c04   (tag)
   tagging  f0b1e70effc66e243f0848aa2274d56b947a9039 (commit)
  replaces  upstream/1.14
 tagged by  gregor herrmann
        on  Wed Jul 20 20:10:32 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 1.16

Andy Lester (218):
      First version in Google Code
      Releasing 0.01
      r16509 at mel:  andy | 2006-08-13 19:41:47 -0500
      r16514 at mel:  andy | 2006-08-13 22:06:06 -0500
      r16532 at mel:  andy | 2006-08-14 14:58:41 -0500
      r16533 at mel:  andy | 2006-08-14 15:04:48 -0500
      r16534 at mel:  andy | 2006-08-14 15:06:48 -0500
      r16535 at mel:  andy | 2006-08-14 15:23:03 -0500
      r16536 at mel:  andy | 2006-08-14 15:24:11 -0500
      r16544 at mel:  andy | 2006-08-14 19:20:23 -0500
      r16545 at mel:  andy | 2006-08-14 19:47:32 -0500
      r16546 at mel:  andy | 2006-08-14 20:09:47 -0500
      r16547 at mel:  andy | 2006-08-14 20:33:53 -0500
      r16548 at mel:  andy | 2006-08-14 20:43:06 -0500
      r16558 at mel:  andy | 2006-08-15 02:29:08 -0500
      r16571 at mel:  andy | 2006-08-16 13:30:33 -0500
      r16572 at mel:  andy | 2006-08-16 14:12:39 -0500
      r17179 at mel:  andy | 2006-08-31 15:39:57 -0500
      r17181 at mel:  andy | 2006-08-31 19:28:03 -0500
      r17182 at mel:  andy | 2006-08-31 19:30:18 -0500
      r17185 at mel:  andy | 2006-08-31 20:14:31 -0500
      r17187 at mel:  andy | 2006-08-31 21:55:41 -0500
      r17189 at mel:  andy | 2006-08-31 22:40:37 -0500
      r17190 at mel:  andy | 2006-08-31 22:46:22 -0500
      r17193 at mel:  andy | 2006-09-01 23:40:10 -0500
      r17194 at mel:  andy | 2006-09-02 00:50:58 -0500
      r17195 at mel:  andy | 2006-09-02 00:58:53 -0500
      r17196 at mel:  andy | 2006-09-02 01:01:00 -0500
      r17197 at mel:  andy | 2006-09-02 01:04:38 -0500
      r17203 at mel:  andy | 2006-09-02 01:12:11 -0500
      r17205 at mel:  andy | 2006-09-02 10:09:09 -0500
      r17206 at mel:  andy | 2006-09-02 10:12:16 -0500
      r17209 at mel:  andy | 2006-09-04 00:09:51 -0500
      r17373 at mel:  andy | 2006-09-05 22:32:05 -0500
      r17376 at mel:  andy | 2006-09-05 23:52:45 -0500
      r17936 at mel:  andy | 2006-10-06 12:48:35 -0500
      r18275 at mel:  andy | 2006-11-04 22:14:05 -0600
      Made updir/curdir into a hash
      Fixed the %ups again
      Added new sort function
      Added the _lists_match function
      hoisted the swamp listing
      Both sets have to call _lists_match
      Added sort_forward and sort_reverse
      Adjust for new sort orders
      Added sort_standard
      handle the sorting functions correctly
      ready to release 0.30
      Added perl::critic stuff
      Fixed actual/expected
      Added failing test for top-level tests, and fixed up the actual/expected
      Removed the current directory test
      Releasing 0.32
      Teeny speedup when no file_filter or descend_filter
      reslash is now a real function
      Skip directories are now built once at module load
      More speedups if descend_filter is not specified
      releasing 0.34
      notes for speedups
      no need to ship stress
      [ENHANCEMENTS]
      Releasing 0.36
      Moved the sort_files checker to the constructor
      Test to eliminate the .
      Added follow_symlinks parm
      Adding taint checks
      Adding taint checks
      adding barebones follow.t
      Now works for default symlink behavior
      Added notes about follow_symlinks
      Added the NO_FOLLOW tests
      Fixed test count
      Fixed the parm passing into the constructor so we now actually handle follow_symlinks OK
      refactored the guts to make it easier to cut-and-paste for dirs
      Added t/dirs.t for supporting dirs() method
      Added dirs()
      Added test for when we start with a symlink
      Put the follow_symlinks check in _candidate_files where it belongs
      Refactored all the setup stuff into _setup()
      Reorganizing some docs
      more reorg
      Releasing 0.38
      releasing 0.38
      updated examples
      New testing files
      Added Test::Differences code
      Use the Util.pm
      Check for the 0 file, and use Util.pm
      Added zeroes.t
      Update to use Util.pm
      First draft of a zero-checking test
      Updated the file list
      Updated docs
      Reversed the sense of the test
      Renamed t/zeroes.t to t/zero.t
      Fixed the constructor example
      Added a prof target
      Removed two scalars and explicitly closed the dir handle
      Hoisted a repeated lookup for $parms->{file_filter}
      Improved the critic target
      Reusing the stat call
      Showing error message on chdir
      explicit package
      releasing 0.40
      Added File::Next::everything
      results direcotries can get filtered too
      Releasing 1.00
      doc fixes from GAAL
      add more dirs
      hoisted the descend_filter
      show a count
      fixing parens
      updating the dprofpp
      Added smallprof target
      updating profiling target
      updating profiling target
      stress has to do sorting
      Don't follow symlinks
      +    Don't do a directory stat call if we've already done one to
      be smart about stuff we have to sort
      getting ready for 1.02
      ready to release 1.02
      releasing 1.02
      require 5.6.1
      Added nytprof target
      Added a .gitignore
      no need for tmon.out
      Add tag support
      ignore Makefile.old
      getting ready to release 1.04
      more nytprof support
      doc updates
      removed some defaults, added a .git check, and removed all output
      more profiling on follow_symlinks
      teeny directory speedups
      releasing 1.04
      update boilerplate in the README.
      removed .svn handling since we are now in git
      critic cleanups
      more critic warnings turned off
      Merge branch 'master' of git at github.com:petdance/file-next
      fixed closing =cut
      releasing 1.06
      updated copyright to 2010
      following symlinks is OK
      Merge pull request #6 from hoelzro/master
      note about named pipes
      update coopyright
      convert ot Markdown
      Make module-checking more Perl::Critic-happy
      remove unnecessary Perl::Critic notation
      I'm OK with L<> doing its own formatting
      Use a different file for catting, just to be less confusing
      We have a package variable $dir, so do not shadow it with lexical $dir
      renamed README to README.md
      ignore temprorary files
      rebuilt tags
      We don't use Carp in here
      Check the return from eval correctly
      update the copyright
      Stop using use_ok()
      more critic exceptions
      add tests for misused constructors
      make the error message more specfiic that we check for
      Remove cut & paste error messages
      Added from_file() function.  Still need a test on reading from STDIN
      update missing files in the MANIFEST
      remove Carp which I was only using for debugging
      fix double slashing
      Added tests for STDIN, and fix the STDIN reading along the way
      added missing files
      releasing 1.08
      fix a typo
      Fixed test failures in t/process-substitution.t
      Prove that we are actually reading from the process pipe
      rename test program to be more accurate
      releasing 1.09_01
      Check that we get 2 lines back
      Add error checking for bad invocations of from_file()
      bumping up to 1.09_02
      use mkfifo, not bash
      renamed process-substitution.t to named-pipe.t
      check the return value of the open
      ready for release of 1.09_02
      add warnings on from_file()
      Require Test::More 0.88
      Merge pull request #12 from hoelzro/master
      updating to 1.10
      starting on 1.12 notes
      Releasing 1.12
      fixed license
      Optimized -f/-p calls in files() to not repeat the variable.
      critic cleanup
      add a -T for tainting
      Move the $filter inside the sub that gets returned
      Moved incorrectly-placed comment
      differnt big dir
      CHanging from an elsif makes nytprof give more distinct answers
      benchmark tool
      quieting noise
      Simplified the testing of the output
      use File::Temp, not POSIX, for temp directories
      Merge pull request #21 from hoelzro/dev
      Merge pull request #25 from gpoul/fix-minor-typos
      Move bench out of the root
      Fix shebang
      Notes about pull request
      Adding names to the thanks
      Reeady to release 2.13_01
      [FIXES]
      Releasing 1.13_02
      Releasing 1.14
      Merge pull request #27 from Manwar/add-license-meta-name
      Add a travis file so we get builds.  Stolen from test-www-mechanize, plus a 5.8
      Add status badge
      Add the dev perl and turn off sudo for speed
      Merge pull request #28 from hoelzro/dev
      Getting ready to release 1.16

Gerhard Poul (1):
      Fix minor typos

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (1):
      docs: add diagnostics, workaround for invocation limitation

Mohammad S Anwar (1):
      Add license meta name to the Makefile.PL script.

Rob Hoelz (9):
      Add test for bash process substitution
      Add new files to existing tests
      Allow named pipes/FIFOs as valid arguments to File::Next::files
      Check for /dev/fd for non-regular files
      Use warn_handler for warnings
      Pass error code as second argument to error_handler
      Add a test for from_file when a listed file is not present
      Add test for warning_handler getting called
      Use warning_handler, not warn_handler, for warning handler

gregor herrmann (1):
      Imported Upstream version 1.16

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

No new revisions were added by this update.

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



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