[libsvn-hooks-perl] annotated tag upstream/1.28 created (now 2f06de5)

Salvatore Bonaccorso carnil at debian.org
Sun May 31 14:14:09 UTC 2015


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

carnil pushed a change to annotated tag upstream/1.28
in repository libsvn-hooks-perl.

        at  2f06de5   (tag)
   tagging  5f21aa1db1b658cd5621e5daf65467ee5d142884 (commit)
  replaces  upstream/1.27
 tagged by  Salvatore Bonaccorso
        on  Sun May 31 16:00:10 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.28

(no author) (1):
      Initial directory structure.

DC* (1):
      Make hooks execute in the order they are defined

Gustavo Chaves (32):
      Add .gitignore after moving from Subversion to Git.
      Increment .gitignore
      Use $Config{perlpath} instead of S^X to invoke Perl
      Document importance of defining the PATH properly
      Set PATH in the hooks used during testing
      Placate t/pod-coverage.t for SVN/Hooks/Mailer.pm
      Bump to version 1.09
      Increment .gitignore
      Pass the SVN::Look object as the third argument to the validator, generator, and actuator
      Bump to version 1.10
      Update TODO list
      Update MANIFEST
      Add MANIFST.SKIP file
      Update MANIFEST.SKIP
      Add examples/check-java-style.pl
      Fix third argument to UpdateConfFile sub _functor
      Update MANIFEST
      Bump to version 1.11
      Convert distribution to Dist::Zilla.
      v1.12
      Add MetaResources to dist.ini
      Improve documentation
      New TODO items
      Fix RT#75547 by making Windows test scripts non-verbose.
      v1.13
      Fix typo
      Add check-mergeinfo.pl example to avoid merges in subdirectories
      Get rid of non-functional alternative hooks in the example
      v1.14
      Fix merge root detection
      Optimize root detection by avoiding needless svnlook proplist commands
      v1.15

Gustavo L. de M. Chaves (52):
      Move from Google Code to GitHub
      v1.16
      Improve README
      Use Data::Util to make for clearer code
      Reformat some code
      v1.17
      Implement option "exclude" for CHECK_JIRA
      v1.18
      Remove explicit version from SVN::Hooks::CheckJira
      Fix check-mergeinfo.pl example
      Fix comment
      v1.19
      Make sure to treat every changed file in UpdateConfFile post-commit.
      Allow spaces around the comma separating project keys
      CheckStructure: fix numeric else-clause detection
      Fix some Perl::Critic warnings
      v1.20
      UpdateConfFile: implement 'remove' option
      v1.21
      CheckJira: accept and disregard spaces in the "projects" specification
      v1.22
      Use --force to svn propset an unknown revision property
      v1.23
      Make CheckMimeTypes disregard symbolic links
      Fix _post_where_to routine
      Fix error message
      Make UpdateConfFile create non-existing directories
      v1.24
      Remove debugging lines from a test
      Fix UpdateConfFile destination directory calculation
      Fix UpdateConfFile to directory detection
      Test UpdateConfFile detection of invalid to directory
      v1.25
      CheckJira: add directive CHECK_JIRA_DISABLE
      TODO: internationalize the SVN::Hooks messages.
      TODO: Implement a "case insensitive" plugin
      TODO: Increment SVN::Hooks::Notify to send emails in HTML
      Change indentation on Changes file
      v1.26
      Fix copyright period
      Make 'hook order' test system independent
      Improve module's abstract
      UpdateConfFile: fix detection of out of conf destination
      CheckJira: Fix default value for CHECK_JIRA_CONFIG 4th arg
      Placate Perl::Critic
      v1.27
      Add REPOSITORY section to documentation
      Document new argument for start-commit hook in svn 1.8
      Placating dzil
      Update dist.ini
      Replace README by brian d foy's README.pod template
      v1.28

Salvatore Bonaccorso (1):
      Imported Upstream version 1.28

