From 6c10fdfd1b43f5a4e2ac12b04ca082517092fbcd Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 29 Sep 2013 15:58:08 +0100 Subject: NEWS: Document cmake and BitBucket --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index af73119d..b75eab4a 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,26 @@ configuration. 1) The unit tests now use Google Test (gtest) instead of the older and less powerful CppUnit. See the README for how to build with gtest. + 2) The build infrastructure has been converted to use cmake in place + of the existing autotools (autoconf/automake/libtool) + infrastructure. The autotools build infrastructure will remain in + place and fully functional for the time being, but removal in a + future release is expected. The cmake infrastructure implements + all the existing autotools functionality, plus some additional + capabilities (such as full support for translated manual pages). + It will be easier to maintain and update than the autotools code, + as well as being significantly more powerful. + + 3) BitBucket source repositories. In addition to the Debian Alioth + repositories, I have created repositories at + https://bitbucket.org/rleigh-debian/schroot + https://bitbucket.org/rleigh-debian/schroot-dist + These mirror the Alioth repositories, but also permit using the + BitBucket pull request workflow to work on schroot and submit + patches as a more convienient alternative to the Debian BTS for + external contributors. This is currently just a trial to see + if it's useful for others. + * Major changes in 1.7.0: 1) Support for disassociating networking in the chroot from the host -- cgit v1.2.3