[release] 1.63.0 now closed for new libraries and breaking changes
Hello all, The master branch is now closed for new libraries and breaking changes, and will be closing for major changes in a week (2nd Nov) and closed for the beta in two weeks (9th Nov). Also, if you're ready, you can also add your libraries' changes to the release notes at: https://github.com/boostorg/website/blob/master/feed/history/boost_1_63_0.qb... thanks, Daniel
Hello Daniel, is boost-1.63 a bugfix release or will boost released monthly? Oliver
On 27 October 2016 at 07:10, Oliver Kowalke
Hello Daniel, is boost-1.63 a bugfix release or will boost released monthly? Oliver
No, there's a shorter release cycle because the last release was late. If you look on the calendar, it's just under two and a half months from the release of 1.62.0 to the scheduled release of 1.63.0. It's not much shorter than the traditional three months. There's still another week for major changes, and if there's something important you want to merge and you didn't realise the deadline was coming up, we can be a little flexible, especially if other libraries don't depend on yours. Looking at your release notes, your breaking change is that you want to do is rename some classes. Then it's probably best to do it in a non-breaking manner anyway, and deprecate the old name for later removal. Since your library requires C++11, you might be able to use a template alias? I'm not sure how widely they're supported.
2016-10-27 10:42 GMT+02:00 Daniel James
On 27 October 2016 at 07:10, Oliver Kowalke
wrote: Hello Daniel, is boost-1.63 a bugfix release or will boost released monthly? Oliver
No, there's a shorter release cycle because the last release was late. If you look on the calendar, it's just under two and a half months from the release of 1.62.0 to the scheduled release of 1.63.0. It's not much shorter than the traditional three months. There's still another week for major changes, and if there's something important you want to merge and you didn't realise the deadline was coming up, we can be a little flexible, especially if other libraries don't depend on yours.
I started implementing new features and appling changes after boost-1.62's release date (28. Sept.). Today I've too many pending changes in different libs and I don't like to merged these commits into master yet - so I've to wait till 1.64.
participants (2)
-
Daniel James
-
Oliver Kowalke