diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-29 15:58:08 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-29 16:45:34 +0100 |
commit | 6c10fdfd1b43f5a4e2ac12b04ca082517092fbcd (patch) | |
tree | 25ef6b9a73d4e315901b9c9b3ad3647673f98c9b | |
parent | a4093eeb57237c663ad2a4b6347d1b8820784678 (diff) | |
download | schroot-6c10fdfd1b43f5a4e2ac12b04ca082517092fbcd.tar.gz |
NEWS: Document cmake and BitBucket
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |