aboutsummaryrefslogtreecommitdiff
path: root/trunk/doc/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/doc/CHANGELOG')
-rw-r--r--trunk/doc/CHANGELOG73
1 files changed, 67 insertions, 6 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index 74a8992..c00c572 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,10 +1,71 @@
simplepkg changelog
===================
+0.6pre1-10
+
+ - simplepkg.conf:
+ - new config variables:
+ - MKBUILDS_DIR (mkbuilds directory repository)
+ - SLACKBUILDS_SVN (SlackBuild svn source)
+ - MKBUILDS_SVN (Mkbuild svn source)
+
+ - common.sh:
+ - added error_codes function
+ - added handle_error function
+ - added svn functions:
+ - build_repo (build a svn repository)
+ - check_repo (check repository)
+ - sync_repo (synchronize repository)
+ - added is_number function.
+ Check if input is a number
+
+ - generic.mkSlackBuild:
+ - added variable PKG_WORK(=$TMP/$SRC_NAME) to package work directory
+ - PKG_SRC now is `ls -la | awk '/^d/ { print $8 }'`, directory in $PKG_WORK
+
+ - model.mkbuild:
+ - Some changes to integrate to applicatory the external ones:
+ - [[SLACKBUILD AUTHOR]] default change to "[[YOUR NAME]]"
+ - [[SLACKBUILD AUTHOR INITIALLS]] default change to "[[YOUR SIGNATURE]]"
+ - [[DONLOAD FOLDER URL]] default change to "[[DEFAULT URL]][[PACKGE NAME]]"
+ - all [[NAME]] change to [[PACKGE NAME]]
+ - added [[ARCH]]="" parameter
+
+ - createpkg-1.1.8:
+ - moved handle_error and error_codes to common.sh (see above)
+ - usage function add exit program
+ - change ERROR_... codes to ERROR_CREATEPKG_...
+ - added SLACKBUILDS_SVN variable
+ - called to svn functions change to send SLACKBUILDS_DIR and SLACKBUILDS_SVN variables
+ - error 2 (usage function) change to usage function call
+
+ - lspkg:
+ - added error code 1 to fail exit
+
+ - mkbuild-1.1.8:
+ - added commit mkbuild, commit slackbuild , and commit all options
+ - removed error_codes and mkbuild_error to common.sh
+ - COMMIT variable change to COMMIT_SLACKBUILD
+ - added variable COMMIT_MKBUILD
+ - analysis of the variable NUMJOBS moved close to the reading from parameter NUMBJOBS
+ - reading of the variable SLACKBUILD_PATH was moved for the end of the list of parameters
+ - is_number function moved to common.sh
+ - added validate_parameter input check
+ - added support to the "empty parameter" in validate_parameter function
+ - added variables SLACKBUILDS_SVN, MKBUILDS_DIR and MKBUILDS_SVN
+ - added variables BASENAME (program name)
+ - COMMIT_SLACKBUILD and COMMIT_MKBUILD default set to off
+ - UNPACKER bugfix
+ - DECOMPRESSOR bugfix
+ - added most flexibility in the creation of initial ".mkbuild" file
+ - added commit_mkbuild function
+ - bugfix: input of set_parameters ($@) protected with ""
+ - bugfixes: -a, -u, and -ai options
+
0.6pre1-8
=========
- - common.sh:
+ - common.sh:
- fixed http://slack.sarava.org/trac/ticket/19
- added simpletrack script
@@ -114,7 +175,7 @@ simplepkg changelog
- jail-commit
- SILENT env variable to decrease verbosity
-
+
0.5pre4
=======
@@ -250,7 +311,7 @@ simplepkg changelog
- simplaret:
- config evaluation via common.sh
- new config parameter SIMPLARET_PURGE_PATCHES
-
+
0.4.9pre7
=========
@@ -289,7 +350,7 @@ simplepkg changelog
- now with slackbuild error handling
- increased verbosity
- - small fixes on rebuildpkg
+ - small fixes on rebuildpkg
- lspkg enhancements
@@ -390,11 +451,11 @@ simplepkg changelog
- multi-plataform and version management
- now simplepkg supports jails with architectures and versions
+ 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