Skip to content

Releases: gmazza/tightblog

3.3.2 Patch Release - build process simplified

21 Sep 23:25
1fbbc22
Compare
Choose a tag to compare

No change in functionality over previous 3.3.1 release. Only change is build process is simplified by using an embedded Derby database for integration tests instead of creating/starting/stopping Docker containers.

3.3.1 Patch Release -- SLF4J logging fixed

15 Sep 00:12
d00fe1c
Compare
Choose a tag to compare

Fixes issue #922, missing SLF4J JAR in WAR was preventing most logging from occurring.

TightBlog 3.3 - Now on Java 10

08 Sep 20:43
b7d9d0c
Compare
Choose a tag to compare

As part of the JDK upgrade the blog theme descriptors (/webapp/blogthemes/{theme name}/theme.xml) have been switched from XML to JSON (theme.json). Any additional shared themes placed in the TightBlog blogthemes folder by a user will need to have its theme.xml similarly converted.

My TightBlog instance is successfully running this version on Ubuntu 18.04, OpenJDK 10.0.2 (2018-07-17) and Tomcat 8.5.x.

TightBlog 3.2 - Spring Boot release

02 Sep 22:13
12efd9d
Compare
Choose a tag to compare

TightBlog is now on Spring Boot! To upgrade from previous TightBlog versions, the database and mail configuration property names in your tightblog-custom.properties file will need to be changed to the conventional Spring Boot names, and the SLF4J libary placed in your Tomcat lib folder if not already there (should be there already for Tomcat 9+). See the Deploy to Tomcat Wiki page for full instructions.

3.1.1 Patch Release - Switch to Gradle

03 Aug 21:13
84e3a5c
Compare
Choose a tag to compare

Unchanged from 3.1, however now using Gradle instead of Maven as the build tool (#916).

TightBlog 3.1

30 Jul 18:20
cd640d3
Compare
Choose a tag to compare

New release updates some dependency versions and retires the JNDI configuration option for database access and emailing, in order to standardize on tightblog-custom.properties configuration of same. Those already using the latter configuration, no changes are needed besides swapping the WAR. For those using JNDI for configuring database and emails, please see https://github.com/gmazza/tightblog/wiki/Install04-Deploy-to-Tomcat for instructions on configuring this information using the tightblog-custom.properties file.

For demoing TightBlog locally for evaluation purposes, Docker images instead of embedded Jetty are now provided.

3.0.5 Patch Release

25 Jul 09:15
9a1628a
Compare
Choose a tag to compare

Fix of issue #910 (blog entry preview not working).

3.0.4 Patch Release

15 Jul 22:39
d1379c7
Compare
Choose a tag to compare

Switched from login username in UI header to user's screenname, also now using Spring for SQL script running.

3.0.3 Patch Release

04 Jul 06:08
4b2c0b6
Compare
Choose a tag to compare

Fixes #903 - Atom feeds for categories having spaces (like "Web Services") not working.

3.0.2 Patch Release

01 Jul 22:00
d165112
Compare
Choose a tag to compare

Fixes issues #902 and #904.