Apple Releases Second OS X 10.11.2 El Capitan Beta to Public Beta Testers - MacRumors
Skip to Content

Apple Releases Second OS X 10.11.2 El Capitan Beta to Public Beta Testers

Apple today seeded the second beta of OS X 10.11.2 El Capitan to public beta testers, two days after releasing the second beta to developers and a week after seeding the first OS X 10.11.2 public beta. Today's update comes two weeks after the public launch of OS X El Capitan 10.11.1.

The second OS X 10.11.2 beta is available through the Software Update mechanism in the Mac App Store to those who are enrolled in Apple's beta testing program. Those wishing to join the program can sign up on Apple's beta testing website.

os_x_el_capitan_roundup
The first OS X 10.11.2 beta did not include any outward-facing changes, but it likely includes bug fixes, security enhancements, and performance improvements to address issues discovered since the release of OS X 10.11.1. Apple's release notes for the initial developer beta asked testers to focus on Graphics, Wi-Fi, Calendar, USB, Notes, Photos, and Spotlight.

Related Forum: OS X El Capitan

Popular Stories

iOS 26

iOS 26.4 Adds Two New Features to CarPlay

Tuesday March 24, 2026 1:55 pm PDT by
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps. To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
AirPods Pro Firmware Feature

Apple Releases New Firmware for AirPods Pro 3, AirPods Pro 2 and AirPods 4

Tuesday March 24, 2026 12:31 pm PDT by
Apple today released new firmware for the AirPods Pro 2, AirPods Pro 3, and the AirPods 4. The firmware has a version number of 8B39, up from 8B34 on the AirPods Pro 3, 8B28 on the AirPods Pro 2, and 8B21 on the AirPods 4. There is no word on what's included in the firmware, but Apple has a support document with limited notes. Most updates are limited to bug fixes and performance...
apple tv 4k new orange

tvOS 26.4 Adds These New Features to Your Apple TV

Wednesday March 25, 2026 3:33 pm PDT by
Apple this week released tvOS 26.4, and the software update includes a handful of new features and changes for the Apple TV. tvOS 26.4 is compatible with all Apple TV 4K and Apple TV HD models released since 2015. To update your Apple TV, open the Settings app on the device, navigate to System → Software Updates, and select Update Software. Below, we have recapped what is new in tvOS...

Top Rated Comments

OldSchoolMacGuy Avatar
136 months ago
Hope this fixes [INSERT PROBLEM I'M HAVING THAT I WRONGFULLY ASSUME EVERYONE ELSE EXPERIENCES WHEN IN REALITY ONLY 0.2% OF USERS SEE].
Score: 34 Votes (Like | Disagree)
realeric Avatar
136 months ago
Will safari be snappier? Seriously, Safari in El Capitan 10.11.1 run so slow.
Score: 8 Votes (Like | Disagree)
DesignerOnMac Avatar
136 months ago
Will safari be snappier? Seriously, Safari in El Capitan 10.11.1 run so slow.
Snappy for me.
Score: 7 Votes (Like | Disagree)
136 months ago
Windows and older Macs have NO issues accessing SMB shares. This problem has been present in the last 4 versions of OS X and Apple has done little to nothing to address it. Go search their user forums or Google it. There is no shortage of people complaining about it.

And yes, egregiously broken. An older Mac or Windows client can list a directory on an SMB share containing 400+ files in a matter of 2-3 seconds. El Capitan (and Yosemite and Mavericks...) take upward of 3 minutes to list that same directory. File copying takes twice as long.

That is the very definition of egregiously broken.

And once again, I've updated to this new beta and all those problems are still there.
It's an issue with how OS X deals with SMB shares and DS_Store files. Because OS X writes a DS_Store at ever level of the folder tree on local and mounted drives and folders, it can seriously slow down folder population in Finder on those SMB mounted drives. So turn off DS_Store file creation on network mounts. In Terminal, enter:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true

That will definitely speed things up considerably, near instant folder population in Finder. OS X also doesn't index mounted drives by default, so if you and your users want to search mounted drives just type in Terminal:
mdutil /Volumes/<folder name> -i on

To turn it off:
mdutil /Volumes/<folder name> -i off

It takes a long time to index mounted drives typically. To see the progress, Type in something into Spotlight and there'll be a progress bar for the index progress.

That should definitely speed up everything on network mounts! :)

I should caveat that not writing a DS_Store file makes it so Finder will not remember your chosen view for that folder/drive. Meaning if you like column view on your mounted folders, you have to select the column view each time. Not a huge deal, but just how Apple made it. Not having those DS_Store files writing is sooo much better though. I also highly recommend deleting the ones that already exist on your SMB share. They're hidden files so you have to turn on view hidden files.

Also make sure your SMB share is using the highest available SMB version. Yosemite and El Capitan use SMB 3.
Score: 6 Votes (Like | Disagree)
jasnw Avatar
136 months ago
There are two camps of folks posting on the OS X release topics these days: (1) those who have a problem and act as though everyone else must have the same problem or else they're lying, and (2) those who don't have a problem and assume all those who do are beandip-for-brains idiots. Would people in both camps please put a sock in it so those who have found problems can identify them and others can make suggestions about fixes without being harassed?

Thanks from the rest of us.
Score: 5 Votes (Like | Disagree)
136 months ago
Windows and older Macs have NO issues accessing SMB shares. This problem has been present in the last 4 versions of OS X and Apple has done little to nothing to address it. Go search their user forums or Google it. There is no shortage of people complaining about it.

And yes, egregiously broken. An older Mac or Windows client can list a directory on an SMB share containing 400+ files in a matter of 2-3 seconds. El Capitan (and Yosemite and Mavericks...) take upward of 3 minutes to list that same directory. File copying takes twice as long.

That is the very definition of egregiously broken.

And once again, I've updated to this new beta and all those problems are still there.
I'm with you buddy. I manage a mixed environment and a couple years ago removed an aging Mac Pro server with a Windows server and the Mac clients struggle with sluggish file/folder browsing and copy times when working on the Windows server. Fortunately, they mostly work on their own (mac mini) server so over afp things are better.

But, it probably goes without saying Apple could give a rats butt about servers and office environments since dumping their server and networking business. I would not hold out for any real improvements in the area. They're busy tinkering with watches, home automation and TV (and building spaceship shaped "campuses"). No time for real business.
Score: 5 Votes (Like | Disagree)