The 'tests' target is long gone.
[oweals/busybox.git] / Changelog
index b7918a789af4b6a222eb9b4ad0c40fd41e986a0c..ad15c25f9aa91f9a33296ca0e34bc9569f4535d1 100644 (file)
--- a/Changelog
+++ b/Changelog
 ---------------------
-PatchSet 391
-Date: 2004/01/31 05:44:07
+PatchSet 405
+Date: 2004/04/07 15:19:26
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Update docs for release
+Update changelog for release
 
 Members: 
-       Changelog:1.286->1.287 
-       docs/busybox.net/news.html:1.5->1.6 
-       docs/busybox.net/shame.html:1.6->1.7 
+       Changelog:1.290->1.291 
 
 ---------------------
-PatchSet 3915 
-Date: 2004/01/31 06:11:39
+PatchSet 4055 
+Date: 2004/04/07 15:19:41
+Author: andersen
+Branch: HEAD
+Tag: busybox_1_00_pre9 
+Log:
+Update for release
+
+Members: 
+       docs/busybox.net/news.html:1.12->1.13 
+
+---------------------
+PatchSet 4056 
+Date: 2004/04/07 16:07:55
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Mention changes to the daily snapshots
+Document insmod -o
 
 Members: 
-       docs/busybox.net/news.html:1.6->1.7 
+       include/usage.h:1.201->1.202 
 
 ---------------------
-PatchSet 3916 
-Date: 2004/01/31 08:08:57
-Author: bug1
+PatchSet 4057 
+Date: 2004/04/07 17:59:59
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Add the Tritton Technologies NAS120
+
+Members: 
+       docs/busybox.net/shame.html:1.13->1.14 
+
+---------------------
+PatchSet 4058 
+Date: 2004/04/07 18:59:04
+Author: andersen
 Branch: HEAD
-Tag: busybox_1_00_pre6 **FUNKY**
+Tag: (none) 
 Log:
-Fix http proxy use, bytes were swapped
+Vladimir N. Oleynik writes:
+
+Hi.
+
+Last changes (rev 1.12) to recursive_actions() by Christian Grigis
+have problem.
+Test for demonstrate:
+
+$ mkdir aaa bbb ccc
+$ su
+# chown root bbb
+# chmod 700 bbb
+# exit
+$ busybox chmod 777 -R .
+./bbb: Permision denied
+
+But "./ccc" mode not changed. Previous variant works fine,
+errors skiped and continued recursion.
+
+
+--w
+vodz
 
 Members: 
-       networking/wget.c:1.67->1.68 
+       libbb/recursive_action.c:1.12->1.13 
 
 ---------------------
-PatchSet 3917 
-Date: 2004/02/01 07:34:28
-Author: mjn3
+PatchSet 4059 
+Date: 2004/04/08 11:27:11
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Use bb_xstrdup() instead of strdup().
+Fix ftp resume
+Terminate returned message at <CRLF> so strtoul returns without error
 
 Members: 
-       coreutils/expr.c:1.15->1.16 
+       networking/wget.c:1.72->1.73 
 
 ---------------------
