From ec47ef43536bd698f1f1176b5fec3803e149c2ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Feb 2015 09:46:52 +0200 Subject: Update release --- doc/release | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'doc') diff --git a/doc/release b/doc/release index f56ddea..c123452 100644 --- a/doc/release +++ b/doc/release @@ -54,14 +54,14 @@ [X] Make sure correct license headers are used in respective runtimes (search for GPL, NCUEL). -[ ] Update version information, dates in: version, version.hxx, man pages, +[X] Update version information, dates in: version, version.hxx, man pages, manual. Grep the source code for the previous version. -[ ] Proofread NEWS file. +[X] Proofread NEWS file. -[ ] Update/add prerequisites in INSTALL files. +[X] Update/add prerequisites in INSTALL files. -[ ] Check documentation: manual XHTML, manual PDF, man pages, usage. +[X] Check documentation: manual XHTML, manual PDF, man pages, usage. 2. Source, Binary Packages and Testing @@ -69,11 +69,8 @@ [ ] Run tests and examples from the build tree: make clean - make -j 16 2>&1 | tee build.log + make -j 22 test 2>&1 | tee build.log grep -i warning build.log - make test - - Run multi-database tests. [ ] Run alternative configuration tests: @@ -83,18 +80,14 @@ C++11: make conf=c++11 clean - make conf=c++11 -j 16 2>&1 | tee build.log + make conf=c++11 -j 22 test 2>&1 | tee build.log grep -i warning build.log - make conf=c++11 test - - Run multi-database tests. Qt5: make conf=qt5 clean - make conf=qt5 -j 16 2>&1 | tee build.log + make conf=qt5 -j 22 test 2>&1 | tee build.log grep -i warning build.log - make conf=qt5 test C++11 autotools (latest GCC): @@ -151,8 +144,9 @@ [ ] Package and test distribution (result in /tmp/pack/): - ./dist.sh -j 22 -complete -test -mssql-test-options \ ---with-mssql-server=tcp:windows2008r2,1435 2>&1 | tee dist.log + ./dist.sh -j 22 -complete -test -ccp gcc-4.5 -cxxp g++-4.5 \ + -mssql-test-options --with-mssql-server=tcp:windows2008r2,1435 \ + 2>&1 | tee dist.log grep -i warning dist.log [ ] Test UNIX install: -- cgit v1.1