diff options
| author | cassio <cassiopc@gmail.com> | 2015-08-28 09:31:34 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-08-28 09:31:34 +0000 |
| commit | 56b10a617339563cda2c761e77b3acb96a1b084c (patch) | |
| tree | b0856564f7652ec2940aa6f0595cef1c7b73b52a /doc | |
| parent | 2a185532e3a0acf9e37e601fc71c148510dd36a7 (diff) | |
| download | boca-56b10a617339563cda2c761e77b3acb96a1b084c.tar.gz boca-56b10a617339563cda2c761e77b3acb96a1b084c.zip | |
small bug fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/READMEvm.txt | 2 | ||||
| -rw-r--r-- | doc/changelog.txt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/READMEvm.txt b/doc/READMEvm.txt index 7755c2d..49d43c5 100644 --- a/doc/READMEvm.txt +++ b/doc/READMEvm.txt @@ -145,7 +145,7 @@ any other TCP server in the ports 80 (http), 443 (https) and 5432 (postgres). Ot conflict when running the BOCA server in the VM with BRIDGE mode. Yet I point out that running the BOCA system in a server computer (without the VM) is the mostly tested solution, but the VM version was used in many sites already. If you want to -run it natively, stop here, get a ubuntu 12.04, install it, and run the installv2.sh script over it. See the +run it natively, stop here, get a ubuntu 14.04.3, install it, and run the installv2.sh script over it. See the file READMEubuntu.txt for more details. You will need a computer that you can format and reinstall. That is the simplest way of having a full ICPC linux server running apart from using the VM version itself, as explained here. diff --git a/doc/changelog.txt b/doc/changelog.txt index 923f426..2e02c0b 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,9 @@ +version 1.5.10: +- script to submit run from command-line to multiple servers +- allow empty problem packages +- minor bug fixes +- update installv2.sh to work with ubuntu 14.04.3 + version 1.5.9: - allow password change as default (can be blocked by input users via file) - inclusion of default language C++11 |