-PatchSet 3918 
-Date: 2004/02/01 10:03:05
-Author: mjn3
+PatchSet 4060 
+Date: 2004/04/09 07:59:05
+Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Rewrite parse_config_file().  Among the old version's problems:
-  No checking for lines that were too long.
-  No checking that fgets returning NULL was actually due to EOF.
-  Various whitespace handling inconsistencies.
-  Bloat (switches and multiple identical function calls).
-  Failure to check for trailing characters in some cases.
-  Dynamicly allocated memory was not free()d on error.
-Given that this controls suid/sgid behavior, the sloppy coding was
-really inexcusable.  :-(
+Add a comment explaining why we have to check for an extra \n
 
 Members: 
-       applets/applets.c:1.20->1.21 
+       archival/libunarchive/get_header_ar.c:1.9->1.10 
 
 ---------------------
-PatchSet 3919 
-Date: 2004/02/04 08:24:39
+PatchSet 4061 
+Date: 2004/04/12 03:22:39
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Vodz last_patch_125_2, this patch have:\r
-- synced with dash 0.4.21\r
-- better handle trap "cmds..." SIGINT (strange, i make bad hack for ash \r
-  and cmdedit, but this work only with this...)\r
-- may be haven`t problem with Ctrl-D
+Fix up conditional compile of files needed by ip applets
 
 Members: 
-       shell/ash.c:1.87->1.88 
-       shell/cmdedit.c:1.87->1.88 
+       networking/libiproute/Makefile.in:1.5->1.6 
 
 ---------------------
-PatchSet 3920 
-Date: 2004/02/04 08:27:57
+PatchSet 4062 
+Date: 2004/04/12 03:35:44
 Author: bug1
 Branch: HEAD
 Tag: (none) 
 Log:
-Bug fix from Tito.
+Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
+
+Members: 
+       networking/ip.c:1.3->1.4 
+
+---------------------
+PatchSet 4063 
+Date: 2004/04/12 16:02:53
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
 
 Members: 
-       miscutils/devfsd.c:1.6->1.
+       util-linux/mount.c:1.116->1.11
 
 ---------------------
-PatchSet 3921 
-Date: 2004/02/04 10:48:37
+PatchSet 4064 
+Date: 2004/04/12 16:03:51
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-The variable 'complementaly' used to be allocated with calloc, which zeroed it
-out during the allocation process.  When vodz changed it to be allocated on the
-stack, he forgot to explicitly zero it, leaving its value filled with whatever
-used to be sitting on the stack.  It would garbage values, depending on the
-garbage that happened to be sitting on the stack when the function was called.
-The result was that applets using bb_getopt_ulflags() were showing
-unpredictable behavior (such as segfaults), which naturally broke many things.
+Fix spelling.  "sort of" is two words.
 
 Members: 
-       libbb/getopt_ulflags.c:1.6->1.7 
+       README:1.33->1.34 
+       shell/cmdedit.c:1.90->1.91 
 
 ---------------------
-PatchSet 3922 
-Date: 2004/02/04 10:57:46
+PatchSet 4065 
+Date: 2004/04/12 16:05:10
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Rob Landley writes:
+"Mac OS X" is how it is written on the Apple website
+
+Members: 
+       README:1.34->1.35 
 
-While building glibc with busybox as part of the development environment, I
-found a bug in glibc's regexec can throw sed into an endless loop.  This
-fixes it.  Should I put an #ifdef around it or something?  (Note, this patch
-also contains the "this is not gnu sed 4.0" hack I posted earlier, which is
-also needed to build glibc...)
+---------------------
+PatchSet 4066 
+Date: 2004/04/12 16:12:06
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Patch from Rob Landley to fix sed documentation.
+The -i option was not documented, and in genereal
+the formatting was a bit ugly.
 
 Members: 
-       editors/sed.c:1.158->1.159 
+       include/usage.h:1.202->1.203 
 
 ---------------------
-PatchSet 3923 
-Date: 2004/02/04 11:01:19
+PatchSet 4067 
+Date: 2004/04/12 16:23:19
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Jean Wolter writes:
+Add an extra link
 
-Hello,
+Members: 
+       docs/busybox.net/shame.html:1.14->1.15 
 
-when calling seq with
+---------------------
+PatchSet 4068 
+Date: 2004/04/12 18:59:23
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Jamie Guinan writes:
 
-    seq 1 1
+It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files
+test UCLIBC_HAS_MMU, resulting in vfork() getting called instead of
+fork(), etc.
 
-it generates an "endless" list of numbers until the counter wraps and
-reaches 1 again. The follwoing small patch should introduce the
-expected behavior (output of 1 and termination):
+Patch below.   Only tested for lash.
 
-regards,
-Jean
+Cheers,
+-Jamie
 
 Members: 
-       coreutils/seq.c:1.1->1.2 
+       init/init.c:1.199->1.200 
+       shell/hush.c:1.66->1.67 
+       shell/lash.c:1.159->1.160 
 
 ---------------------
-PatchSet 3924 
-Date: 2004/02/04 11:10:28
+PatchSet 4069 
+Date: 2004/04/12 20:12:13
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Joe.C writes:
+Peter Milne writes:
+
+Just upgraded from 0.6 to 1.00-pre8
+
+Dot command handling handled args correctly (same as bash) in 0.60,
+but failed in 1.00:
 
-Hi,
+I fixed this by reverting the dotcmd function back to previous 0.60
+instantiation,
+please consider using the older version.
 
-   When httpd connection is closed, bosybox httpd will
-not stop reading from CGI program. This patch fix this
-problem. It check the return value of bb_full_write and
-stop reading from CGI if the connection is closed.
-Please apply this patch.
+Thanks
 
-Joe.C
+
+Peter
 
 Members: 
-       networking/httpd.c:1.21->1.22 
+       shell/ash.c:1.95->1.96 
 
 ---------------------
-PatchSet 3925 
-Date: 2004/02/04 11:19:44
+PatchSet 4070 
+Date: 2004/04/12 20:17:13
 Author: andersen
 Branch: HEAD
 Tag: (none) 
 Log:
-Richard Kojedzinszky writes:
+As reported by Quy Tonthat, init has problems with inittab's that
+contain only actions sysinit/wait/once. It does not clean up zombies
+in that case.
 
-Hi,
+Members: 
+       init/init.c:1.200->1.201 
 
-I've noticed the bug also, and here is another patch for it. I hope it'll
-not introduce more bugs. Not too nice, but works for me.
+---------------------
+PatchSet 4071 
+Date: 2004/04/12 20:21:54
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Silly me
 
-Here it is for busybox-1.00-pre6
+Members: 
+       init/init.c:1.201->1.202 
+
+---------------------
+PatchSet 4072 
+Date: 2004/04/12 21:57:17
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'
+even if built with CONFIG_FEATURE_IFUPDOWN_IP when shutting down
+a dhcp connection.
+
+Members: 
+       networking/ifupdown.c:1.36->1.37 
+
+---------------------
+PatchSet 4073 
+Date: 2004/04/12 22:41:29
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Wolfgang Denk writes:
+
+He,
+
+there is a bug in HUSH's handling of "if" / "elif" commands:
+
+        $  if true
+        > then
+        > echo 1
+        > elif
+        > true
+        > then
+        > echo 2
+        > elif
+        > true
+        > then
+        > echo 3
+        > else
+        > echo 4
+        > fi
+        1
+        2
+        3
+        $
+
+The same bug exists in all versions of HUSH from BB v0.60.x up to and
+including v1.00-pre9. The attached patch fixes this:
+
+        $ if true
+        > then
+        > echo 1
+        > elif
+        > true
+        > then
+        > echo 2
+        > elif
+        > true
+        > then
+        > echo 3
+        > else
+        > echo 4
+        > fi
+        1
+        $
+
+
+
+Best regards,
+
+Wolfgang Denk
+
+Members: 
+       shell/hush.c:1.67->1.68 
+
+---------------------
+PatchSet 4074 
+Date: 2004/04/12 23:49:06
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Sigh.  The patch from David Anders (prpplague) broke standard
+securetty files since the /dev was not stripped.
+
+Members: 
+       loginutils/login.c:1.15->1.16 
+
+---------------------
+PatchSet 4075 
+Date: 2004/04/13 17:31:41
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Put the glibc nss junk back at the end
+
+Members: 
+       docs/busybox_footer.pod:1.15->1.16 
+       docs/busybox_header.pod:1.16->1.17 
+
+---------------------
+PatchSet 4076 
+Date: 2004/04/13 19:28:46
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Fix several problems with start-stop-daemon, add -m support
+
+Members: 
+       debianutils/start_stop_daemon.c:1.13->1.14 
+       include/usage.h:1.203->1.204 
+
+---------------------
+PatchSet 4077 
+Date: 2004/04/13 20:25:57
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+slightly clean the whacked out formatting
+
+Members: 
+       networking/ipcalc.c:1.8->1.9 
+
+---------------------
+PatchSet 4078 
+Date: 2004/04/13 20:27:20
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Fix incorrect ipcalc usage text
 
 Members: 
-       editors/vi.c:1.31->1.32 
+       include/usage.h:1.204->1.205