File: changelog

package info (click to toggle)
pwman3 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: python: 3,421; makefile: 215; sh: 61; javascript: 6
file content (264 lines) | stat: -rw-r--r-- 9,377 bytes parent folder | download
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
pwman3 (0.13.1-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.7.0
  * Update copyright file (new year)
  * Remove deprecated dependency on python3-pkg-resources (Closes: #1083565)

 -- Emmanuel Bouthenot <kolter@debian.org>  Fri, 08 Nov 2024 17:25:55 +0000

pwman3 (0.12.2-3) unstable; urgency=medium

  * Bump Standards-Version to 4.6.1.0
  * Update debian/copyright (new year)
  * Add Brazilian Portuguese translation. Thanks to Paulo Henrique de Lima
    Santana (Closes: #1025991)

 -- Emmanuel Bouthenot <kolter@debian.org>  Tue, 13 Dec 2022 21:50:44 +0000

pwman3 (0.12.2-2) unstable; urgency=medium

  * Remove useless HomePage field in upstream/metadata
  * Bump Standards-Version to 4.6.0.1
  * Add Spanish debconf translation. Thanks to Camaleón (Closes: #987663)

 -- Emmanuel Bouthenot <kolter@debian.org>  Sat, 11 Sep 2021 20:34:01 +0000

pwman3 (0.12.2-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.5.1

 -- Emmanuel Bouthenot <kolter@debian.org>  Wed, 03 Mar 2021 14:38:02 +0000

pwman3 (0.12.1-2) unstable; urgency=medium

  * Fix FTBFS: add missing Build-Depend on python3-cryptography
    (Closes: #975409)

 -- Emmanuel Bouthenot <kolter@debian.org>  Tue, 24 Nov 2020 06:15:10 +0000

pwman3 (0.12.1-1) unstable; urgency=medium

  * New upstream release
  * Switch dependency from python3-crypto (not longer upstream maintained)
    to python3-pycryptodome (drop in and maintanied replacement)
    (Closes: #971304)

 -- Emmanuel Bouthenot <kolter@debian.org>  Sat, 21 Nov 2020 07:14:39 +0000

pwman3 (0.11.1-1) unstable; urgency=medium

  * New upstream release
  * Switch debhelper compatibility to 13
  * Replace Recommends on python3-pygresql by python3-psycopg2 (Closes: #964472)
    Thanks to Chris Hofstaedtler for the notice.

 -- Emmanuel Bouthenot <kolter@debian.org>  Mon, 17 Aug 2020 21:33:27 +0000

pwman3 (0.10.0-3) unstable; urgency=medium

  * Fix another typo in debconf template
  * Fix Recommends on mysql and pygresql to use Python3 packages
    (Closes: #943926, #937381)
  * Make possible to preseed debconf questions (and bypass lintian false
    positive) (Closes: #945486)
  * Bump Standards-Version to 4.5.0

 -- Emmanuel Bouthenot <kolter@debian.org>  Mon, 09 Mar 2020 12:39:34 +0000

pwman3 (0.10.0-2) unstable; urgency=medium

  * Fix typos in Debconf template. Thanks to Helge Kreutzmann for the patch
    (Closes: #942656)
  * Add German debconf templates translation. Thanks to Helge Kreutzmann
    (Closes: #942655)
  * Add Portuguese debconf templates translation. Thanks Américo Monteiro
    (Closes: #942659)
  * Add French debconf templates translation. Thanks Jean-Pierre Giraud
    (Closes: #945050)
  * Add Dutch debconf templates translation. Thanks Frans Spiesschaert
    (Closes: #946007)
  * Bump Standards-Version to 4.4.1
  * Set Rules-Requires-Root to no
  * Remove useless debian/compat

 -- Emmanuel Bouthenot <kolter@debian.org>  Mon, 06 Jan 2020 21:12:03 +0000

pwman3 (0.10.0-1) unstable; urgency=medium

  * New upstream release (Closes: #833678)
  * Fix debian/watch
  * Switch debhelper compatibility to 12
  * Update Vcs-Git and Vcs-Browser with new repository on salsa.debian.org
  * Fix debian/copyright Format URI to use https
  * Add debian/upstream/metadata
  * Add a debconf question to warn about old database format

  [ Gürkan Myczko ]
  * Bump standards version to 4.4.0
  * Update MySQL dependency (Closes: #848483)
  * Add dependency on python3-pkg-resources (Closes: #859488)
  * Drop python2, add python3 support (Closes: #937381)

 -- Emmanuel Bouthenot <kolter@debian.org>  Tue, 08 Oct 2019 14:09:23 +0000

pwman3 (0.5.1d-1) unstable; urgency=medium

  * New upstream release
  * debian/control: fix typo in short description

 -- Emmanuel Bouthenot <kolter@debian.org>  Thu, 28 Aug 2014 20:52:36 +0200

pwman3 (0.5.1-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bouthenot <kolter@debian.org>  Sat, 10 May 2014 12:16:39 +0200

pwman3 (0.5-1) unstable; urgency=low

  * New upstream release
    - Fix issues with converted database (Closes: #726987)
    - Fix issues when editing some fields (Closes: #726884)
  * Update manpage and switch to pod format
  * Bump Standards-Version to 3.9.5

 -- Emmanuel Bouthenot <kolter@debian.org>  Thu, 10 Apr 2014 23:58:22 +0200

pwman3 (0.4.2-1) unstable; urgency=low

  * New upstream release
    - Update build dependencies
  * Update debian/copyright (switch to dep5 format, add new copyright
    holders)

 -- Emmanuel Bouthenot <kolter@debian.org>  Mon, 30 Sep 2013 17:45:34 +0000

pwman3 (0.3.9d-1) unstable; urgency=low

  * New upstream release
  * Remove debian/pyversions in favor of X-Python-Version field in
    debian/control
  * Update Vcs-Browser and Vcs-Git fields

 -- Emmanuel Bouthenot <kolter@debian.org>  Mon, 12 Aug 2013 10:57:35 +0000

pwman3 (0.3.9c-1) unstable; urgency=low

  * New upstream release
  * Add git-buildpackage configuration
  * Add dependency on python-colorama
  * Fix manpage source path

 -- Emmanuel Bouthenot <kolter@debian.org>  Sun, 30 Jun 2013 15:40:10 +0000

pwman3 (0.3.0-1) unstable; urgency=low

  * New upstream release (Closes: #703100)
    - Update debian/watch and debian/control regarding the new homepage
    (Closes: #696216)
    - Add a Suggests on xsel (make possible to copy passwords to clipboard)
    - Remove all patches (merged upstream)
  * Switch to debhelper >= 9
  * Remove useless targets in debian/rules (Thanks to Andrey Rahmatullin for
    the suggestion) (Closes: #696243)
  * Bump Standards-Version to 3.9.4
  * Fix typos in long description
  * Update docs installed (README.md instead of README)

 -- Emmanuel Bouthenot <kolter@debian.org>  Sun, 17 Mar 2013 18:20:21 +0000

pwman3 (0.0.8-1) unstable; urgency=low

  * New upstream release:
    - a patch for a better output in list mode (detection of the
    number of columns and rows used by the terminal) has been merged
    upstream. Thanks to Dominic Hargreaves for the suggestion (Closes: #594928).
  * Remove uselsess build dependency on python-dev.
  * Update Standards-Version to 3.9.1.
  * Update uploader email.
  * Update Vcs-Browser and Vcs-Git fields.
  * Switch to dpkg-source 3.0 (quilt) format.
  * Remove unneeded DMUA field.
  * Update copyright file (new year changes, new copyright holders).
  * Add a patch to fix the filter command when used with the sqlite backend.
    Thanks to Guillaume L. for the patch (Closes: #605513).
  * Remove unused lintian override.

 -- Emmanuel Bouthenot <kolter@debian.org>  Sun, 05 Sep 2010 17:09:52 +0200

pwman3 (0.0.7-2) unstable; urgency=low

  * Add a patch to drop dependency on python-pysqlite2 and use internal
    sqlite provided by python >= 2.5. Thanks to Éric Araujo for his
    suggestion (Closes: #546693).
  * Add Recommends and Suggests regarding the others storage drivers
    available.
  * Clean and minify debian/rules.
  * Add file README.source.
  * Bump Standards-Version to 3.8.3.
  * Add a lintian override about missing upstream changelog.

 -- Emmanuel Bouthenot <kolter@openics.org>  Thu, 24 Sep 2009 20:20:11 +0000

pwman3 (0.0.7-1) unstable; urgency=low

  * New upstream release (Closes: #512766, #512768)
  * Remove patches fix_celementtree_python25, fix_help_eof and
    fix_disable_node_password_echo (fixed upstream).
  * Update watch file: the source code is now hosted on github.
  * Remove quilt from Build-Depends.
  * Add Vcs-Browser and Vcs-Git fields in debian/control.
  * Bump Standards-Version to 3.8.0.
  * Update debian packaging to debhelper 7 and add debian/manpages.
  * Update debian/control, add ${misc:Depends} and Build-Depends-Indep.
  * Update debian/copyright about debian packaging.
  * Add DM-Upload-Allowed field.

 -- Emmanuel Bouthenot <kolter@openics.org>  Sat, 21 Feb 2009 12:07:47 +0100

pwman3 (0.0.6-2) unstable; urgency=low

  * Setting me as maintainer with previous maintainer agreement.
  * Add quilt to Build-Depends.
  * Remove the binary-arch target from debian/rules (arch all package).
  * Add a patch to make pwman3 working with python 2.5 (Closes: #478684)
  * Add dependency on python2.5-celementtree (provided by python2.5).
  * Add a patch to fix a bug on 'help EOF'.
  * Fix debian/copyright to point GPL-2 rather than just GPL, which
    now points to GPL-3.
  * Update Standards-Version to 3.7.3.
  * Add a Homepage field.

 -- Emmanuel Bouthenot <kolter@openics.org>  Sat, 31 May 2008 00:50:34 +0200

pwman3 (0.0.6-1) unstable; urgency=low

  * New Upstream Version
  * Remove quilt from Build-Depends
  * Drop mask_passwd_input patch. A little different fixe for
    #407985 has been included upstream.

 -- Julien Louis <ptitlouis@sysif.net>  Sat, 17 Feb 2007 16:00:02 +0100

pwman3 (0.0.5-3) unstable; urgency=low

  * Fix typo in short description (Closes: #400577).
  * Added quilt to Build-Depends.
  * Added mask_password_input patch (Closes: #407985).

 -- Julien Louis <ptitlouis@sysif.net>  Mon, 29 Jan 2007 10:39:18 +0100

pwman3 (0.0.5-2) unstable; urgency=low

  * Description improvement (Closes: #400577)
  * Added missing manpage.

 -- Julien Louis <ptitlouis@sysif.net>  Thu, 30 Nov 2006 10:33:40 +0100

pwman3 (0.0.5-1) unstable; urgency=low

  * Initial release (closes: #388673).

 -- Julien Louis <ptitlouis@sysif.net>  Thu, 21 Sep 2006 09:00:23 +0200