Mac OS X 10.5.3 To Fix Over 200 Bugs, Coming Soon
An anonymous reader writes "MacScoop reports that 'Apple has seeded several builds of its Mac OS X Leopard 10.5.3 update to developers during the past few weeks and just seeded yet another one numbered "9D34" earlier today.' The update fixes over two hundred bugs, weighs almost half a gigabyte and should be available soon."
Just to contrast the "great, because 10.5 has been so buggy for me" posts:
I've been using 10.5 on two different machines for quite some time now, and I have had not had very many problems at all, and none since the 10.5.2 update.
Here is a compiled list of fixes in 10.5.3.
Apple does do delta updates.
Donate free food here
OS X uses quite a bit of OSS stuff. There's a good chance that a good portion of these bugs aren't theirs.
/usr/(s)bin, zip, gunzip, tar, efax, cron, ip6config, postfix, cups. No chance they had any bugs. They're good open source software.
.diff files as updates. If they're upgrading Apache 2 they have to recompile as a universal binary and send out that entire file.
http://httpd.apache.org/security/vulnerabilities_20.html
I see 3 vulnerabilities in Apache 2 right there.
My Leopard install is showing "OpenSSL 0.9.7l 28 Sep 2006" while my Debian machine is showing "OpenSSL 0.9.8g 19 Oct 2007". I imagine there might be a few bugs there, and it's late enough that it wouldn't have been released close enough to be included in 10.5.0.
Lets see in
Responding to you and the guy below, the reason that these bugs are 'so big' is that Apple isn't sending out a bunch of
Some recent discussion on audio in Leopard:
http://createdigitalmusic.com/tag/leopard/
Now, note in particular that Digidesign's struggles aren't limited to Leopard (see, for example "Digidesign and M-Audio Drivers Fail to Keep Pace with Vista, Leopard, and XP SP3") -- I personally think Digi as a company has a problem. But they're not the only vendor mentioning audio issues in 10.5.2, and there are others like MOTU who haven't been explicitly complaining but have had product release delays (DP 6 was supposed to be out Q2).
Tweet, tweet.
Here is a list
Posting as Anonymous Coward because I've already modded this thread and don't want to waste the mod points, but I also want to be helpful.
You can quite easily configure static IPv6 addresses via System Preferences. It's not all that hard. Here's how:
That wasn't so hard, now was it?
I had the same problem. You're not actually completing the installation. Download the fix from Apple's download page (http://www.apple.com/support/downloads/) and run the update manually.
I had a similar issue. I could duplicate it by the following
1. Turn on full screen visualization in iTunes
2. Stop the music (or otherwise have iTunes to nothing)
3. Allow the computer to start the screen saver (or turn off the monitor )
4. Wake up the screen
If will now be exited from the visualization but the dock will be missing. My guess is that starting a full screen app sets a flag to hide the dock and the method I describe bypasses setting it back.
I was able to get the dock back by going into full screen visualization and then exiting it.
(* trying it again right now to make sure I'm not a liar)
I think Anonymous Grump is referring to a hidden preference:
Disable Space switching on Command-Tab in 10.5.2
That might solve your problem of Command-Tab'ing to an application without changing Space. For me, I tend to open applications with the mouse. It'd be nice if I could tell Terminal and Camino to default to opening a new window on the current Space rather than transporting me to an open window on another Space. But I'm slowly forming the habit of opening new windows with right-clicks instead.
$x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
$x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
And as an anecdotal rebuttal to all that, I've personally updated two machines from Panther -> Tiger -> Leopard and my family at large has done Jaguar -> Panther -> Tiger -> Leopard on G5s, PowerBooks, MBs, MBPs and MacPros, using a wide range of software (we're all photography buffs, one of us is a designer, two of us are developers, one MacPro is still running Tiger). Backup, upgrade. If you have problems, do a clean install. But so far we've done just fine with upgrades, thanks.
The major system version number.
For example, in 10.4.12, this would be the decimal value 10. Available in Mac OS X v10.3 and later.
Declared in Gestalt.h
gestaltSystemVersionMinor
The minor system version number. For example, in 10.4.12, this would be the decimal value 4.
Available in Mac OS X v10.3 and later.
Declared in Gestalt.h
gestaltSystemVersionBugFix
The bug fix version number. For example, in 10.4.12, this would be the decimal value 12.
Available in Mac OS X v10.3 and later.
Declared in Gestalt.h From http://developer.apple.com/documentation/Carbon/Reference/Gestalt_Manager/Reference/reference.html.