File: changelog

package info (click to toggle)
suckless-tools 40-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 700 kB
  • sloc: ansic: 2,512; makefile: 465; sh: 104
file content (457 lines) | stat: -rw-r--r-- 13,708 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
suckless-tools (40-1) unstable; urgency=low

  * Suggest surf which can be used with tabbed.
    Closes: bug#703028.
  * Included the xssstate utility, thanks to Alessandro
    Ghedini.
    Closes: bug#707617.
  * Imported new version of tabbed (0.5).
  * New build-dependency for xssstate on libxss-dev (xscreensaver) is
    added.
  * Updated Provides and long description in debian/control to reflect
    inclussion of xssstate utility.
  * Updated debian/copyright file to include copyright statement for
    xssstate utility.    
  * Added Xft alternative for dmenu, thanks to Javier P.L.
    Closes: bug#696703.
  * New build-dependency on libxft-dev, libfreetype6-dev is added for
    allowing dmenu.xft alternative.    
  * Provided meta key alternative for tabbed, thanks to Vincent Lefevre.
    Closes: bug#703027.
  * Removed TERMINFO environment setting during building of tools, we are
    no longer shipping st as part of this package which needed this.
  * Use canonical URL anonscm.d.o for Vcs-Git field.
  * Use suckless-tools.manpages to install debian shipped manpages only
    for the binaries to which upstream does not provide a manpage.
  * Renamed the patches to follow micro guidelines in
    debian/patches/README.
  * Updated README.source file.
  * Add patch 2004, removes custom library and include search paths by
    upstream, fixes FTBFS on mipsel*.
    Closes: bug#722839. Thanks to YunQuian Su.
  * Upload to unstable.

 -- Vasudev Kamath <kamathvasudev@gmail.com>  Sat, 27 Jul 2013 21:55:49 +0530

