Slashdot Mirror


QuickTime 6.0.2 Released

Hungus writes "QuickTime 6.0.2 is now released from Apple and is available either via web download or via Software Update." I'd seen word that it was available earlier, but it wasn't available for me via Software Update until today. Software Update reports that this release "provides performance and reliability enhancements."

2 of 59 comments (clear)

  1. Re:Two notes by jezzball · · Score: 4, Insightful

    I see it's been a long time since your last reboot...

    When you click "Always", it just means "Always this boot".

    Dan

    --
    ls: .sig: File not found.
    (A)bort, (R)etry, (I)gnore?
  2. Re:Essential QT supplement for Unix nerds by goon+america · · Score: 4, Insightful
    That's really cool. For some reason, the luminence is inverted, which is easy enough to fix.

    Change line 174 to the following and it looks much better:
    convert[255 - i] = table[i * strlen(table) / 256];

    Also, you get a better framerate (ha!) using an OpenGL-based terminal like GLterm which is much, much faster than the default terminal. I thought the idea of an OpenGL terminal was silly, until now.