File: changelog

package info (click to toggle)
catfish 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 992 kB
  • sloc: python: 2,239; sh: 44; xml: 16; makefile: 9
file content (281 lines) | stat: -rw-r--r-- 8,997 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
catfish (1.2.2-1) unstable; urgency=medium

  * New upstream bugfix release.
    - Fixes opening previous selected item (LP: #1372165)
    - Fixes AttributeError on update dialog (LP: #1372166)

 -- Jackson Doak <noskcaj@ubuntu.com>  Mon, 22 Sep 2014 08:03:08 +1000

catfish (1.2.1-1) unstable; urgency=medium

  * New upstream release
    - Fix startup crash. Closes: #758652

 -- Sean Davis <smd.seandavis@gmail.com>  Tue, 19 Aug 2014 19:50:13 -0400

catfish (1.2.0-1) unstable; urgency=medium

  * New upstream release
    - Fix about dialogue version shown. Closes: #757828
  * debian/control: Make the PAPT the maintainer, Sean and myself uploaders

 -- Jackson Doak <noskcaj@ubuntu.com>  Sun, 17 Aug 2014 08:28:04 +1000

catfish (1.0.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Refresh Manually-Install-Docs.patch

 -- Sean Davis <smd.seandavis@gmail.com>  Sat, 09 Aug 2014 00:02:10 -0400

catfish (1.0.2-2) unstable; urgency=medium

  * Team upload.
  * Change python version to python3, improves case-insensitive
    search for non-english file names (lp: #1280607)
  * debian/control:
    - Change dependencies to python3
    - Remove suggests for python-zeitgeist, no python3-zeitgeist
  * debian/rules:
    - Change build to python3
    - Removed obsolete line for pexpect license

 -- Sean Davis <smd.seandavis@gmail.com>  Sat, 29 Mar 2014 23:03:33 -0400

catfish (1.0.2-1) unstable; urgency=medium

  * New upstream release

 -- Jackson Doak <noskcaj@ubuntu.com>  Wed, 12 Mar 2014 07:11:06 +1100

catfish (1.0.1-2) unstable; urgency=medium

  * Add python-pexpect to depends

 -- Jackson Doak <noskcaj@ubuntu.com>  Fri, 07 Mar 2014 06:23:19 +1100

catfish (1.0.1-1) unstable; urgency=medium

  * New upstream release
    - Fix CVE-2014-2093, CVE-2014-2094, CVE-2014-2095, CVE-2014-2096.
      (Closes: #739958)

 -- Jackson Doak <noskcaj@ubuntu.com>  Fri, 28 Feb 2014 16:10:56 +1100

catfish (1.0.0-3) unstable; urgency=medium

  * debian/control: use python:depends instead of python3:depends.
    Closes: #739954, #738982

 -- Jackson Doak <noskcaj@ubuntu.com>  Wed, 26 Feb 2014 16:48:23 +1100

catfish (1.0.0-2) unstable; urgency=medium

  * Depend on python-gi-cairo. Closes: #738639

 -- Jackson Doak <noskcaj@ubuntu.com>  Sun, 23 Feb 2014 07:40:04 +1100

catfish (1.0.0-1) unstable; urgency=medium

  * Team upload.

  [ Jackson Doak ]
  * New upstream release. Closes: #589777, #598598 LP: #1257500, #1258713
  * Replace Depends: locate with Recommends: mlocate | locate. Closes: #731363
  * Bump standards-version to 3.9.5

  [ Vincent Cheng ]
  * Drop debian/catfish.1 and use upstream manpage instead.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 04 Feb 2014 21:03:50 -0800

catfish (0.8.2-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Jackson Doak ]
  * Set myself as maintainer
  * New upstream release
  * Update manpage
  * Merge from ubuntu, changes:
    Closes: #641577, #664326, #579181, #524603, #579564, #589776, #713006
  * Create debian/catfish.manpages, debian/docs,
    debian/patches/Manually-Install-Docs.patch
  * Delete debian/README.source, we no longer use dpatch
  * debian/copyright: 
    - Specify GPL-2+
    - Convert to debian format 1.0
  * debian/control: 
    - Bump debhelper to 9
    - Use "canonical" VCS fields
    - Update description
  * debian/compat: Set as 9
  * Use new URL in debian/watch
  
  [ Sean Davis ]
  * debian/control
    - Updated standards version to 3.9.4
    - Updated homepage to launchpad
    - Remove dependencies on yelp, gksu
    - Move zeitgeist dependencies to Suggests
    - Update description to be more accurate    
  * Update watch file for new home on Launchpad
    - update debian/watch

  [ Liviu Andronic ]
  * Misc changes to debian/control.
  * Simplify debian/rules to ensure it works with newest catfish.

  [ Scott Kitterman ]
  * Fix Makefile.in.in to install .py instead of .pyc files
  * Drop obsolete debian/patches/10Fix_makefile.dpatch and 00list
  * Drop dpatch from build-depends
  * Add --with python2 so dh_python2 is used

  [ Lionel Le Folgoc ]
  * debian/patches:
    - 20Fix_desktopfile.dpatch, 40Fix_gtkiconload.dpatch: dropped, applied
      upstream.
    - 30Fix_tracker_backend.dpatch: dropped, tracker support has been removed.
  * debian/control:
    - replace gtk2 b-deps with python-gi.
    - promote python-xdg to depends, the new mimetype filter seems to discard
      all results without it.
  * debian/source/format: switch to 3.0 (quilt).
  * Convert to dh_python2
    - update debian/rules
    - update debian/control

  [ Andrew Starr-Bochicchio ]
  * Fix file permissions during install.
  * Don't install extra license file.
  * Document missing copyright holder.

 -- Jackson Doak <noskcaj@ubuntu.com>  Mon, 14 Oct 2013 17:47:55 +1100

catfish (0.3.2-2) unstable; urgency=low

  * Team upload.

  [ Severin Heiniger ]
  * Fix lintian warning dh_desktop-is-deprecated in debian/rules.
  * Remove sclocate from Recommends as it does not appear to be used anymore.
    It only exists in old stable.
    + Closes: #532103.

  [ Jakub Wilk ]
  * Fix compatibility with tracker 0.8 (closes: #577205). Thanks to Michael
    Biebl for the bug report and the patch.
  * Add README.source.
  * Bump to Standards-Version 3.9.2 (no changes needed).
  * Add ${misc:Depends} to Depends.
  * Add build-arch and build-indep target. Make binary-arch target do nothing.
  * Prevent program crashing when an icon is missing from the icon theme
    (closes: #655430). Thanks to Carlos Kosloff for the bug report and John
     Church for the initial patch.
  * Remove reference to slocate from package description (see bug #532103).

 -- Jakub Wilk <jwilk@debian.org>  Thu, 09 Feb 2012 14:09:24 +0100

catfish (0.3.2-1) unstable; urgency=low

  [ Marco Rodrigues ]
  * New upstream version (0.3.1)
    + Closes LP: #316674
  * Bump to Standards-Version 3.8.0.

  [ Sandro Tosi ]
  * debian/watch
    - updated to reflect new upstream website
  * debian/control
    - Homepage field updated
  * debian/copyright
    - updated upstream location
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Savvas Radević ]
  * 10Fix_makefile.dpatch updated to follow upstream changes

  [ Piotr Ożarowski ]
  * New upstream version (0.3.2)
    + Closes: #511492
  * Updated the copyright years in debian/copyright
  * Updated catfish.svg link in debian/rules

 -- Python Applications Team <python-apps-team@lists.alioth.debian.org>  Tue, 13 Jan 2009 19:04:56 +0100

catfish (0.3-2) unstable; urgency=low

  * debian/patches/10Fix_makefile.dpatch: UPDATED
    - Disable the creation of symlinks in Makefile as we will
      handle it in debian/rules to ensure they are created correctly.
  * debian/rules: 
    - Updated to create correct symlinks that were being incorrectly created in
      the Makefile.    
  * Closes lp: #222050
  
 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Thu, 22 May 2008 02:48:46 +0200

catfish (0.3-1) unstable; urgency=low
  
  * debian/control:
    - added python-gobject to Depends
    - removed dbus from Depends
    - moved python-xdg to Recommends
    - added slocate to Recommends
    - added "python-dbus, strigi-daemon, doodle, tracker, beagle" to Suggests
    - bumped Standards-Version to 3.7.3
    - added PAPT to Uploaders
    - added Vcs-Svn and Vcs-Browser fields
  * debian/rules:
    - Removed call to dh_shlibsdeps
  * debian/patches/20Fix_desktopfile.dpatch:
    - Remove encoding field from .desktop file

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 18 Feb 2008 16:52:28 -0800

catfish (0.3-0ubuntu2) hardy; urgency=low

  [Cody A.W. Somerville]
  * debian/watch: Created watchfile.
  * debian/rules:
    - Removed unrequired debhelper comments
    - Removed unneeded spaces at eol
    - Removed undeeded header
    - README now passed to dh_installdocs
  * debian/patches/10Disable_compile.dpatch:
    - Updated patch header
      . Added name before e-mail
      . Added patch description
  * debian/control:
    - Removed build-depends-indep python (not required)
    - Added homepage field (removed from long description)
    - Removed 'a' from start of package synopsis
    - Removed unneeded whitespace
    - Removed X[BS]-Python-Version fields
  * debian/docs: REMOVED (installed directly in debian/rules now).
  * debian/menu:
    - No longer uses absolute path
    - Updated to conform to new Debian menu policy

 -- Bryce Harrington <bryce@ubuntu.com>  Wed, 12 Dec 2007 18:37:33 -0800

catfish (0.3-0ubuntu1) hardy; urgency=low

  * New release 0.3
  * Added dbus dependency
  * Updated debian/docs
  * Updated makefile patch
  * Modified debian/rules to handle "clean" errors better

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Fri, 02 Nov 2007 17:24:10 -0300

catfish (0.1-0ubuntu1) feisty; urgency=low

  * Initial release

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Fri, 12 Jan 2007 22:54:55 -0400