Downloads
Download tar.gz
94.32 KB
MD5: 5a62828399ff407936dfa0c928e08ce6
SHA-1: d40755f7720e380bc5e513a67410e1eab547dcc5
SHA-256: 7483e7128be5c662a9f12512413f01f974c671604c0b2b750c2832086b332ad6
Download zip
109.5 KB
MD5: 057a0e3be198de0a7cf2cd53b9ff7297
SHA-1: e068d40d0a94cbc78aafe8ab01ad5a0d199e3e4e
SHA-256: d672072bf606b8c23951c7635177565d6d88ff9bbda309292794a9d10de7ad5f
Release notes
5.x-1.1 is a relatively minor bugfix release as follow-up to the last week's large 5.x-1.0, usable as drop-in replacement for the latter. Though this is not the largest batch of fixes, I'm releasing 5.x-1.1 because I'm now branching off the 5.x-2.x branch and will only apply the most pressing fixes to the 5.x-1.x series. So this branch is mostly frozen from now on.
So, the list of improvements since 5.x-1.0:
- Make issue tracker links in commit messages actually work.
- Backports of some cvs.module fixes:
- RSS improvements:
- Port of #212864: rss feed wrong date.
- Made RSS feed generation more similar to the version in node.module, including an upgrade to RSS 2.0 and an author field for each feed item.
- New feature (exception to the "bugfix release" rule): The addition of two new API functions,
versioncontrol_format_commit_identifier()andversioncontrol_format_item_revision(), which make it possible for VCS backends to specify abbreviated versions of the revision strings, i.e. for cutting an SHA-1 hash down to a reasonable length. Backends can achieve this by implementing[versioncontrol_backend]_get_short_revision_identifier(), and Commit Log automatically shows the short version for backends that implement this function. - Plus lots of API documentation fixes and improvements.
So that's a solid stable release, supposed to stay usable for some time. And now, lean back and enjoy the 2.x release cycle, where everything will break again (and then will be reconstructed, too)!