Release 0.8.5

- Database performance updates. 

===============================================================
Release 0.8.4

- Fix deadlock issue.

- Reduce DB query limit to 2000

- Add unsub commandline option to unsubscribe from all groups

===============================================================
Release 0.8.3

- Post update request algorith change.

- Fix database issue with file handling.

===============================================================
Release 0.8.2

Correct issue with legacy private groups.

===============================================================
Release 0.8.1

Public group subscription propagation enhancement.

===============================================================
Release 0.8.0

- Public groups - these are groups that anyone can join
without being explicitly granted access by others.

- Subscriptions - whether a private group someone has
granted you access to, or a public group, you must 
subscribe before you receive messages.

- Templates (Post formats) must be created on group
creation.  And that is the one always used by everyone.
This is to make templates less confusing. 

- H2 database conversion 

- Re-use jdbc prepared statements 

- Nimbus look and feel

- Numerious bug fixes

===============================================================
Release 0.7.5

- Fixed issue where an unbounded number of database connections
would be created.  This created a memory leak issue.

- Fixed issue where private messages without bodies caused the
previous message to be displayed.

- Remove extra Re:'s in the post tables. 

- Removed the ability to link group in private messages

- Remove printStackTraces spamming terminal.

- Added version to the settings pane. 

