[DRE-commits] [librarian-puppet] 32/97: Add Changelog

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit c344ff7585764600d947a019245139d8cec4aa22
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Fri Jul 26 11:36:44 2013 +0200

    Add Changelog
---
 Changelog.md | 31 +++++++++++++++++++++++++++++++
 README.md    | 19 -------------------
 2 files changed, 31 insertions(+), 19 deletions(-)

diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..0214010
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,31 @@
+## Changelog
+
+### 0.9.11
+ * Reduce the number of API calls to the Forge
+ * Don't sort versions as strings. Rely on the forge returning them ordered
+ * Pass --module_repository to `puppet module install` to install from other forges
+ * Cache forge responses and print an error if returns an invalid response
+ * Add a User-Agent header to all requests to the GitHub API
+ * Convert puppet version requirements to rubygems, pessimistic and ranges
+ * Use librarian gem
+
+### 0.9.10
+
+ * Catch GitHub API rate limit exceeded
+ * Make Librarian::Manifest Semver 2.0.0 compatible
+
+### 0.9.1
+ * Proper error message when a module that is sourced from the forge does not
+   exist.
+ * Added support for annotated tags as git references.
+ * `librarian-puppet init` adds `.tmp/` to gitignore instead of `tmp/`.
+ * Fixed syntax error in the template Puppetfile created by `librarian-puppet
+   init`.
+ * Checks for `lib/puppet` as well as `manifests/` when checking if the git
+   repository is a valid module.
+ * When a user specifies `<foo>/<bar>` as the name of a module sources from a
+   git repository, assume the module name is actually `<bar>`.
+ * Fixed gem description and summary in gemspec.
+
+### 0.9.0
+ * Initial release
diff --git a/README.md b/README.md
index 829c19d..c41102c 100644
--- a/README.md
+++ b/README.md
@@ -164,25 +164,6 @@ Please include:
  * Please run the `librarian-puppet` commands in verbose mode by using the
   `--verbose` flag, and include the verbose output in the bug report as well.
 
-## Changelog
-
-### 0.9.0
-
- * Initial release
-
-### 0.9.1
-
- * Proper error message when a module that is sourced from the forge does not
-   exist.
- * Added support for annotated tags as git references.
- * `librarian-puppet init` adds `.tmp/` to gitignore instead of `tmp/`.
- * Fixed syntax error in the template Puppetfile created by `librarian-puppet
-   init`.
- * Checks for `lib/puppet` as well as `manifests/` when checking if the git
-   repository is a valid module.
- * When a user specifies `<foo>/<bar>` as the name of a module sources from a
-   git repository, assume the module name is actually `<bar>`.
- * Fixed gem description and summary in gemspec.
 
 ## License
 Please see the [LICENSE](https://github.com/rodjek/librarian-puppet/blob/master/LICENSE)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list