The Roller app running on Post1.Net has been updated from 1.0 to 1.2.
First thing I noticed is the new URL system. Nope, I don't quite like it. It breaks my navigation. If I wish to do backward or forward pagination, the original URL system works as expected. Also, pagination by category is broken under the new system. Fixing this is a small matter of reverting org.roller.pojos.WeblogEntryData.getPermaLink() to the previous revision.
Next, I'm getting some connection pool errors. The pool seems to run out every now and then. The hosting provider here limits my total MySQL connections to 5, and I need at least 1 for the jGallery webapp, so that leaves Roller with 4.
I'll try this out for a week or so. Hope this works out. If not, and/or if I don't have the time to mess around with it, there's always the backup of 1.0 to fall back on.