summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release26
1 files changed, 10 insertions, 16 deletions
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: