File: changelog

package info (click to toggle)
svn-workbench 1.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,180 kB
  • sloc: python: 15,845; sh: 236; makefile: 11; ansic: 9
file content (283 lines) | stat: -rw-r--r-- 8,209 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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
svn-workbench (1.8.2-3) unstable; urgency=medium

  * debian/control
    - Update upstream site
    - Set Standards-Version: 4.1.4
  * debian/copyright
    - Update upstream URL

 -- Hideki Yamane <henrich@debian.org>  Thu, 14 Jun 2018 16:28:45 +0900

svn-workbench (1.8.2-2) unstable; urgency=medium

  * debian/watch
    - update watch file to version4
  * debian/control
    - move Vcs-* to salsa.debian.org
  * debian/copyright
    - convert to copyright format 1.0

 -- Hideki Yamane <henrich@debian.org>  Sun, 28 Jan 2018 12:06:27 +0900

svn-workbench (1.8.2-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - set Standards-Version: 4.1.3
    - set Build-Depends: debhelper (>= 11)
  * debian/compat
    - set 11
  * debian/lintian-overrides
    - update it to deal with lintian change

 -- Hideki Yamane <henrich@debian.org>  Sun, 07 Jan 2018 16:32:03 +0900

svn-workbench (1.8.1-2) unstable; urgency=medium

  * debian/compat
    - set 10
  * debian/control
    - set Build-Depends: debhelper (>= 10) 
    - set Standards-Version: 4.0.0
  * debian/patches
    - add 0003-add-keyword-entry-in-desktop-file.patch

 -- Hideki Yamane <henrich@debian.org>  Sat, 22 Jul 2017 21:16:40 +0900

svn-workbench (1.8.1-1) unstable; urgency=medium

  * New upstream release
    - now upstream says it as "PySVN Workbench", so 
  * remove unnecessary debian/svn-workbench.sh
  * remove unnecessary debian/svn-workbench.desktop, upstream provides
    pysvn-workbench.deskop now
  * add debian/manpages since upstream provides pysvn-workbench.1
  * add debian/links for /usr/bin/{py,}svn-workbench
  * debian/rules
    - simplify it.
  * debian/control
    - set Standards-Version: 3.9.8
    - update Vcs-* for https
    - adjust Depends: python-svn (>= 1.8) as upstream specifies
  * add debian/lintian-overrides since python dependency is pull by python-svn
    package

 -- Hideki Yamane <henrich@debian.org>  Sat, 17 Sep 2016 09:43:53 +0900

svn-workbench (1.7.0-2) unstable; urgency=medium

  * debian/control
    - also remove unnecessary ${misc:Python}
  * remove debian/menu to fix "command-in-menu-file-and-desktop-file"

 -- Hideki Yamane <henrich@debian.org>  Sat, 05 Dec 2015 16:28:18 +0900

svn-workbench (1.7.0-1) unstable; urgency=medium

  * New upstream release
    - include fix for CVE-2015-0853: insecure use of os.system()
      (Closes: #798863) 
  * debian/patches
    - drop: unnecessary force_wx2.8.patch, sicne upstream explicitly choose 2.8
      and 3.0, specifying minimum version 2.8 is not enough.
    - refresh patches
  * debian/rules
    - just ignore configure
    - remove unnecessary --with python2

 -- Hideki Yamane <henrich@debian.org>  Wed, 11 Nov 2015 20:10:08 +0900

svn-workbench (1.6.10-2) unstable; urgency=medium

  * debian/control
    - add Vcs-* 

 -- Hideki Yamane <henrich@debian.org>  Wed, 18 Mar 2015 22:51:49 +0900

svn-workbench (1.6.10-1) unstable; urgency=medium

  * New upstream release 1.6.10
  * Ack NMU, thanks to Olly Betts <olly@survex.com> 
  * debian/control
    - set Standards-Version: 3.9.6 with no changes
  * debian/patches
    - refresh wxpython3.0-compat.patch and force_wx2.8.patch

 -- Hideki Yamane <henrich@debian.org>  Sun, 15 Mar 2015 21:00:24 +0900

svn-workbench (1.6.8-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update for wxPython 3.0 (Closes: #758944):
    - New patch: wxpython3.0-compat.patch

 -- Olly Betts <olly@survex.com>  Sun, 31 Aug 2014 02:49:04 +0000

svn-workbench (1.6.8-2) unstable; urgency=low

  * debian/patches
    - drop dont_introduce_svn1.8feature.patch, since its feature is supported
      in newer python-svn.
  * debian/control
    - bump up "Depends: python-svn (>= 1.7.8)

 -- Hideki Yamane <henrich@debian.org>  Thu, 10 Oct 2013 06:45:05 +0900

svn-workbench (1.6.8-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - set Standards-Version: 3.9.4
    - bump up "Build-Depends: debhelper (>= 9)" and devide rules file to each
      files
    - add "Homepage:" field
    - fix description for "description-synopsis-starts-with-article" lintian
      warning
  * add debian/source/format as "3.0 (quilt)"
  * debian/svn-workbench.desktop
    - delete unnecessary "Encoding=UTF-8" line
  * debian/patches
    - add po_file.py_shebang.patch to fix wrong shebang
    - add fix_Source_make_po_file.py_shebang.patch to fix lintian warning
    - add dont_introduce_svn1.8feature.patch to fix launch with svn < 1.8

 -- Hideki Yamane <henrich@debian.org>  Tue, 24 Sep 2013 18:40:20 +0900

svn-workbench (1.6.6-2) unstable; urgency=low

  * upload to unstable 

 -- Hideki Yamane <henrich@debian.org>  Thu, 02 Aug 2012 13:46:42 +0900

svn-workbench (1.6.6-1) experimental; urgency=low

  * Adopt package, New maintainer (Closes: #611063)
  * New upstream release
    - support subversion1.7
  * debian/watch
    - exec uupdate automatically

 -- Hideki Yamane <henrich@debian.org>  Wed, 25 Jul 2012 05:16:20 +0900

svn-workbench (1.6.2-2) unstable; urgency=low

  * Orphan the package.
  * Build using dh_python2.

 -- Matthias Klose <doko@debian.org>  Tue, 25 Jan 2011 07:32:37 +0100

svn-workbench (1.6.2-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix crash without locale. Closes: #570500.

 -- Johann Felix Soden <johfel@gmx.de>  Mon, 08 Mar 2010 23:49:26 +0100

svn-workbench (1.6.2-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 04 Jan 2010 08:51:31 +0100

svn-workbench (1.6.1-1) unstable; urgency=low

  * New upstream version.
  * Fix recursive view failure. Closes: #505870.

 -- Matthias Klose <doko@debian.org>  Sun, 03 Jan 2010 16:53:24 +0100

svn-workbench (1.6.0-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 29 Aug 2009 12:06:50 +0200

svn-workbench (1.5.7-0ubuntu1) jaunty; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Feb 2009 20:45:11 +0100

svn-workbench (1.5.5-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Tue, 07 Oct 2008 05:58:30 +0200

svn-workbench (1.5.4-2) unstable; urgency=low

  * Fix wx import. Closes: #492605.

 -- Matthias Klose <doko@debian.org>  Wed, 30 Jul 2008 23:33:06 +0200

svn-workbench (1.5.4-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sun, 20 Jul 2008 18:47:31 +0200

svn-workbench (1.5.3-3) unstable; urgency=low

  * Remove code left from Debian diff for 1.5.2. Closes: #489275.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Jul 2008 09:37:24 +0200

svn-workbench (1.5.3-2) unstable; urgency=low

  * Fix lintian warnings.

 -- Matthias Klose <doko@debian.org>  Wed, 25 Jun 2008 01:07:53 +0200

svn-workbench (1.5.3-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Mon, 18 Feb 2008 06:13:57 +0100

svn-workbench (1.5.2-1) unstable; urgency=low

  * New upstream version.
  * Add .desktop file (LP: 115129). Closes: #420575.

 -- Matthias Klose <doko@debian.org>  Mon, 28 Jan 2008 22:21:48 +0100

svn-workbench (1.5.0-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat, 28 Oct 2006 23:55:30 +0200

svn-workbench (1.4.0-1) unstable; urgency=low

  * New upstream version.

 -- Matthias Klose <doko@debian.org>  Sat,  1 Jul 2006 09:15:47 +0000

svn-workbench (1.2.0-1) unstable; urgency=low

  * New upstream version.
  * Fix download location (closes: #327369).

 -- Matthias Klose <doko@debian.org>  Sat, 15 Oct 2005 13:07:48 +0000

svn-workbench (1.1.6-1) unstable; urgency=low

  * New upstream version (1.6, taken from svn).
  * Depend on python-wxgtk2.6 (closes: #307040).

 -- Matthias Klose <doko@debian.org>  Wed,  7 Sep 2005 21:59:26 +0200

svn-workbench (1.1.5-1) unstable; urgency=low

  * New upstream version.
  * Add build dependency on python (closes: #299455).
  * Explain "workbench" in the package description (closes: #299175).

 -- Matthias Klose <doko@debian.org>  Sat, 26 Mar 2005 17:37:21 +0100

svn-workbench (1.0.0-1) unstable; urgency=low

  * Initial Release.

 -- Matthias Klose <m@klose.in-berlin.de>  Fri,  3 Dec 2004 22:47:12 +0100