Slashdot Mirror


New Version of Mac OS X Leopard Leaked

the linux geek writes "InfoWorld has an article informing us that an early beta of Mac OS X 10.5 has been leaked. This appears to be the same build Steve Jobs previewed at WWDC, and contains most of the new features, including Time Machine and Spaces." From the article: "Attendees at last week's Worldwide Developers Conference (WWDC) received copies of the beta ware and had to sign legally binding agreements not to let Leopard stray onto file-sharing networks. Perhaps someone didn't read the not-so-fine print? MacUser reports that this version of Leopard is indeed legit, unlike a fake one that was reportedly making its rounds last week. The version of Leopard available on BitTorrent is 4.3GB, containing 93 files."

3 of 359 comments (clear)

  1. Re:Serious question. by topham · · Score: 4, Interesting


    I'd love to see the sales statistics on the Family Pack. I mean it is entirely voluntary purchase as there is nothing preventing someone from buying a single copy and using it on all their computers at home.

  2. Oh, a neat idea... by argent · · Score: 4, Interesting

    Spaces: Virtual desktop with Exposé eye-candy.

    Time Machine: Incremental backups with Exposé eye-candy. The hooks for applications to use Time Machine are a pretty cool idea, I don't think I've seen that kind of capability before.

    What Apple needs to add:

    Let's call it "Testbed": They could use FreeBSD jails and overlays to give you the ability to run a testbed environment that would looks almost like a virtualised system (like Parallels or VMware) which even "root" couldn't see out of, but without the overhead of virtualization. Plus Exposé eye-candy!

    Plus, extend fast user switching to allow you to log in multiple times *as the same user*, giving OS X full virtual console capability.

    Combine these with Time Machine, you could actually log into a version of your whole system as it existed a week ago, or two weeks ago... and (pause) with Exposé eye-candy.

  3. Re:Garbage Collection in Objective C by BasilBrush · · Score: 4, Interesting

    Hey I'd missed that feature. That's certainly going to be a boon to developers. But it's also going to improve the user experience for users. With 512MB of memory every other day Tiger slows to a crawl because it's filled up RAM, presumably with memory leaks. Safari is a bad offender in this regard. Auto garbage collection should clear most of those leaks.