merge changelog-2.1 back into main changelog

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-26 07:20:03 +02:00
parent 27a832676b
commit 0db38038a9
2 changed files with 12 additions and 15 deletions

View File

@ -4,6 +4,18 @@ Changelog
* Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius
2.1.0pre1:
* Core: Removed obsolete variable __self
* Removed type __addifnosuchline (replaced by __line)
* Removed type __removeline (replaced by __line)
* Type __directory: Parameter --parents and --recursive are now boolean
* Type __package_apt, __package_luarocks, __package_opkg,
__package_pacman, __package_pkg_freebsd, __package_pkg_openbsd,
__package_rubygem, __package_yum, __process:
Parameter state accepts only "present" and "absent"
* Initial support for pypi packaging
2.0.15:
* Core: Make variable __object_name available in type explorers (Steven Armtrong)
* New Type: __qemu_img

View File

@ -1,15 +0,0 @@
Changelog (v2.1 specific)
-------------------------
* Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius
2.1.0pre1:
* Core: Removed obsolete variable __self
* Removed type __addifnosuchline (replaced by __line)
* Removed type __removeline (replaced by __line)
* Type __directory: Parameter --parents and --recursive are now boolean
* Type __package_apt, __package_luarocks, __package_opkg,
__package_pacman, __package_pkg_freebsd, __package_pkg_openbsd,
__package_rubygem, __package_yum, __process:
Parameter state accepts only "present" and "absent"