diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-04 14:43:06 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-04 14:43:06 -0400 |
commit | 08c9ee57c46e7b6835d255126d28d39cd3e4c670 (patch) | |
tree | f2d8eabec8d300b4615aad8c98f979eeed0e78f6 /CHANGELOG | |
parent | 81c4a1036b343221d1e568d9a183e6d35a637117 (diff) | |
parent | 9a1df86686f0a771eace81e4344e1e9c27c98d79 (diff) | |
download | puppet-vcsrepo-08c9ee57c46e7b6835d255126d28d39cd3e4c670.tar.gz puppet-vcsrepo-08c9ee57c46e7b6835d255126d28d39cd3e4c670.tar.bz2 |
Merge pull request #154 from mhaskel/1.0.0-prep
1.0.0 prep
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: |