Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
This commits changes all the references to volcane to point to
puppetlabs to free him from any more stray tech support requests
as well.
  • Loading branch information
Ashley Penney committed Aug 9, 2013
1 parent 7313d26 commit 5423710
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 12 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -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'
7 changes: 2 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,8 @@ Apache Version 2

=== Latest:

http://github.com/ripienaar/puppet-concat/
http://github.com/puppetlabs/puppetlabs-concat/

=== Contact:

* R.I.Pienaar <[email protected]>
* Volcane on freenode
* @ripienaar on twitter
* www.devco.net
Puppetlabs, via our puppet-users@ mailing list.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ Contributors:

Contact:
--------
R.I.Pienaar / [email protected] / @ripienaar / http://devco.net
puppet-users@ mailing list.

0 comments on commit 5423710

Please sign in to comment.