File: changelog

package info (click to toggle)
xd 4.01.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 688 kB
  • sloc: cpp: 1,786; fortran: 118; makefile: 114; sh: 36; ansic: 14
file content (436 lines) | stat: -rw-r--r-- 13,507 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
xd (4.01.01-1) unstable; urgency=medium

  * New upstream version 4.01.01
  * debian/rules determines the C++ version to use from upstream's 'c++std'
    file

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 14 Sep 2022 13:24:23 +0200

xd (4.01.00-2) unstable; urgency=medium

  * New debian release using libbobcat6

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 09 Sep 2022 20:17:43 +0200

xd (4.01.00-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * New upstream version 4.01.00
  * Added new option --no-input which is primarily used by shell-scripts
  * xd uses exit values 0..5 indicating the type of action it performed. See
    xd's man-page for details

  [ tony mancill ]
  * Bump Standards-Version to 4.6.1

 -- tony mancill <tmancill@debian.org>  Sun, 26 Jun 2022 08:25:14 -0700

xd (4.00.00-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * New upstream version 4.00.00
  * This new major release of xd adds options 'input' and
    'block-size'. 'Input' allows xd to enter the cd command and the first
    character of other (non-cd) commands directly into the
    shell's input buffer without the need to call xd from a shell function,
    and 'block-size' collects cd-alternatives in blocks of maximum sizes.
  * Updated the man-page, demo configuration file, and cross-reference
    listing.
  * debian/rules now calls g++ --std=c++20.

  [ tony mancill ]
  * Add patch to disable `tput clear` during build

 -- tony mancill <tmancill@debian.org>  Sun, 19 Jun 2022 10:35:55 -0700

xd (3.29.02-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * Ignore 3.29.01-1: build script now ready for icmake 10.01.01.

  [ tony mancill ]
  * Freshen years in debian/copyright
  * Revert unnecessary bump in bobcat and icmake dependencies
  * Bump Standards-Version to 4.6.0 (no changes)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 07 Sep 2021 18:43:12 +0200

xd (3.29.00-2) unstable; urgency=medium

  * Set FORCE_SOURCE_DATE=1 in debian/rules for reproducible builds
  * Specify debhelper compat 12 via debhelper-compat dependency
  * Bump Standards-Version to 4.5.0
  * Set "Rules-Requires-Root: no" in debian/control

 -- tony mancill <tmancill@debian.org>  Wed, 12 Feb 2020 07:50:02 -0800

xd (3.29.00-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * New upstream release depends on bobcat version 5

  [ tony mancill ]
  * Bump Standards-Version to 4.4.0
  * Freshen years in debian/copyright

 -- tony mancill <tmancill@debian.org>  Wed, 24 Jul 2019 20:01:12 -0700

xd (3.28.00-1) unstable; urgency=medium

  * New upstream version 3.28.00

  * Upstream slightly modified XD's matching behavior: when using dots in
    search patterns matching directories may contain /./ which are spurious
    results as the dots represent the initial character of hidden
    directories. Resulting directory matches containing /./ are therefore
    ignored.

  * Due to the short time interval of one day between versions 3.28.00 and
    3.27.00, version 3.27.00 was not used for creating a Debian package. Its
    Debian changelog entry, however, is kept below.

  * Use debhelper version 12.

  * Update Standards-Version to 4.3.0.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 24 Jan 2019 12:07:20 +0100

xd (3.27.00-1) unstable; urgency=low

  * Upstream added option --homedir-char and configuration file directive
    homedir-char to configure a non-default home directory specification
    character.

  * debian/rules now calls g++ --std=c++2a

  * Updated debian/control, debian/compat (debhelper >= 12)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 23 Jan 2019 11:58:24 +0100

xd (3.26.01-1) unstable; urgency=medium

  [ Frank B. Brokken ]
  * New upstream version
  * Upstream migration from Github to Gitlab
  * Used the new dh format, and updated the C++ standard to use to c++17
    in debian/rules
  * Updated the copyright format from http: to https: in debian/copyright

  [ tony mancill ]
  * Update Vcs fields for migration from Alioth -> Salsa
  * Update Homepage, Source and watch for github -> gitlab transition
  * Bump Standards-Version to 4.1.4
  * Use debhelper 11

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 19 Jun 2018 21:50:39 +0530

xd (3.26.00-1) unstable; urgency=low

  * New upstream release accepts a single digit numerical specification
    to change 'n' levels up in the directory hierarchy.  For example,
    'xd 2' while in /foo/bar/baz changes to /foo, and thus is equivalent
    to 'cd ../..'

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 13 Jan 2017 11:59:42 +0100

xd (3.25.00-1) unstable; urgency=low

  * New upstream release fixes handling of separators after 0..9 (parent)
    directory specifiers

  * Standards-Version now 3.9.8.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 05 Oct 2016 15:06:54 +0200

xd (3.24.00-1) unstable; urgency=low

  [ Frank B. Brokken ]
  * Removed a dependency on PATH_MAX, fixing compilation errors on hurd
    architectures (Closes: #815407)

  * Fixed an erroneous reference to an option name in the man-page
    (Closes: #805396)

  * Fixed flaws in the man-page and usage information.

  [ tony mancill ]
  * Bump Standards-Version to 3.9.7 (no changes).

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 21 Feb 2016 12:48:37 +0100

xd (3.23.04-1) unstable; urgency=medium

  * Patch files removed: upstream fixed the typo in the manpage

  * Upstream adapted build scripts to icmake 8.00.04

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 20 Dec 2015 10:52:04 +0100

xd (3.23.03-1) unstable; urgency=medium

  * Upstream fixed a flaw in the installation script, Upstream's 'build'
    script now supports -P to prevent the use of precompiled headers

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 06 Oct 2015 21:19:11 +0200

xd (3.23.02-1) unstable; urgency=medium

  * Upstream modified the installation procedure. debian/rules adapted
    accordingly

  * Removed get-orig-source target from debian/rules

  * Xd now depends on bobcat >= 4.00.00

  * Entered new homepage in debian/control

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 02 Oct 2015 13:53:17 +0200

xd (3.23.01-4) unstable; urgency=medium

  * Rebuild against bobcat >= 3.25.02-3 for g++5 ABI transition.

 -- tony mancill <tmancill@debian.org>  Wed, 12 Aug 2015 20:15:41 -0700

xd (3.23.01-3) unstable; urgency=medium

  * Upload to unstable.

 -- tony mancill <tmancill@debian.org>  Fri, 01 May 2015 20:49:28 -0700

xd (3.23.01-2) experimental; urgency=low

  * Fixed the `reproducible builds' bug reported by Chris Lamb
    (Closes: #777366)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 07 Feb 2015 20:24:20 +0100

xd (3.23.01-1) experimental; urgency=low

  * new upstream release fixes some cosmetic flaws in the man-page
    and xrdc sample file (thanks, Tony ;-)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 19 Jan 2015 20:23:20 +0100

xd (3.23.00-1) experimental; urgency=low

  * new upstream release adds new option --icase selecting case-insensitive
    directory matching (Closes: #772662)

  * debian/rules specifies --std=c++14, and CXX=g++ (without version)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 11 Dec 2014 13:24:07 +0100

xd (3.22.09-2) unstable; urgency=medium

  * Drop build-dep on g++-4.8.  (Closes: #751330)
  * Update VCS URLs to use canonical form.

 -- tony mancill <tmancill@debian.org>  Sun, 03 Aug 2014 10:02:35 -0700

xd (3.22.09-1) unstable; urgency=low

  * New upstream release (addresses build failure with g++-4.8)
  * Bump Standards-Version to 3.9.5.
  * Build-Depend on bobcat 3.17.00.
  * Build-Depend on g++-4.8.  Update debian/rules accordingly.

 -- tony mancill <tmancill@debian.org>  Tue, 12 Nov 2013 21:42:45 -0800

xd (3.22.08-2) unstable; urgency=low

  * Upload to unstable.

 -- tony mancill <tmancill@debian.org>  Wed, 08 May 2013 20:11:46 -0700

xd (3.22.08-1) experimental; urgency=low

  [ Frank B. Brokken ]
  * New upstream release.
  * Catching std::exception instead of FBB::Errno exceptions. See also the
    upstream changelog

  [ tony mancill ]
  * Update Vcs fields to point collab-maint repo.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 24 Jan 2013 13:44:57 +0100

xd (3.22.05-2) experimental; urgency=low

  [ Frank B. Brokken ]
  * Recompilation required because of new libbobcat library

  [ tony mancill ]
  * Bump Standards-Version to 3.9.4 (no changes).
  * Replace Vcs-Svn with Vcs-Git; remove Vcs-Browser field.
  * Replace build-dep on g++ with g++-4.7.
  * Update debian/compat to 8; bump dependency on debhelper.
  * Update debian/copyright to DEP5 format.

 -- tony mancill <tmancill@debian.org>  Sat, 17 Nov 2012 11:31:48 -0800

xd (3.22.05-1) unstable; urgency=low

  * build script recognizes CXX, CPPFLAGS, CXXFLAGS, and LDFLAGS
    environment variables

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 22 Jul 2012 10:06:13 +0200

xd (3.22.04-1) unstable; urgency=low

  [ Frank B. Brokken ]
  * New upstream release

  [ tony mancill ]
  * Bump build-dep on libbobcat to 3.01.00.

 -- tony mancill <tmancill@debian.org>  Thu, 31 May 2012 21:20:07 -0700

xd (3.22.02-1) unstable; urgency=low

  * New upstream release.
  * Build depend on g++ (>= 4.6.2).

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 06 Jan 2012 08:56:25 +0100

xd (3.22.01-2) unstable; urgency=low

  * Build-Depend on g++ >= 4:4.6.0, better support for c++0x.
    (fixes ftbfs with older compilers on some architectures)

 -- George Danchev <danchev@spnet.net>  Mon, 27 Jun 2011 09:32:03 +0300

xd (3.22.01-1) unstable; urgency=low

  * new upstream release cleans up code and recognizes CXXFLAGS and LDFLAGS
    environment variables

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 26 Jun 2011 15:02:39 +0200

xd (3.21.00-2) unstable; urgency=low

  * Build depend on bobcat 2.18.00.
  * Add noopt support via DEB_BUILD_OPTIONS.
    (the next upstream release will hopefully support *FLAGS)
  * Drop configure* targets, since they are not needed.
  * Rename build to build-arch, add build and build-indep.
  * Do not call dh_installexamples.

 -- George Danchev <danchev@spnet.net>  Sat, 18 Jun 2011 10:17:23 +0300

xd (3.21.00-1) unstable; urgency=low

  * New upstream release (changes history handling)
  * Build-Depends: libbobcat-dev (>= 2.17.00)
  * Change to source format 3.0 (quilt).
  * Added Vcs-* fields.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 06 Jun 2011 16:16:55 +0200

xd (3.20.0-4) unstable; urgency=low

  * Build-Depends: libbobcat-dev (>= 2.15.02) to pick up latest fixes.
  * Standards-Version: 3.9.2 (no changes needed)

 -- George Danchev <danchev@spnet.net>  Tue, 17 May 2011 08:55:20 +0300

xd (3.20.0-3) unstable; urgency=low

  * New binary required due to new bobcat (2.14.00) release

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 08 Feb 2011 19:14:28 +0100

xd (3.20.0-2) unstable; urgency=low

  * Set distribution to unstable.

 -- tony mancill <tmancill@debian.org>  Fri, 24 Dec 2010 20:48:25 -0800

xd (3.20.0-1) experimental; urgency=low

  * New upstream release (updating dependencies on Bobcat; adding
    history-processing facilities)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 17 Dec 2010 21:36:06 +0100

xd (3.12.0-1) experimental; urgency=low

  [ Frank B. Brokken ]
  * New upstream release (updating dependencies on Bobcat: from Msg to
    Mstream, from FnWrap1c to FnWrap).

  [ tony mancill ]
  * Set distribution to experimental.

 -- tony mancill <tmancill@debian.org>  Fri, 05 Nov 2010 22:28:28 -0700

xd (3.11.0-1) unstable; urgency=low

  * New upstream release (bugfix release: generalized search
    didn't recognize plain directories to ignore unless a
    trailing * was appended, which is now fixed).

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 12 May 2010 13:00:16 +0200

xd (3.10.2-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switch to dpkg-source 1.0 format

 -- Frank B. Brokken <frank@suffix.rc.rug.nl>  Thu, 08 Apr 2010 14:23:43 +0200

xd (3.10.2-1) unstable; urgency=low

  * new upstream release (Closes: #542987)
  * standards-version 3.8.3 (no changes needed)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 30 Aug 2009 11:58:26 +0200

xd (3.10.1-1) unstable; urgency=low

  * new upstream release
  * added Homepage to control
  * updated Standards-Version in control

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 28 Mar 2009 11:13:31 +0100

xd (3.10.0-2) unstable; urgency=low

  * rebuild against bobcat 2.00.1-2

 -- George Danchev <danchev@spnet.net>  Sun, 07 Dec 2008 06:31:56 +0200

xd (3.10.0-1) unstable; urgency=low

  * New upstream release
  * build-depends on libbobcat-dev >= 2.00.1-1, caused by bobcat transition
  * no longer depends on libbobcat1 (>= 1.20.1), since bobcat now provides
    the needed shlib information via dh_makeshlibs -V

 -- George Danchev <danchev@spnet.net>  Fri, 05 Dec 2008 21:43:25 +0200

xd (3.00.1-2) unstable; urgency=low

  * xd depends run-time on libbobcat1 >= 1.20.1, updated debian/control
    (Closes: #504185)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 02 Nov 2008 11:27:51 +0100

xd (3.00.1-1) unstable; urgency=low

  * New upstream release
  * Build-Depends on bobcat 1.20.1

 -- George Danchev <danchev@spnet.net>  Mon, 15 Sep 2008 21:07:46 +0200

xd (3.00.0-1) unstable; urgency=low

  * New upstream sources, preparing the new Debian xd project

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 29 Aug 2008 13:40:59 +0200

xd (2.15) unstable; urgency=low

  * Initial Debianization

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 28 Dec 2005 19:22:50 +0100