diff options
Diffstat (limited to 'trunk/doc/CHANGELOG')
-rw-r--r-- | trunk/doc/CHANGELOG | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index 6202072..115959d 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -1,13 +1,41 @@ simplepkg changelog =================== +0.6pre31 +======== + + - generic.mkSlackBuild: config() on postinstall_script now accepts .dist + and .sample config file extensions. + - createpkg: + - most clean -s option output + - lspkg: fix on package search routine + +0.6pre30 +======== + + - common.sh: fixed package_name when dealing with files under /var/log/packages + +0.6pre29 +======== + + - templatepkg: fixed issue on adding files in a template. + - simplaret: "--sync" and "sync" now synonyms to "--update" and "update". + 0.6pre28 ======== + - generic.mkSlackBuild: new section copy_config_files + - lspkg: change ls /var/log/packages/$1 to ...$1-[0-9] + - mkjail: fixed #27 + - jail-update: installs/remove packages according the template (closes #10) + - simplaret: + - option --install working for multiple packages (closes #1) + - option --remove working for multiple packages - mkpatch: fixed infinite loop on invalid diff action - mkbuild 1.2.7: - new ACTION bugfix - search result bugfix + - protect MKBUILD_NAME and ACTION variables with "" in line 266 - createpkg 1.1.13: - severals EXIT_CODE corrections - search result bugfix |