diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-07-31 20:54:39 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-07-31 20:54:39 +0000 |
commit | 546354758b9a532912651b047fab6a23f0cb0a3c (patch) | |
tree | c4108b4022d6e77cd4a1d02c78860b884178efa0 /CHANGELOG | |
download | simplepkg-546354758b9a532912651b047fab6a23f0cb0a3c.tar.gz simplepkg-546354758b9a532912651b047fab6a23f0cb0a3c.tar.bz2 |
initial import
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@1 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..4d65968 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,52 @@ +simplepkg changelog +------------------- + +0.4.8: simplaret: removed extra folder from slamd64 definition + and fixed a typo + +0.4.7: templatepkg bugfix on blank template lines and on package deletion + changed simplaret working dir in simplaret.conf.new + +0.4.6: small bugfix on jail-update that prevented template update + +0.4.5: vserver template update + +0.4.4: WARNING option on config file for simplaret + + SILENT env var, if a non-zero value, keeps simplaret + work silenty when purging and works like if WANRING is set + to not null. + + add SIMPLARET_DELETE_DURING config parameter: when set + to a non-zero value deletes each package rigth after its + installation + +0.4.3: openoffice.org template + +0.4.2: common.sh: fix on install_packages when handling + with similar package names + +0.4.1: templatepkg: fixed tagfiles and comment handling + +0.4: multi-plataform and version management + + now simplepkg supports jails with architectures and versions + others than the main system, read the docs for details. + + added simplaret: a small script for downloading packages + + jail-upgrade + + * arch checking via /etc/slackware-version on each jail + * supports multi-arch and multi-version repository + * integrated with simplaret + + common.sh: improved functions to support simplaret + +0.3.7-0.3.9: bugfix releases + +0.3.6: added "-u" option to eval_config to ask for a swaret --update + +0.3.5: "main" jail support for jail-update + +0.3.4: started changelog :) |