]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
oops, its simplepkg 0.6pre10; updated CHANGELOG
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 2 Dec 2007 14:37:53 +0000 (14:37 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sun, 2 Dec 2007 14:37:53 +0000 (14:37 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@465 04377dda-e619-0410-9926-eae83683ac58

trunk/doc/CHANGELOG

index db3ba54d2306f47fa1e6853172f24e18bfb3a15f..77bb2a2a8cbbee8a8da6a22af7490151a4cf7281 100644 (file)
@@ -1,9 +1,15 @@
 simplepkg changelog
 ===================
 
-0.6pre1-11
+0.6pre1-10
+==========
+
+  - added perl.mkSlackBuild
+
   - generic.mkSlackBuild-0.9.0:
     - added [[BUILD NUMBER]] parameter
+    - 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-0.9.0:
       - added [[BUILD NUMBER]]="" parameter
@@ -12,15 +18,47 @@ simplepkg changelog
     - added option --all, to build all SlackBuilds in repository
     - added number of parameters check
     - integrate handle_error with common.sh
+    - 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
 
   - mkbuild-1.1.9:
     - added [[BUILD NUMBER]]="" parameter support
     - bugfix: removed [] from is_number function call
     - correction of some codes of error and calls the handle_error function
+    - 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
 
   - common.sh
     - ERROR_PAR_NUMBER - incorrect number of parameters
     - ERROR_COMMON_NOT_FOUND - file common.sh not found
+    - 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
 
   - bugfixes:
     - common.sh: added ;; in the end from line 787
@@ -29,28 +67,12 @@ simplepkg changelog
     - mkbuild: change "PACKGE NAME" parameter to "PKG NAME"
     - model.mkbuild: change "PACKGE NAME" parameter to "PKG NAME"
 
-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]]"
@@ -59,37 +81,9 @@ simplepkg changelog
       - 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-0.4:
     - 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
 =========