Slashdot Mirror


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."

9 of 165 comments (clear)

  1. Re:Service pack 3? by TheRaven64 · · Score: 5, Insightful

    OS X 10.5 is, in many ways, a big step up from 10.4, but it was clearly rushed to market. I've been using it since the official release, and it's felt like a beta OS for all of that time - random pauses for a few seconds, crashes every month or so, occasionally taking two or three attempts to resume from suspend and so on. It's really hard to tell whether the improvements with 10.5 outnumber the regressions at this stage, and so this is a very welcome update (although, really, this should have been 10.5.0 and the previous ones should have been betas). In general, these don't contain new features, although occasionally they will, but they will be minor improvements, while the big changes come in the major releases (the 10 isn't really part of the version number, it's part of the name).

    --
    I am TheRaven on Soylent News
  2. Leopard has been fine for me by Thornburg · · Score: 5, Informative

    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.

  3. Re:Big Creepy Crawlies... by Halo1 · · Score: 5, Informative
    --
    Donate free food here
  4. Re:Service pack 3? by sdpuppy · · Score: 5, Funny
    Ha! Back in my day we "time machined " using tar -u -g -v -f $backup_disk/$backup_dir/$backup_name up hill both ways in 10 feet of snow and we liked it! - heck our time machine had shiny knobs and dials with detailed oak scroll work not like this cheap plastic injection molded junk and and...

    hey kids, get your durn iPods off my lawn!

  5. Re:Just 200 bugs? by Paradise+Pete · · Score: 5, Informative
    Which 200 bugs are they talking about?

    Here is a list

  6. Re:I hope it's true by corser · · Score: 5, Informative

    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)

  7. Re:What's wrong with Spaces by AlpineR · · Score: 5, Informative

    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.

  8. Re:Friendly Reminders by ratbag · · Score: 5, Informative

    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.

  9. Re:Service pack 3? by 1729 · · Score: 5, Informative
    Here's Apple's take on this:

    gestaltSystemVersionMajor
          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.