diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-14 14:03:49 +0000 | 
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-14 14:03:49 +0000 | 
| commit | 817166012a43f1274f800addabbbf288aeb8e3b7 (patch) | |
| tree | 3dcee66ea23ffaa83f1385465a96edfa3eddb40b /trunk/doc/CHANGELOG | |
| parent | c539c1644768ff8018a4e11657669ddadd8ad732 (diff) | |
| download | simplepkg-817166012a43f1274f800addabbbf288aeb8e3b7.tar.gz simplepkg-817166012a43f1274f800addabbbf288aeb8e3b7.tar.bz2 | |
see CHANGELOG
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@653 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/doc/CHANGELOG')
| -rw-r--r-- | trunk/doc/CHANGELOG | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index 88cc8ce..e74a99c 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -6,14 +6,17 @@ simplepkg changelog      - new "compact" template storage format      - common.sh: +      - default arch when its not present at /etc/slackware-version is now assumed to be "i486"        - other minor changes        - repository metainformationg is now added at svn control if applicable        - new functions svn_remove_empty_folders, svn_del, su_svn, chown_svn, chgrp_svn,          regexp_slash, default_distro and svn_add        - new config parameter "TMP"         - renamed function use_svn to templates_under_svn -    - simplaret: simplaret_search_and_process_patch do not donwload a package with the same -                 package name twice in any case +    - simplaret: +       - simplaret_search_and_process_patch do not donwload a package with the same +         package name twice in any case +       - simplaret_set_arch: mapping non-present architectures to i486      - default simplepkg.conf and repos.conf moved to defaults/ folder      - templatepkg and mkjail: minor changes      - templates: @@ -40,8 +43,10 @@ simplepkg changelog        - new options --status, --update and --commit to manage subversion repository        - subversion integration        - minor changes -      - new config parameters MAKEPKG_REPOS_STYLE, MOVE_SLACK_REQUIRED, MKBUILDS_SVN_USER, -        MAKEPKG_SVN_USER, MAKEPKG_SVN_GROUP, MKBUILDS_SVN_GROUP, MAKEPKG_REPOS_NOARCH +      - renamed config parameter CREATE_ARCH to CREATEPKG_ARCH +      - renamed all "MAKEPKG" config parameters to "PACKAGES", "MAKEPKG_REPOS" to "PACKAGES_DIR" +      - new config parameters PACKAGES_REPOS_STYLE, MOVE_SLACK_REQUIRED, MKBUILDS_SVN_USER, +        PACKAGES_SVN_USER, PACKAGES_SVN_GROUP, MKBUILDS_SVN_GROUP, PACKAGES_REPOS_NOARCH, PACKAGES_SVN        - cleaner -s option output      - lspkg: fix on package search routine      - jail-commit: using unified diff | 
