Example changelog

This file contains an example change log with all sorts of changes and formatting. Feel free to extend it.

Changelog Guides

  • Write in english!
  • Write full sentences!
  • Write customer friendly changelog entries!
  • Add a ticket id to your changelog entry
  • Don’t write about security fixes in detail!
  • Finish your sentences with correct punctuation marks !
  • Check your written changelog entries with ‘guides preview’
  • Escape xml node character using html entities.
  • Add your ticketnumber to the header as shown in the examples. Prefix them with RM or RT.

Example Changelog entries


Manual Change The Apache HTTPD package has to be updated to the latest version.

  1. Download the self-executing installer package.
  2. Execute the installer package with the root user.
  3. The installer will ask whether the new configuration should be installed. Please skip this step by pressing enter (the current configuration will be kept).

Bugfix RT#54162

Fixed the old file/image uploader default filename containing a space which causes the validation to print an error.

Please note that this change is affecting all users.


Enhancement RT#54166

The performance of the copy page action has been enhanced.


Security Update

A security issue with the Gentics Portal.Node session has been resolved.


Enhancement RT#54168

REST API page/restore restores versions more like they would be as if a used did it via the user interface.


Enhancement RM#5416

Fixed connection pool limit for the urlincludeimp. Previously the url include imp did only allow two connections per host. We increased that limit to 20 by default.

The default connection limit can be changed by the following java system properties:


  -Dhttp.connection-manager.max-per-host=20
  -Dhttp.connection-manager.max-total=40