diff --git a/CHANGELOG b/CHANGELOG index 139a638f..f8141d7f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +2013-08-09 1.0.0 + +Summary: + +Many new features and bugfixes in this release, and if you're a heavy concat +user you should test carefully before upgrading. The features should all be +backwards compatible but only light testing has been done from our side before +this release. + +Features: +- New parameters in concat: + - `replace`: specify if concat should replace existing files. + - `ensure_newline`: controls if fragments should contain a newline at the end. +- Improved README documentation. +- Add rspec:system tests (rake spec:system to test concat) + +Bugfixes +- Gracefully handle \n in a fragment resource name. +- Adding more helpful message for 'pluginsync = true' +- Allow passing `source` and `content` directly to file resource, rather than +defining resource defaults. +- Added -r flag to read so that filenames with \ will be read correctly. +- sort always uses LANG=C. +- Allow WARNMSG to contain/start with '#'. +- Replace while-read pattern with for-do in order to support Solaris. + CHANGELOG: - 2010/02/19 - initial release - 2010/03/12 - add support for 0.24.8 and newer diff --git a/Modulefile b/Modulefile index 3815eddf..cb6bc2ec 100644 --- a/Modulefile +++ b/Modulefile @@ -1,8 +1,8 @@ -name 'ripienaar-concat' -version '0.2.0' -source 'git://github.com/ripienaar/puppet-concat.git' -author 'R.I.Pienaar' -license 'Apache' +name 'puppetlabs-concat' +version '1.0.0-rc1' +source 'git://github.com/puppetlabs/puppetlabs-concat.git' +author 'Puppetlabs' +license 'Apache 2.0' summary 'Concat module' description 'Concat module' -project_page 'http://github.com/ripienaar/puppet-concat' +project_page 'http://github.com/puppetlabs/puppetlabs-concat' diff --git a/README b/README index 81bdedb7..650141c9 100644 --- a/README +++ b/README @@ -84,11 +84,8 @@ Apache Version 2 === Latest: -http://github.com/ripienaar/puppet-concat/ +http://github.com/puppetlabs/puppetlabs-concat/ === Contact: -* R.I.Pienaar -* Volcane on freenode -* @ripienaar on twitter -* www.devco.net +Puppetlabs, via our puppet-users@ mailing list. diff --git a/README.markdown b/README.markdown index 567fb9c8..c9a52b33 100644 --- a/README.markdown +++ b/README.markdown @@ -151,4 +151,4 @@ Contributors: Contact: -------- -R.I.Pienaar / rip@devco.net / @ripienaar / http://devco.net +puppet-users@ mailing list.