Klaus Schmidinger wrote: > Well, I wonder if we'll ever see a bugfix release that > doesn't need to bump APIVERSION ;-) > If only I had never agreed to introduce this beast... Maybe it would be a good thing to decouple the public API interface and the implementation with the Pimpl-idiom. This would guarantee stability of the public API, but enable the development of the implementation.