Bump version to 2.1.1

This commit is contained in:
Adam Spiers 2011-12-06 10:35:31 +00:00
parent fb2f621b1c
commit d051936bf5
4 changed files with 6 additions and 5 deletions

View file

@ -36,7 +36,7 @@
"provides" : { "provides" : {
"Stow" : { "Stow" : {
"file" : "lib/Stow.pm", "file" : "lib/Stow.pm",
"version" : "v2.1.0" "version" : "v2.1.1"
}, },
"Stow::Util" : { "Stow::Util" : {
"file" : "lib/Stow/Util.pm", "file" : "lib/Stow/Util.pm",
@ -53,5 +53,5 @@
"url" : "http://github.com/aspiers/stow" "url" : "http://github.com/aspiers/stow"
} }
}, },
"version" : "v2.1.0" "version" : "v2.1.1"
} }

View file

@ -17,7 +17,7 @@ name: Stow
provides: provides:
Stow: Stow:
file: lib/Stow.pm file: lib/Stow.pm
version: v2.1.0 version: v2.1.1
Stow::Util: Stow::Util:
file: lib/Stow/Util.pm file: lib/Stow/Util.pm
version: 0 version: 0
@ -29,4 +29,4 @@ resources:
homepage: https://savannah.gnu.org/projects/stow homepage: https://savannah.gnu.org/projects/stow
license: http://www.gnu.org/licenses/gpl-2.0.html license: http://www.gnu.org/licenses/gpl-2.0.html
repository: http://github.com/aspiers/stow repository: http://github.com/aspiers/stow
version: v2.1.0 version: v2.1.1

1
NEWS
View file

@ -4,6 +4,7 @@ News file for Stow.
** Fixed bug where ./configure --with-pmdir=X was ineffectual. ** Fixed bug where ./configure --with-pmdir=X was ineffectual.
** Calculated the correct default value for pmdir based on the local Perl installation. ** Calculated the correct default value for pmdir based on the local Perl installation.
** Fixed some automake issues (thanks to Stefano Lattarini for spotting these!) ** Fixed some automake issues (thanks to Stefano Lattarini for spotting these!)
** Improved various bits of documentation.
* Changes in version 2.1.0 * Changes in version 2.1.0
** Major refactoring of code into separate Stow and Stow::Util Perl modules. ** Major refactoring of code into separate Stow and Stow::Util Perl modules.
** Added support for ignore list files. ** Added support for ignore list files.

View file

@ -1,6 +1,6 @@
dnl Process this file with Autoconf to produce configure dnl dnl Process this file with Autoconf to produce configure dnl
AC_INIT([stow], [2.1.0], [bug-stow@gnu.org]) AC_INIT([stow], [2.1.1], [bug-stow@gnu.org])
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake]) AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we # Unfortunately we have to disable warnings for overrides, because we