Re: VOTE: Release Roller v6.1.0
Greg Huber <[email protected]> Wed, 15 Dec 2021 10:53:00 +0000
| Newsgroups | gmane.comp.java.roller.devel |
|---|---|
| Message-ID | <[email protected]> |
Had to do a complete reinstall. Good work. +1 b Cheers Greg #### may be worth checking: From the docs: The quotes are wrong ie ` possibly make users check the script??: grant all on rollerdb.* to scott@`%' identified by `tiger'; grant all on rollerdb.* to scott@localhost identified by `tiger'; roller-custom.properties Does not seem to work, defaults to tomcat home /logs: log4j.appender.roller.File=/usr/local/rollerdata/roller.log #### When doing a search, and logged, we get a login url on the bottom of search page. http://localhost:8080/roller/mainpage/search?q=test * Front Page <http://localhost:8080/roller/> * Weblog <http://localhost:8080/roller/mainpage/> * Login <http://localhost:8080/roller/roller-ui/login-redirect.rol> #### http://localhost:8080/roller/roller-ui/authoring/categories.rol?weblog=mainpage When creating a category, if the url is invalid it does not create the entry. Might be the correct behaviour? but there is no validation warning on save, just goes back to the categories page. #### On 14/12/2021 22:09, Dave wrote: > I propose that we release Roller v6.1.0 based on the code that is currently > in the master branch. I have prepared a release candidate and some release > notes, below. > > Please vote in the next 72 hours to approve this release. > +1 to release > -1 not to release (with reasons) > > Thanks to Michael Bien for all his work since the 6.0.1 release on bug > fixes, general improvements and dependency updates like the important one > he made today to upgrade Log4j. > > The release candidate files are here: > https://dist.apache.org/repos/dist/dev/roller/roller-6.1/v6.1.0/ > > Release notes > > This is a bug fix and dependency update release that includes all changes > made to the master branch since Dev 27, 2019. It also includes the new > patched Log4j release. This release should be a drop-in replacement of the > previous v6.0.1 release. > > Here is a summary of the changes. > > All Pull Requests that were merged since Dec 27, 2019 > https://github.com/apache/roller/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged > > Bug resolved since Dec 27, 2019 > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ROL%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20resolutiondate%20%3E%20%272019%2F12%2F27%27 > > And there is one database change: in the weblog table, the column blacklist > has been renamed to bannedwordslist. >