Parcourir la source

Prep for 1.6.0 release.

Morgan Haskel il y a 10 ans
Parent
commit
5018cb5191
2 fichiers modifiés avec 17 ajouts et 1 suppressions
  1. 16 0
      CHANGELOG.md
  2. 1 1
      metadata.json

+ 16 - 0
CHANGELOG.md

@@ -1,3 +1,19 @@
+##2014-07-30 - Supported Release 1.6.0
+###Summary
+
+####Features
+- Allow URL or domain name for key_server parameter
+- Allow custom comment for sources list
+- Files synced using ModuleSync!
+- Enable auto-update for Debian squeeze LTS
+- Add facts showing available updates
+
+####Bugfixes
+- Fix regex to follow apt requirements
+- Allow dashes in URL or domain for key_server parameter
+- Test fixes for Ubuntu 10.04
+- Fix for unicode characters
+
 ##2014-07-15 - Supported Release 1.5.2
 ###Summary
 

+ 1 - 1
metadata.json

@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-apt",
-  "version": "1.5.2",
+  "version": "1.6.0",
   "author": "Puppet Labs",
   "summary": "Puppet Labs Apt Module",
   "license": "Apache-2.0",