Through the IceScrum² R2#14, you will see a warning if a new release is available.
Now you will be aware about new features and improvements of your favorite agile tool.

To use this new feature for a new version you will have to configure directly in your configuration.properties :
1 check.active = true 2 check.timeout = 2000
And if you are behind a proxy
1 proxy.active = false 2 proxy.url = proxy.com 3 proxy.port = 9090 4 proxy.auth.active = false 5 proxy.auth.username = username 6 proxy.auth.password = passwordCheers.


