Share

The Roller Weblogger

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

File Release Notes and Changelog

Release Name: 0.9.1

Notes:
This is the Roller source code. To build Roller from source 
you will also need to download the Roller Tools package. 
If you just want to run Roller then you don't need this 
package - download the Roller Webapp package instead. 

Changes: - BUG #542478 FIXED: Delete category broken Now, if you try to delete a category that is in use you will get a warning. You will be asked if you would like to move the entries in that category to another category. - BUG #542479 FIXED: Delete folder broken Now, if you try to delete a folder that has contents you will get a warning. You will be asked if you would like to move the contents of that folder to another folder. - Changed Castor JDO data member in RollerImpl to transient so that it does not cause an error if the Roller session is serialized. - Introduced org.roller.business.castor.ManagerBase and made general improvements in database connection usage.