Changelogs: move format back to markdown/kramdown to be more compatible with Jekyll

Learn how to export them to the website.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-03-10 16:08:19 +01:00
parent c9ce43313f
commit 8229800e0c
4 changed files with 137 additions and 242 deletions

21
Changelog.maint.md Normal file
View File

@@ -0,0 +1,21 @@
---
layout: page
title: Changelog of the stable branch
---
This is the Changelog of the maintenance branch.
**NOTE FROM THE MAINTAINER:**
This branch comes almost as-is. With no URGENT requirements to update this
branch (e.g. big security fix), it is left behind.
If anyone volunteers to maintain it and backport patches, let us know!
### OfflineIMAP v6.3.2.1 (2011-03-23)
#### Bug Fixes
* Sanity checks for SSL cacertfile configuration.
* Fix regression (UIBase is no more).
* Make profiling mode really enforce single-threading.