-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 19 Dec 2002, Maximo Migliari wrote:

> I would like to know where I can find the change log for the new versions
> of MySQL.
> For example, just recently .54 was released, and then .54a.  There is a
> ChangeLog file in the distribution, but at least to me, it is TOTALLY
> incomprehensible.  Isn't there a simple file that says something like:
>
> Verion 3.23.54a:
> - fixed this,
> - improved that, etc.

Yes, you are right - I should have added a note to the ChangeLog. The only
difference between 3.23.54 and 3.23.54a is in the safe_mysqld script:

[SNIP]
- --- bin/safe_mysqld.org         Mon Nov 25 11:49:31 2002
+++ bin/safe_mysqld             Fri Dec 13 13:09:16 2002
@@ -159,9 +159,9 @@
   NOHUP_NICENESS=`nohup nice 2>&1`
   if test $? -eq 0 && test x"$NOHUP_NICENESS" != x0 && nice --1 echo foo
> /dev
/null 2>&1
   then
- -    if $NOHUP_NICENESS -gt 0
+    if test $NOHUP_NICENESS -gt 0
     then
- -      $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
+      NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
     else
       NOHUP_NICENESS="nice -$NOHUP_NICENESS nohup"
     fi
[SNIP]

I wrote an addendum to the initial relase announcement about that as well
and it also came through this list:

http://lists.mysql.com/cgi-ez/ezmlm-cgi?2:mss:145:200212:emmpdkidnedchpgmjele

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+Ah0oSVDhKrJykfIRAsrGAJ0YxJspbqXUNREPBLsJucHYxckuFwCggTdN
VIr4dnTGY2HEvTrBrxV7QrI=
=uREJ
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to