summaryrefslogtreecommitdiff
path: root/Modulefile
AgeCommit message (Collapse)Author
2014-05-09Prepare a 4.2.1 release.Ashley Penney
2014-05-08Release - 4.2.0Hunter Haugen
Summary ======== This release adds many new functions and fixes, and continues to be backwards compatible with stdlib 3.x Features ------- - New `base64()` function - New `deep_merge()` function - New `delete_undef_values()` function - New `delete_values()` function - New `difference()` function - New `intersection()` function - New `is_bool()` function - New `pick_default()` function - New `union()` function - New `validate_ipv4_address` function - New `validate_ipv6_address` function - Update `ensure_packages()` to take an option hash as a second parameter. - Update `range()` to take an optional third argument for range step - Update `validate_slength()` to take an optional third argument for minimum length - Update `file_line` resource to take `after` and `multiple` attributes Bugfixes -------- - Correct `is_string`, `is_domain_name`, `is_array`, `is_float`, and `is_function_available` for parsing odd types such as bools and hashes. - Allow facts.d facts to contain `=` in the value - Fix `root_home` fact on darwin systems - Fix `concat()` to work with a second non-array argument - Fix `floor()` to work with integer strings - Fix `is_integer()` to return true if passed integer strings - Fix `is_numeric()` to return true if passed integer strings - Fix `merge()` to work with empty strings - Fix `pick()` to raise the correct error type - Fix `uriescape()` to use the default URI.escape list - Add/update unit & acceptance tests.
2013-05-10Update Modulefile, CHANGELOG for version 4.1.0Ryan Coleman
This commit alters the module metadata to indicate a 4.1.0 version release for the Puppet Forge. It contains backwards compatible features, refactors and bug fixes. CHANGELOG updated by JJM
2013-04-12Update gemspec, Modulefile, CHANGELOG for 4.0.2Jeff McCune
Without this patch the information displayed on rubygems.org does not clearly convey the intent of the Gem format of stdlib from the official puppet module format of stdlib. This is a problem because end users might get confused and start installing stdlib from rubygems.org This patch addresses the problem by making it clear that the gem version of stdlib is not intended for end users, but rather is specifically intended to make it easier for other module authors to depend on stdlib and have that dependency automatically resolved using a Gemfile. [ci skip]
2013-04-11Update gemspec, CHANGELOG, Modulefile for 4.0.1Jeff McCune
2013-04-11Update Modulefile, README, CHANGELOG for stdlib-4.0.0Jeff McCune
2012-11-28Update Modulefile, CHANGELOG for 3.2.0Jeff McCune
2012-10-25Update CHANGELOG, Modulefile for 3.1.1Jeff McCune
2012-10-25Update Modulefile, CHANGELOG for 3.1.0Jeff McCune
2012-08-16Update CHANGELOG, Modulefile for 3.0.1Jeff McCune
2012-08-16Update CHANGELOG, Modulefile for 3.0.0Jeff McCune
2012-08-14Update Modulefile, CHANGELOG for 2.4.0Jeff McCune
2012-05-23Update CHANGELOG, Modulefile for 2.3.3Jeff McCune
2012-03-29Merge branch '2.2.x' into 2.3.xJeff McCune
* 2.2.x: (#13494) Specify the behavior of zero padded strings Update CHANGELOG, Modulefile for 2.1.3 Conflicts: CHANGELOG Modulefile
2012-03-29Merge branch '2.1.x' into 2.2.xJeff McCune
* 2.1.x: Update CHANGELOG, Modulefile for 2.1.3 Conflicts: CHANGELOG Modulefile
2012-03-29Update CHANGELOG, Modulefile for 2.1.3Jeff McCune
2012-03-13Update CHANGELOG and Modulefile for 2.3.1Jeff McCune
2012-03-12Update CHANGELOG, Modulefile for 2.3.0 releaseJeff McCune
2011-12-30Update CHANGELOG and Modulefile for 2.2.1Jeff McCune
2011-12-30Update Modulefile CHANGELOG for v2.1.2 releaseJeff McCune
2011-11-08 * v2.x:James Turnbull
Update CHANGELOG and Modulefile for v2.2.0
2011-08-18Update CHANGELOG, README and Modulefile for v2.1.1Jeff McCune
2011-08-18Update CHANGELOG, README and Modulefile for v2.1.1Jeff McCune
2011-08-17Update CHANGELOG, Modulefile and README for 2.1.0Jeff McCune
2011-08-08Update CHANGELOG and Modulefile for 2.0.0 releaseJeff McCune
2011-08-04Update CHANGELOG and Modulefile for 1.1.0Jeff McCune
2011-08-04Update CHANGELOG and README for 1.0.0Jeff McCune
2011-06-21Update CHANGELOG and version for 0.1.7Jeff McCune
2011-06-15Update CHANGELOG for version 0.1.6Jeff McCune
2011-06-03Update CHANGELOG for 0.1.5Jeff McCune
2011-06-03Add Apache 2.0 LicenseJeff McCune
2011-05-26Update CHANGELOG with stage re-orderingJeff McCune
2011-05-25Update CHANGELOG for 0.1.3 releaseJeff McCune
2011-05-24Update changelog for version 0.1.2Jeff McCune
Also add release process information.
2011-05-24Initial commitJeff McCune