File: Changelog.maint.md

package info (click to toggle)
offlineimap3 0.0~git20210225.1e7ef9e%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,328 kB
  • sloc: python: 7,974; sh: 548; makefile: 81
file content (45 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: page
title: Changelog of the stable branch
---

* The following excerpt is only usefull when rendered in the website.
{:toc}

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.7.0.3 (2016-07-26)

#### Bug Fixes

* sqlite: properly serialize operations on the database files


### OfflineIMAP v6.7.0.2 (2016-07-22)

#### Bug Fixes

* sqlite: close the database when no more threads need connection.


### OfflineIMAP v6.7.0.1 (2016-06-08)

#### Bug Fixes

* Correctly open and close sqlite databases.


### 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.