suckless-tools (39-1) experimental; urgency=low

  [ Michael Stummvoll ]
  * Added manpage for dmenu_run (Closes: #610478)
  * Updated manpages for slock, ssid, swarp and wmname (Closes: #636030)
  * Updated manpage for sselp (Closes: #378175)
  * Removed st from the package. Suggests stterm now. Since st is
    no longer part of this package it doesn't install st.256color.
    (Closes: #642307,#665884)
  * Fixed a typo in the wmname manpage
  * Added some docs

  [ Vasudev Kamath ]
  * debian/control:
    + Increased minimum debhelper required to 9
    + Bumped Standards-Version to 3.9.4. This did not require any change
      to package.
    + Added Michael Stummvoll as Uploader
    + Added dependency on dpkg-dev >= 1.16.1.1 to introduce hardening flags
      using dpkg-buildflags.
  * Set debian/compat to 9
  * Created new version 39
    + Imported new version of lsw (Closes: #650573)
    + Updated dmenu (Closes: #650574, #658386)
    + Added sprop and lsx (Closes: #627662)
    + Imported new version of slock. This resolves CVE-2012-1620
      (Closes: #667796, #692737)
    + Imported new version of tabbed    
  * debian/rules:
    + Added get-orig-source target to get upstream source tarball for included
      package
  * debian/patches:
    + Added patch to do setgid shadow instead of setuid root on slock Makefile
     (01_fix_setuid_slock.patch).
    + Added patch to introduce hardening flags and allow DEB_BUILD_OPTIONS=noopt
     (02_dpkg-buildflags.patch).
    + Added patch to make command execution visible in Makefiles
     (03_transparent-makefiles.patch).
    + Added patch to escape '-' symbol in manpage for tabbed and use temp files
      in secure way (04_tabbed-manpage-hyphen-fix.patch).
  * debian/README.source:
    + Updated this file with proper instruction on how to recreate the original
      source tarballs required for package building.
  * debian/create_orig_source shell script is added which will be invoked when
    get-orig-source target in debian/rules is invoked
  * debian/watch:
    + Empty watch file added with only version=3 string in it to avoid lintian
      warning
  * debian/README.slock.Debian:
    + This file is added giving instruction on how to use the slock command.
  * debian/copyright:
    + Fixed the Copyright fields for lsw, dmenu, tabbed.
    + Changed short license name from MIT to Expat.
  * Switched to source format 3.0 (quilt)

 -- Vasudev Kamath <kamathvasudev@gmail.com>  Thu, 15 Nov 2012 12:28:34 +0530

suckless-tools (38-2) unstable; urgency=low

  * debian/control:
    + Added myself as maintainer. (Closes: #647090)
    + Vcs-* fields now points to repository on collab-maint
  * debian/copyright:
    + Added copyright-format 1.0 header fields (Closes: #685611)
    + Fixed the license of st, it was mentioned as MIT but in reality
      it was 3-Clause BSD license.
    + Removed commas between file names in Files: section for lsw,swarp
      and sselp

 -- Vasudev Kamath <kamathvasudev@gmail.com>  Sun, 14 Oct 2012 16:04:43 +0530
 
suckless-tools (38-1) unstable; urgency=low

  * Fix "FTBFS: /home/buildd/.terminfo: permission denied (errno 2)"
    <Added TERMINFO arg> (Closes: #605816)
  * Updated st

 -- Kai Hendry <hendry@iki.fi>  Sun, 05 Dec 2010 13:54:15 +0000

suckless-tools (37-1) unstable; urgency=low

  * New maintainer
  * Include simple terminal

 -- Kai Hendry <hendry@iki.fi>  Thu, 02 Dec 2010 13:42:55 +0000

suckless-tools (36-2) experimental; urgency=low

  * Switching to source format 3.0 (quilt).

 -- Daniel Baumann <daniel@debian.org>  Mon, 29 Nov 2010 21:17:34 +0100

suckless-tools (36-1) experimental; urgency=low

  * Merging upstream version 36.
  * Rediffing strip.patch
  * Removing old transitional package.

 -- Daniel Baumann <daniel@debian.org>  Sun, 21 Nov 2010 22:38:44 +0100

suckless-tools (35-2) experimental; urgency=low

  * Updating standards version to 3.9.0.
  * Correcting typo in package description, thanks to David Stansby
    <dstansby@gmail.com> (Closes: #601346).
  * Updating to standards version 3.9.1.
  * Updating to debhelper version 8.
  * Switching to source format 3.0 (quilt).

 -- Daniel Baumann <daniel@debian.org>  Sat, 20 Nov 2010 17:37:38 +0100

suckless-tools (35-1) unstable; urgency=low

  * Merging upstream version 35.
  * Updating year in copyright file.

 -- Daniel Baumann <daniel@debian.org>  Sat, 05 Jun 2010 10:01:46 +0200

suckless-tools (34-1) unstable; urgency=low

  * Merging upstream version 34.

 -- Daniel Baumann <daniel@debian.org>  Sat, 29 May 2010 20:04:16 +0200

suckless-tools (33-1) unstable; urgency=low

  * Adding explicit debian source version 1.0 until switch to 3.0.
  * Updating year in copyright file.
  * Updating to standards 3.8.4.
  * Merging upstream version 33.
  * Updating dmenu copyright stanza.

 -- Daniel Baumann <daniel@debian.org>  Sat, 29 May 2010 14:42:39 +0200

suckless-tools (32-1) unstable; urgency=low

  * Merging upstream version 32.
  * Renaming package to suckless-tools (Closes: #529375).
  * Don't strip binaries by default (Closes: #436783).
  * Adding lintian overrides.

 -- Daniel Baumann <daniel@debian.org>  Sat, 21 Nov 2009 12:45:59 +0100

dwm-tools (31-1) unstable; urgency=low

  * Adding maintainer homepage field to control.
  * Marking maintainer homepage field to be also included in binary
    packages and changelog.
  * Adding README.source.
  * Merging upstream version 31.
  * Moving upstream maintainer field from control to copyright.
  * Bumping versioned build-depends on debhelper.
  * Adding tabbed to provides.
  * Updating README.source.
  * Adding tabbed in copyright.

 -- Daniel Baumann <daniel@debian.org>  Sat, 31 Oct 2009 22:58:51 +0100

dwm-tools (30-2) unstable; urgency=low

  * Prefixing debhelper files with package name.
  * Updating maintainer field.
  * Updating vcs fields.
  * Updating package to standards version 3.8.3.
  * Sorting depends.
  * Updating year in copyright file.
  * Minimizing rules file.

 -- Daniel Baumann <daniel@debian.org>  Thu, 20 Aug 2009 20:11:47 +0200

dwm-tools (30-1) unstable; urgency=low

  * Replacing obsolete dh_clean -k with dh_prep.
  * Merging upstream version 30.
  * Updating versions in rules.
  * Using correct rfc-2822 date formats in changelog.

 -- Daniel Baumann <daniel@debian.org>  Mon, 18 May 2009 12:05:19 +0200

dwm-tools (29-1) unstable; urgency=low

  * Updating versions in rules.

 -- Daniel Baumann <daniel@debian.org>  Wed, 05 Nov 2008 20:52:00 +0100

dwm-tools (28-2) unstable; urgency=low

  * Adding libxinerama-dev to build-depends (Closes: #493995).

 -- Daniel Baumann <daniel@debian.org>  Fri, 08 Aug 2008 05:10:00 +0200

dwm-tools (28-1) unstable; urgency=low

  * Updating versions in rules.
  * Merging upstream version 28 (Closes: #487186).

 -- Daniel Baumann <daniel@debian.org>  Sun, 03 Aug 2008 18:05:00 +0200

dwm-tools (27-1) unstable; urgency=low

  * Rewriting rules file.
  * Updating formatting of the manpages.
  * Adding manpage for wmname.
  * Rewriting copyright file in machine-interpretable format.
  * Adding provides for wmname.
  * Adding vcs fields in control file.
  * Using lintian debhelper to install lintian overrides.
  * Upgrading package to standards 3.8.0.
  * Updating package to debhelper 7.
  * Updating versions in rules.
  * Merging upstream version 27.

 -- Daniel Baumann <daniel@debian.org>  Sun, 03 Aug 2008 17:55:00 +0200

dwm-tools (26-2) unstable; urgency=low

  * Bumped to new policy.
  * Using homepage field in control.
  * Removing old conflicts/replaces.
  * Don't hide make errors in clean target of rules.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Dec 2007 09:38:00 +0100

dwm-tools (26-1) unstable; urgency=low

  * slock:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Sun, 25 Nov 2007 14:11:00 +0100

dwm-tools (25-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Fri, 16 Nov 2007 12:09:00 +0100

dwm-tools (24-1) unstable; urgency=low

  * dmenu:
    - New upstream release (Closes: #446559).

 -- Daniel Baumann <daniel@debian.org>  Sun, 14 Oct 2007 09:13:00 +0200

dwm-tools (23-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Fri, 01 Jun 2007 18:54:00 +0200

dwm-tools (22-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Mon, 21 May 2007 15:37:00 +0200

dwm-tools (21-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Thu, 19 Apr 2007 10:24:00 +0200

dwm-tools (20-1) unstable; urgency=low

  * dmenu:
    - New upstream release.
  * slock:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Wed, 07 Mar 2007 17:23:00 +0100

dwm-tools (19-1) unstable; urgency=low

  * dmenu:
    - New upstream release.
  * slock:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Mon, 05 Mar 2007 15:21:00 +0100

dwm-tools (18-1) unstable; urgency=low

  * dmenu:
    - New upstream release:

 -- Daniel Baumann <daniel@debian.org>  Thu, 01 Mar 2007 17:56:00 +0100

dwm-tools (17-1) unstable; urgency=low

  * dmenu:
    - New upstream release:

 -- Daniel Baumann <daniel@debian.org>  Sat, 24 Feb 2007 19:03:00 +0100

dwm-tools (16-1) unstable; urgency=low

  * dmenu:
    - New upstream release:

 -- Daniel Baumann <daniel@debian.org>  Fri, 23 Feb 2007 21:15:00 +0100

dwm-tools (15-1) unstable; urgency=low

  * dmenu:
    - New upstream release:

 -- Daniel Baumann <daniel@debian.org>  Fri, 23 Feb 2007 20:26:00 +0100

dwm-tools (14-1) unstable; urgency=low

  * dmenu:
    - New upstream release:
      + replaces lsx.

 -- Daniel Baumann <daniel@debian.org>  Fri, 23 Feb 2007 10:59:00 +0100

dwm-tools (13-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Wed, 21 Feb 2007 13:02:00 +0100

dwm-tools (12-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Wed, 13 Jan 2007 10:19:00 +0100

dwm-tools (11-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Wed, 17 Jan 2007 11:15:00 +0100

dwm-tools (10-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Tue, 16 Jan 2007 15:54:00 +0100

dwm-tools (9-1) unstable; urgency=high

  * slock:
    - New upstream release, fixes potential buffer overflow.

 -- Daniel Baumann <daniel@debian.org>  Sat, 13 Jan 2007 15:41:00 +0100

dwm-tools (8-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Fri, 12 Jan 2007 21:47:00 +0100

dwm-tools (7-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Tue, 19 Dec 2006 12:08:00 +0100

dwm-tools (6-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Thu, 14 Dec 2006 10:50:00 +0100

dwm-tools (5-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Thu, 14 Dec 2006 09:30:00 +0100

dwm-tools (4-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Thu, 07 Dec 2006 16:05:00 +0100

dwm-tools (3-1) unstable; urgency=low

  * dmenu:
    - New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Thu, 30 Nov 2006 14:47:00 +0100

dwm-tools (2-1) unstable; urgency=medium

  * slock:
    - New upstream release.
    - it's now save to use it with setuid, hence dropped the suid-remove patch.

 -- Daniel Baumann <daniel@debian.org>  Fri, 11 Nov 2006 18:37:00 +0200

dwm-tools (1.4-1) unstable; urgency=medium

  * Merged dmenu into dwm-tools.

 -- Daniel Baumann <daniel@debian.org>  Tue, 31 Oct 2006 12:14:00 +0200

dwm-tools (0.2-1) unstable; urgency=low

  * slock: New upstream release.

 -- Daniel Baumann <daniel@debian.org>  Mon, 16 Oct 2006 17:19:00 +0200

dwm-tools (0.1-1) unstable; urgency=low

  * Initial release.
  * Added manpages.

 -- Daniel Baumann <daniel@debian.org>  Thu, 12 Oct 2006 12:16:00 +0200