Bamboo 1.0.1 Release Notes
Bamboo 5.7 has been released! See the new features in the Bamboo 5.7 release notes and read the Bamboo upgrade guide.
Atlassian is proud to announce the release of Bamboo 1.0.1! Bamboo 1.0.1 is largely a bug fix build with over 20 issues resolved, including:
- Support for SVN cached default authentication.
- IE7 Javascript issues.
- Startup Script issues.
New startup procedures for Mac OS X and Linux distributions
The Bamboo startup procedure for Mac OS X and Linux distributions have now changed. Instead of using the Java Service Wrapper by invoking run-bamboo
(in Mac OS X) or start-bamboo
in Linux, the default startup script has been replaced by a generic bamboo.sh
script in the root Bamboo installation folder. Using this script bypasses the Java Service Wrapper.
Usages for bamboo.sh
start
- starts Bamboostop
- stops Bambooconsole
- runs Bamboo in the consolestatus
- checks the status of Bamboo.
The Java Service Wrapper is still available, and you can startup Bamboo with it if you so choose. To do this, simply run your startup command in the /wrapper
folder rather than the installation root folder.