The JForum2 Project is proud to announce the release of version 2.3.2 of JForum. This release includes bug fixes and new features compared to version 2.3.1 including:
1.Update to Commons IO 2.1
2.Update to Commons Lang 3.0.1
3.Update to Ehcache Core 2.4.6
4.Update to Apache Lucene 3.4.0
5.Update to MySQL JDBC Driver 5.1.18
6.Update to Quartz 2.1.0
7.Update to SLF4J-API 1.6.2
8.Update to jQuery 1.6.4
9.Add JDOM 1.1.1
10.Use
StopForumSpam.com api to ban forum spam during user registration
11.Check external avatar URL is really an image before save it
12.Record session ip
13.Change table jforum_attach_desc column mimetype to varchar(85) to support Microsoft Office 2007/2010 documents
14.Add PostREST.java for postApi which allows other application adding a post outside JForum
15.Add isAdmin(), isModerator() and isModerator(forumId) to User.java for checking poster's role
16.Apply patch for Terracotta/Ehcache
17.Fix online user session count after user registration
18.Fix if only exist one special rank in JForum, all users are marked as the special rank.
19.Fix post hasCodeBlock detection
You can download the latest war file from the following URL, then upload it to your Tomcat's webapps directory:
http://code.google.com/p/jforum2/downloads/list
For those who want to upgrade from previous version, please check the upgrade wiki:
http://code.google.com/p/jforum2/wiki/UpgradingFrom231To232