Slashdot Mirror


MSIE Security Updates

AnamanFan writes "Microsoft has released version 5.2.1 of Internet Explorer for Mac OS X. The only notes I have been able to find on the update is that it 'provides all the latest security and performance enhancements for Internet Explorer 5 for Mac OS X.' Be warned that the installer forces all other running applications to quit, but does not require a reboot and (seems) to not change your Internet browser settings, in case you're using another browser." Also released was MSIE 5.1.5 for Mac OS, which "resolves all security vulnerabilities in previous versions of Internet Explorer 5." Heh.

2 of 47 comments (clear)

  1. No IE for Me (Finally!) by BitGeek · · Score: 5, Informative


    Having spent most of the last year using IE under OSX (and suffering). When Mozilla 1.0 was released, I switched, and other than some minor stability issues I'm happy.

    So, there's no longer a reason to use IE on the mac, and its reign should be at its end.

    Requiring you to quit other applications is unacceptable for an application install, absolutely unacceptable.

    As to security, I simply don't trust MS anymore. And I'm happy to be pretty much MS free.

    PS- to anyone who thinks about running Entourage, it has a 2G mail limit. Their integer actually wraps at 2G so you reach that much mail (and it caches EVERYTHING- news, mail, images, even deleted stuff, so it doesn't take that long) and you're SOL. The app tries to open the file, then starts seeking at a negative index into it and crashes. Serves me right for using an MS product, forewarning to everyone else. (Yes, Mail.app crashed one too many times for me. Still looking for a good mail client.)

    When there's no browser competition, IE was good. But now there's everything- Mozilla, Chimera (really promising), Opera, iCab, OmniWeb and probably other lesser known browsers. That's quite a selection with Mozilla being actually usable, Chimera coming quickly and Opera, iCab and OmniWeb being late "beta" quality. OmniWeb 4.1 might actually be usable, but its too early to say. (Usable to me is a browser that goes a week regularly without crashing, beta is one that can't.)

    --
    Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
  2. How to install w/out restart by Anonymous Coward · · Score: 1, Informative

    You can install IE without quitting your apps *or* restarting. Just run this AppleScript:

    tell application "Install Internet Explorer"
    DoAutoInstall
    end tell

    It will make you authenticate and agree to the license, but then it will just run the install. Afterwards, it will the take you back to the main page of the installer where you can just click "Quit".

    Great, huh? Heard about it on the Mac OS X talk list.