gnustavo (93):
      Initial version imported to Google Code.
      Using getpwuid instead of $ENV{USER}
      Skipping some tests if Email::Send::IO is not available.
      Restructuring the test directories.
      bumpping version
      bumpping minor version
      Including SVN::Notify in the Makefile.PL prerequisites list.
      do not replay the log message in the error message.
      Removing LICENSE file because it was inconsistent with the license information in META.yml.
      More todos
      Checking for internal errors in the JIRA plugin
      bumpping version
      Improving SVN::Hooks::UpdateConfFile.
      UpdateConfFile: The files to be updated can be specified via Regexps and
      Minor error in UpdateConfFile.pm
      UPDATE_CONF_FILE second argument is evaluated as a string when the first argument is a Regexp.
      making work_ok print stderr on failure
      bumping version
      The svn-notify.t test was not checking for the svn commands.
      Using $^X instead of /usr/bin/perl in the hook sheband.
      Removing shebangs from the tests
      bumpping version
      defining $ENV{PERL5LIB} explicitly in the hook scripts
      bumpping version
      using lib instead of defining PERL5LIB, which does not work
      bumpping version
      correcting a bug in CheckStructure
      implementing the SVN::Hooks::CheckStructure::check_structure function
      bump to version 0.15
      acceptting relative paths in sub check_structure and better documenting it
      changing the versioning scheme and bumpping the version accordingly
      reverting r44
      Documenting the VALUE argument
      Implementing the plugin AllowPropChange
      bumpping to version 0.16
      deprecating AllowLogChange
      adding AllowPropChange to MANIFEST
      bumpping version
      Implementing the CheckJira.pm plugin
      updating copyright notice
      telling Emacs to use cperl-mode
      bumpping to version 0.17
      marking JiraAcceptance plugin as deprecated
      with no calls to CHECK_JIRA always apply the defaults
      bumpping to version 0.19
      typo
      reverting r63
      better documenting the CHECK_JIRA behaviour
      updating documentation
      bumpping to version 0.20
      typo
      Implementing the CheckCapability hook.
      Returning 1 from every directive so that the user does not need to return it explicitly from the configuration file.
      bumpping to version 0.22
      typo
      Updating link to contrib page.
      making a test use a restrict context
      fixing test
      allowing custom error messages in the DENY_FILENAME directive
      bumpping version to 0.29
      adjusting for new regexp stringification in Perl 5.13.5
      bumpping to version 0.30
      Implements the SVN::Hooks::Generic plugin
      bump to version 0.31
      I forgot to add these files before 0.31
      migrando .cvsignore para svn:ignore
      Feature branch to develop the new kind of generic branches.
      not working yet
      removing %SVN::Hooks::Inits function hash
      moving initializers around
      simplifying global variables
      adding a new test
      saving the hook script and configuration in the test directory for debugging
      Adjusting use of $SVN::Hooks::Repo
      ajusting to work with prove
      making it possible to debug a hook
      Turning the plugin state into local variables instead of a global hash
      Getting rid of %SVN::Hooks::Confs and simplifying the plugin setup
      noticing in the documentation that Generic.pm is now deprecated
      rebase
      reintegrate ^/branches/generics
      revising TODO
      adjusting Perl::Critic configuration
      adjusting Test::Pod::Coverage configuration
      bumpping version to 0.90
      add another Regexp argument to CHECK_JIRA_CONFIG to specify the format of JIRA project keys
      correcting the syntax of examples
      functor was not passing the $path argument to the command
      [RT#69343] configuration files should be optional
      bumpping version to 0.91
      rebase
      reintegrate ^/branches/windows
      bumpping to version 1.00

gnustavo at gmail.com (43):
      exchanging match operators
      inserting a missing "each" operator
      bumpping version
      skipping pod tests by default
      bumpping to version 0.21
      Improving the distro kwalitee.
      adding kwalitee test
      removing shee-bang from test
      cleaning up all testing flag files
      bumpping to version 0.23
      adding perlcritic test
      placating main perlcritic issues
      The actuator must be called after the destination file is generated.
      Spelling errors patch by Angel Abad
      bumpping to version 0.24
      Adding post_action pseudo-check to CHECK_JIRA
      adding a post_action example
      correcting an example in the POD
      changing comment
      Bumpping to version 0.25
      implementing DENY_EXEMPT_USERS directive
      bumpping to version 0.26
      substituting DENY_EXCEPT_USERS for DENY_EXEMPT_USERS
      Bumpping to version 0.27
      checking usability of svn commands
      bumpping to 0.28
      more todos
      Corrects CheckJira projects verification
      correcting argument passing to some hooks
      checking some hooks
      typo
      bump to version 0.32
      some SVN versions do not pass the leading slash to the lock path
      improving the documentation a little
      avoid use lib if PERL5LIB is empty
      quote variable interpolation in a regex
      bump to version 0.33
      branching to port to Windows
      passando três testes
      passing six tests more
      passing all tests
      rebase
      Don't mess with $ENV{PATH} anymore

gustavo at gnustavo.com (30):
      Updating copyright year range
      avoiding dependency from File::Slurp
      bumpping to version 1.01
      Porting Makefile.PL to Windows and adjusting dependency from SVN::Look version
      Supporting absolute file names for configuration files
      Adding URI::file to the dependencies
      bumpping to version 1.02
      Passing SVN::Look object to check_one and check_all_svnlook checks
      grokking username with svnlook
      bumpping version to 1.03
      enhancing META.yml
      cleanup
      implementing new directive DENY_FILENAMES_PER_PATH
      bumpping to version 1.04
      enhancing documentation
      Fixing a bug in DENY_FILENAMES_PER_PATH.
      bumpping to version 1.05
      Checking if we have the svnlook command
      bumpping to version 1.06
      Requiring at least version 1.4.0 of Subversion
      being more informative in an error message
      bumpping version 1.07
      properly detecting unmet dependencies
      typo
      Using $^X instead of $Config{perlpath} because I got some errors from CPANTesters
      Dealing with empty $ENV{PATH}
      Delete needless use statements.
      Deprecate SVN::Hooks::Mailer.
      Bump to version 1.08
      Add exemples directory

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

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/libsvn-hooks-perl.git



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