|
Written by Administrator
|
|
Tuesday, 07 November 2006 |
AST version 0.2.3 was released today. The primary focus of this release was bug fixing. One new feature added is a competition mode. The code for this is not complete and it is not enabled by default. You must configure with --enable-game to use it. The rules system still needs to be written and should be available in the next release. Also some new views for the portfolio were created. If you are upgrading you can load these by clicking Manage Views and then Restore Default Views.
If you downloaded a VMWare image and want to upgrade it, here is what to do:
1. Login to the image as root with password ast.
2. cd /var/www/localhost/htdocs
3. Download the lastest binary release: wget http://osdn.dl.sourceforge.net/sourceforge/ast/ast-bin-0.2.3.tar.gz
4. Extract it: tar -xf ast-bin-0.2.3.tar.gz
5. Move the files over the existing install: cp ast-0.2.3/* . -Rf
6. Remove the files you downloaded: rm ast-0.2.3 ast-bin-0.2.3.tar.gz -Rf
7. Give apache ownership of these new files: chown apache:users * -R && chmod 6755 ast
Thats it! You should now be up to date.
Complete ChangeLog:
* Fixed bug #1587994: Commissions incorrect for sales
* Improved javascript browser compatibility
* Fixed: Style sheets were served as text/html instead of text/css
* Fixed bug #1581872: Chart lookup button unclear
* Fixed bug #1568485; added missing #!/bin/sh to the install script
* Fixed bug #1568488: Added a mirror for TA-LIB and the option to download manually
* Fixed: lock up when scheduler runs on portfolio
* Fixed bug #1578453: Security does not show up on portfolio
* Added new views for portfolio
* Fixed bug #1581869: Chart lookup crashes
* Fixed bug #1577515: Portfolio does not change when changing currency in user preferences
* Added ability for users to register themselves with a server (assuming that the admin allows that)
* Added preliminary support for stock market competitions. Compile with --enable-game.
|