I hope you stay away from GCC as well, which for example broke C++ in 4.7.0 and fixed it in 4.7.2.
Any new major release is bound to break something for someone. Prudence suggests adopting a major release only after a few months. This applies to all platforms.
This is not true. Some platforms, such as Clojure, are usually very stable once released, and there is rarely the need for point releases, as the code was stabilized during the alpha/rc periods.