diff options
author | Peter Souter <p.morsou@gmail.com> | 2014-06-13 19:09:08 +0100 |
---|---|---|
committer | Peter Souter <p.morsou@gmail.com> | 2014-06-13 19:09:08 +0100 |
commit | bf94296c505357c1d2bee08ad7785c5666338a36 (patch) | |
tree | fbc5a6a767da2e4a50cf84bf1be5d039d54da795 /CHANGELOG | |
parent | 17c91e7ab8f89453c926b432e5ff82335d280e90 (diff) | |
parent | d23a098c2deba9fb79ca53e2d51a8177b0f071af (diff) | |
download | puppet-vcsrepo-bf94296c505357c1d2bee08ad7785c5666338a36.tar.gz puppet-vcsrepo-bf94296c505357c1d2bee08ad7785c5666338a36.tar.bz2 |
Merge branch 'master' into MODULES-1014/add-noop-mode
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2014-06-04 - Version 1.0.0 + +Summary: + +This release focuses on a number of bugfixes, and also has some +new features for Bzr and Git. + +Features: +- Bzr: + - Call set_ownership +- Git: + - Add ability for shallow clones + - Use -a and desired for HARD resets + - Use rev-parse to get tag canonical revision + +Fixes: +- HG: + - Only add ssh options when it's talking to the network +- Git: + - Fix for issue with detached HEAD + - force => true will now destroy and recreate repo + - Actually use the remote parameter + - Use origin/master instead of origin/HEAD when on master +- SVN: + - Fix svnlook behavior with plain directories + 2013-11-13 - Version 0.2.0 Summary: |