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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
soledad (0.4.4) unstable; urgency=low
* Update to 0.4.4 release.
-- Ben Carrillo <ben@futeisha.org> Tue, 10 Dec 2013 17:06:28 -0400
soledad (0.4.3) unstable; urgency=low
* Update to 0.4.3 release
-- Ben Carrillo <ben@futeisha.org> Fri, 15 Nov 2013 23:37:55 -0200
soledad (0.4.2.2) unstable; urgency=low
* soledad-client: Cherry-pick change for autocommit mode, which fixes
a "cannot start a transaction within a transaction" that was
rendering the client unusable.
* soledad-client: Cherry-pick for default encoding, which fixes a bug
that was rendering the client unusable.
-- Ben Carrillo <ben@futeisha.org> Thu, 07 Nov 2013 20:09:29 -0200
soledad (0.4.2.1) unstable; urgency=low
* Change cchardet dependency for chardet explicitly.
-- Ben Carrillo <ben@futeisha.org> Wed, 06 Nov 2013 17:46:03 -0200
soledad (0.4.2) unstable; urgency=low
* Update to 0.4.2
-- Ben Carrillo <ben@futeisha.org> Tue, 05 Nov 2013 11:18:39 -0200
soledad (0.4.1) unstable; urgency=low
* Update to 0.4.1.
* Freeze version to 0.4.1 using freeze_debianver command.
* Use python-chardet as a fallback.
-- Micah Anderson <micah@debian.org> Tue, 15 Oct 2013 15:27:19 -0300
soledad (0.4.0) unstable; urgency=low
* Update to 0.4.0.
-- Micah Anderson <micah@debian.org> Tue, 24 Sep 2013 16:50:19 -0400
soledad (0.3.2) unstable; urgency=low
* Update to 0.3.2
-- Micah Anderson <micah@debian.org> Thu, 12 Sep 2013 14:13:56 +0200
soledad (0.3.1.1) unstable; urgency=low
[ Ben Carrillo ]
* Fix installation of __init__ file on namespace module.
* Add LICENSE.
[ Micah Anderson ]
* Add fix to initscript so it uses the new namespace
-- Micah Anderson <micah@debian.org> Thu, 29 Aug 2013 14:46:23 -0400
soledad (0.3.1) unstable; urgency=low
[ Ben Carrillo ]
* Update to latest release.
* Fix pydist-overrides.
[ Micah Anderson ]
* Stop setup.py from installing initscript so packaging can
-- Micah Anderson <micah@debian.org> Mon, 26 Aug 2013 18:21:09 +0200
soledad (0.3.1~pre) unstable; urgency=low
* Upgrade to latest code in develop
* Setup additional binary package
* Fix pydist-overrides for new package name
-- Micah Anderson <micah@debian.org> Thu, 22 Aug 2013 14:57:54 -0400
soledad (0.3.0.3) unstable; urgency=low
* Fixed missing epoch on python-twisted-conch
-- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 13:16:54 -0400
soledad (0.3.0.2) unstable; urgency=low
* Pin twisted version in Depends to get 13 or greater
-- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 11:31:57 -0400
soledad (0.3.0.1) unstable; urgency=low
* Update initscript to require that START=yes is set
in /etc/default/soledad
-- Micah Anderson <micah@debian.org> Wed, 14 Aug 2013 11:18:01 -0400
soledad (0.3.0) unstable; urgency=low
* Update to 0.3.0
-- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 14:42:06 -0400
soledad (0.2.3) unstable; urgency=low
* Upgrade to new release
-- Micah Anderson <micah@debian.org> Mon, 29 Jul 2013 20:47:19 -0400
soledad (0.2.2.1) unstable; urgency=low
* Fix installation of initscript
-- Micah Anderson <micah@debian.org> Thu, 18 Jul 2013 15:54:51 -0400
soledad (0.2.2) unstable; urgency=low
* Initial debian package
-- Micah Anderson <micah@debian.org> Thu, 30 May 2013 15:11:11 -0400
|