aboutsummaryrefslogtreecommitdiff
path: root/trunk/doc
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-05-06 18:13:31 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-05-06 18:13:31 +0000
commit7705246e6fe39f48bfcc9f357c056704e08ffc2d (patch)
tree783680ecbdd6ad860c93f1a633e5c8cbf94be55f /trunk/doc
parentd40e88cb9108adb3467b084afb11240ef6370bb4 (diff)
downloadsimplepkg-7705246e6fe39f48bfcc9f357c056704e08ffc2d.tar.gz
simplepkg-7705246e6fe39f48bfcc9f357c056704e08ffc2d.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@507 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/doc')
-rw-r--r--trunk/doc/CHANGELOG24
1 files changed, 22 insertions, 2 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index 2cb5cf8..1605f38 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,11 +1,31 @@
simplepkg changelog
===================
+0.6pre27
+========
+ - createpkg 1.1.12:
+ - change indentation do two spaces;
+ - add option --debug|-d to debug SlackBuilds scripts;
+ - add EXIT_CODE to output status from createpkg;
+ - mkbuild 1.2.6:
+ - add --search|-s option;
+ - mkbuild copy all file in current directory different of *.SlackBuild,
+ *.old, *.tmp, and slack-required to mkbuild directory, in
+ commit_mkbuild function;
+ - mkbuild copy all file in current directory different of *.mkbuild,
+ *.old, and *.tmp to slackbuild repository, in commit_slackbuild
+ function;
+ - add EXIT_CODE to output status from mkbuild;
+ - simplepkg.SlackBuild:
+ - remove all *~ files to local build
+ - save simplepkg-....tgz in /tmp
+ - ...
+
0.6pre26
========
- createpkg:
- - add LANG=en_US in SlackBuild command line
+ - add LANG=en_US in SlackBuild command line
- mkbuild:
- bugfix: add "" to protect all parameters in edit_file function call;
- change line 346-346 with "sed -i" command;
@@ -22,7 +42,7 @@ simplepkg changelog
- add svn_source section to grab subversion sources;
- comment lines limited to 79 columns;
- model.mkbuild:
- - add "off:get_svn_source" line;
+ - add "off:svn_source" line;
0.6pre25
========