File: changelog

package info (click to toggle)
pinfo 0.6.13-1.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 996 kB
  • sloc: ansic: 8,748; makefile: 111; sh: 31
file content (582 lines) | stat: -rw-r--r-- 19,702 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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
pinfo (0.6.13-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop menu file, as the Debian menu system is deprecated.
  * Fix watch file.
  * Remove the explicit as-needed linking, as it is done by binutils now.

 -- Pino Toscano <pino@debian.org>  Sun, 15 May 2022 08:17:26 +0200

pinfo (0.6.13-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS: video.c:112:26: error: format '%d' expects argument of type
    'int', but argument 2 has type 'long unsigned int' [- Werror=format=]":
    Add patch from upstream Git repository to use %ld to print longs.
    (Closes:#997293)

 -- gregor herrmann <gregoa@debian.org>  Sun, 08 May 2022 14:36:50 +0200

pinfo (0.6.13-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix ftbfs with GCC-10. (Closes: #957686)

 -- Sudip Mukherjee <sudipm.mukherjee@gmail.com>  Wed, 28 Oct 2020 19:06:48 +0000

pinfo (0.6.13-1) sid; urgency=medium

  * New upstream release
    - Fix crash on some architectures (Closes: #922455)
  * Remove patch 0001-Fix-signed-unsigned-comparisons-causing-Wsign-compar.patch
    (included in upstream)

 -- Bas Zoetekouw <bas@debian.org>  Sat, 16 Feb 2019 21:28:19 +0100

pinfo (0.6.12-2) unstable; urgency=medium

  * Fix build failures on 32 bit architectures (fixed signed/unsigned comparison)

 -- Bas Zoetekouw <bas@debian.org>  Mon, 11 Feb 2019 15:59:41 +0100

pinfo (0.6.12-1) unstable; urgency=medium

  * New upstream release
    - minor release to fix the use of default colors (COLOR_DEFAULT) on ncurses
      installs; COLOR_DEFAULT values in pinforc were silently ignored, causing
      pinfo to use black-on-balc or white-on-white text
    - remove AM_MAINTAINER_MODE from autoconf scripts to make sure all necessary
      files are always rebuilt on ./configure && make
    - fix possible buffer overflow (and compiler error with gcc 8.2)

 -- Bas Zoetekouw <bas@debian.org>  Mon, 11 Feb 2019 10:06:28 +0100

pinfo (0.6.11-1) unstable; urgency=medium

  * New upstream release
    - Gracefully handle missing indirect info nodes
      (Closes: #298865)
    - Fix infinite loop when regexp-matching an empty string
      (Closes: #358389)
    - Fix loading of bare info pages (i.e., without .info extension)
      (Closes: #496840)
    - Properly load info pages whose name starts with "dir"
      (Closes: #496840)
    - Changes and tweaks to the auto* build tools
    - Get rid of inlined functions, which break building with gcc7
      (Closes: #853613)
    - Fix segfautl when closing unopened file
    - Fix typos in docs
    - Fix compiler warnings
    - Fix a number of out-of-buffer bugs, buffer overflows, string truncations
    - Clean up documentation
    - Correctly handle redirected stdin and/or stdout (Closes: #671306)
    - Fix crash after failed global search
    - Make curses mouse behaviour configurable
      Note: this changes the default behaviour to not capture the mouse. To
      restore the old behaviour, set GRAB-MOUSE=true in pinforc.
    - Avoid an infinite loop for malformed info pages
    - Add readline tab completion for nodes (Closes: #431708)
    - Correct parse node links that span multiple (indented) lines.
      (https://github.com/baszoetekouw/pinfo/issues/6)
    - If a direct info page hit isn't found, try to look up a node in the dir
      (https://github.com/baszoetekouw/pinfo/issues/6)
    - Improve lookup of info pages
      (https://github.com/baszoetekouw/pinfo/issues/6)
    - Fix linking to man pages in a different section
      (https://github.com/baszoetekouw/pinfo/issues/6)
    - Fix the -n/--node command line option (LP: #1599374)
  * Switch to plain debhelper 11 and source format 3.0 quilt
  * Update standards-version to 4.3.0
  * Update watch file
  * Update package description

 -- Bas Zoetekouw <bas@debian.org>  Sat, 09 Feb 2019 22:38:06 +0100

pinfo (0.6.9-5.2) unstable; urgency=low

  [ Joost van Baal-Ilić ]
  * Get rid of undefined references to inline functions when compiling
    with gcc-7 using -Os by first declaring these 3 functions without
    using the inline keyword.  Thanks Matthias Klose for reporting,
    Adrian Bunk for writing a test case and Jakub Jelinek for pointing
    the way to a fix in
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81734#c3.
    (Closes: #853613) [06_gcc_7_Os_inline_functions.dpatch]

  [ Axel Beckert ]
  * Non-maintainer upload.

 -- Axel Beckert <abe@debian.org>  Wed, 15 Nov 2017 02:47:08 +0100

pinfo (0.6.9-5.1) unstable; urgency=low

  * NMU
  * Add a path to term.h for libncursesw5. Closes: #646486
  * Fix link order to list libraries after the objects that require them.
    Patch from Colin Watson <cjwatson@ubuntu.com> Closes: #641287
  * Add build-arch and build-indep targets to debian/rules, just calling
    "build" for now.

 -- Steve McIntyre <steve.mcintyre@linaro.org>  Tue, 13 Dec 2011 17:05:43 +0000

pinfo (0.6.9-5) unstable; urgency=low

  * Build-dep on libreadline-dev instead of libreadline5-dev
  * Copy in a fresh config.{sub.guess} at build time
    (closes: #535727)
  * Add ${misc:Depends} in the dependencies
  * Bump standards-version to 3.8.3 (no changes required)

 -- Bas Zoetekouw <bas@debian.org>  Fri, 16 Oct 2009 15:50:08 +0200

pinfo (0.6.9-4) unstable; urgency=low

  * Acknowlegde NMU upload (thanks Norbert!)
  * Move to standards-version 3.8.2
    - Add Homepage field to control file
  * Change Suggests on cupsys-bsd to cups-bsd
  * Move pinfo from the "Apps/Text" menu to "Help"
  * By default, don't clear the screen on exit (Thanks to Justin Pryzby)
    (Closes: #358996) [01_pinforc.dpatch]
  * Also build-depend on install-info
  * Make sure /usr/share/info/dir(.gz)? isn't shipped in the package
    (Closes: #535322)

 -- Bas Zoetekouw <bas@debian.org>  Fri, 03 Jul 2009 11:17:28 +0200

pinfo (0.6.9-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * add dependency on install-info (Closes: #532591)

 -- Norbert Preining <preining@debian.org>  Sun, 21 Jun 2009 19:37:10 +0200

pinfo (0.6.9-3) unstable; urgency=low

  * Fix bashism in debian/rules
    (Closes: #484430)
  * Fix a crash caused by closing a file that wasn't open
    (Closes: #362183)
  * Fix typos and grammar in docs
    (Closes: #431707)

 -- Bas Zoetekouw <bas@debian.org>  Wed,  4 Jun 2008 16:02:44 +0200

pinfo (0.6.9-2) unstable; urgency=low

  * Fix building of man page and info file
  * Added watch file
  * Clean up debian/rules
  * Clean up the maintainer scripts

 -- Bas Zoetekouw <bas@debian.org>  Thu, 16 Mar 2006 19:54:26 +0100

pinfo (0.6.9-1) unstable; urgency=low

  * New upstream release:
    - use newer autoconf/automake tools (closes: #316286)
    - fixed patch searching issues (closes: #181907, #299891)
    - fixed segfault for info pages containing \0's (closes: #218939)
    - updated and added translations
      (closes: #332792, #313928, #332241, #348129)
    - nodes containing a "." are now correctly found
      (closes: #235134, #264270)
    - non-ASCII and widechar man pages are displayed correctly
      (closes: #262128)
    - improved the history behavior of the search input line
    - broken tag tables are now automatically fixed
    - fix segfault when a broken regexp is entered (closes: #222650)
    - fixed a number of segfaults caused by using uninitialized pointers and
      off-by-1 errors
    - fixed heap corruption caused by non-ascii chars in info pages
    - fixed text display on narrow terminals (closes: #288877, #320866)
    - fixed highlighting of searches
    - use default terminal colors. Thanks to Rob Funk for a patch.
      (closes: #138645)
    - use libreadline by default;  readline version 5 is now required.
    - better cooperation between ncurses and readline (closes: #222651)
    - fixed some memory leaks
    - got rid of tempnam() calls
    - fixed -Wall and -Wshadow compiler warnings
    - use utf8 in documentation files; fix typoes (closes: #337185)
  * Revamped debian/rules and archive layout
  * Added build-dependencies on debhelper, dpatch, bzip2, libreadline5-dev,
    libncursesw5-dev
  * Fixed FSF address in copyright file
  * Bumped debhelper compatibility level to 5
  * Use sensible-browser instead of lynx in default pinforc and adapt Suggests
    accordingly; add Suggests on cupsys-bsd|lprng|lpr for the lpr command

 -- Bas Zoetekouw <bas@debian.org>  Thu, 16 Mar 2006 13:57:21 +0100

pinfo (0.6.8-6) unstable; urgency=high

  * Added build-dependency on texinfo (closes: #290618, #296459)
  * Removed some leftover autogenerated files from the diff

 -- Bas Zoetekouw <bas@debian.org>  Mon,  9 May 2005 14:01:32 +0200

pinfo (0.6.8-5) unstable; urgency=high

  * Fixed timestamp skew issue with the building of pinfo.info by removing the
    info file from the diff and explicitly building in in debian/rules
    (closes: #290618, #296459)
  * Fixed building on systems with non-022 umasks by explicitly chmodding the
    $(TEMPDIR) dir
  * Removed Bugs: and Origin: headers from debian/control
    (closes: #220098)
  * Fixed spelling errors in man page (closes: #305625)
  * Fixed quotes in menu file
  * Remove config.{cache,status,log} in clean target
  * Boosted the Standards-Version to 3.6.1 (no changes necessary)

 -- Bas Zoetekouw <bas@debian.org>  Mon,  9 May 2005 11:11:20 +0200

pinfo (0.6.8-4) unstable; urgency=low

  * New maintainer.

 -- Bas Zoetekouw <bas@debian.org>  Thu,  6 Jan 2005 19:01:25 +0100

pinfo (0.6.8-3) unstable; urgency=low

  * Fixed a typo in the infopage. (Closes:
  * Updated russian translation. (Closes: #268591)
  * Applied patch from Matthew Mueller to fix segfaults in pinfo
    when going back. (Closes: #261167)
  * The last two chances were included with the permission of the
    upstream author.

 -- Christian Kurz <shorty@debian.org>  Sat, 16 Oct 2004 20:58:03 +0200

pinfo (0.6.8-2) unstable; urgency=low

  * Removed the XSI:isms in prerm. Thanks to David Weinehall for
    providing the patch. This will fix the bug report #260075.

 -- Christian Kurz <shorty@debian.org>  Wed, 21 Jul 2004 00:11:31 +0200

pinfo (0.6.8-1) unstable; urgency=low

  * New Upstream release.
  * This version will now correctly lookup entries in the dir page, when
    several matches are found. This fixes the bugreport #206155.
  * This version also allows selection of dir page with numbers. I verified
    this with the entry from automake-1.6. So the bugreport #186255 will
    now also be fixed.
  * The search prompt will now use a default item. So the bugreport #204055
    will now also be fixed.

 -- Christian Kurz <shorty@debian.org>  Sat, 23 Aug 2003 10:51:09 +0200

pinfo (0.6.7-1) unstable; urgency=low

  * New Upstream release.
  * Now pinfo will also recognize entries like 'xxx/yyy' which are for
    example used by emacs21. This will address the issue reported as
    #174418.
  * This version will now also support the proper usage of the option
    -f. It will recognize raw file names when they begin with certain
    characters. This should fix the issue reported as #153527.

 -- Christian Kurz <shorty@debian.org>  Thu, 13 Feb 2003 09:54:08 +0100

pinfo (0.6.6p1-1) unstable; urgency=low

  * New Upstream version.
  * This version should now catch all Reference/Hyperlinks that
    an info page contains. So the bug #137009 will now be fixed.
  * Also this version will now only clear the screen when the
    user specified the option -x. This address the bug #140248.
  * This package version also contains now a new prerm script
    which will unregister the info documentation. So bug #151573
    will now be also fixed.
  * Last but not least this version has again a working option -f, so
    bug #152617 is also now fixed.

 -- Christian Kurz <shorty@debian.org>  Sun, 14 Jul 2002 22:32:21 +0200

pinfo (0.6.5p3-1) unstable; urgency=low

  * New Upstream Release.

 -- Christian Kurz <shorty@debian.org>  Thu,  9 May 2002 10:14:26 +0200

pinfo (0.6.5p2-1) unstable; urgency=low

  * Changed safe_group handler. (Closes: #128908)

 -- Christian Kurz <shorty@debian.org>  Mon, 11 Mar 2002 09:11:49 +0100

pinfo (0.6.5p1-1) unstable; urgency=low

  * Applied patch to use INFOPATH variable from the configuration
    file.
  * Changed the version number to reflect the changes. Done with
    permission of the author Przemek Borys.

 -- Christian Kurz <shorty@debian.org>  Mon, 25 Feb 2002 19:43:59 +0100

pinfo (0.6.5-2) unstable; urgency=low

  * Changed Build Process.
  * Fixed Build Process. (Closes: #133851)
  * Fixed broken search function. (Closes: #134150)

 -- Christian Kurz <shorty@debian.org>  Mon, 18 Feb 2002 22:43:38 +0100

pinfo (0.6.5-1) unstable; urgency=low

  * New Upstream release.
  * Able to show the Pipes and FIFO section of the libc info pages
    (Closes: #125591)
  * Doesn't search in /usr/info, but in /usr/share/info. (Closes: #125978)
  * Fixed configuration and won't print security warning anymore.
    (Closes: #128908)
  * Changed Debian Makefile and added md5sum.

 -- Christian Kurz <shorty@debian.org>  Sun, 10 Feb 2002 21:28:49 +0100

pinfo (0.6.4-1) unstable; urgency=low

  * New upstream release.
  * Correctly works with subdir info files. (Closes: #117223)
  * Will follow all links correctly. (Closes: #115070)
  * Includes japanese translation. (Closes: #120448)
  * Resizes correctly on SIGWINCH. (Closes: #119560)

 -- Christian Kurz <shorty@debian.org>  Tue,  4 Dec 2001 20:12:33 +0100

pinfo (0.6.3-1) unstable; urgency=low

  * New upstream release.
  * Fixed group naming in config-file. (Closes: #101547)
  * Fixed doucmentation. (Closes: #105591)

 -- Christian Kurz <shorty@debian.org>  Thu, 19 Jul 2001 22:08:05 +0200

pinfo (0.6.2-2) unstable; urgency=low

  * Renamed SAFE-GROUP temporary to nogroup until debian solves this.
    (Closes: #10154)
  * Applied patch from Kevin Kreamer to prevent segfaulting due to
    going to non-existant line. (Closes: #105446)

 -- Christian Kurz <shorty@debian.org>  Tue, 17 Jul 2001 20:28:40 +0200

pinfo (0.6.2-1) unstable; urgency=low

  * New upstream release.
  * pinfo will now parse all infopages. (Closes: #101348)
  * Fixed grammar in error message. (Closes: #102487)
  * Resolved conflict keymapping. (Closes: #90619)
  * Parses and highlights manpages now correctly. (Closes: #80519)

 -- Christian Kurz <shorty@debian.org>  Sun, 15 Jul 2001 15:30:08 +0200

pinfo (0.6.1-2) unstable; urgency=low

  * Fixed prerm to allow a removal of the script. Thanks to Brendan
    O'Dea who pointed this bug out to me.

 -- Christian Kurz <shorty@debian.org>  Tue, 10 Oct 2000 20:50:54 +0200

pinfo (0.6.1-1) unstable; urgency=low

  * Removed wrong entry /etc/pinforc, somehow missed this in the first
    build. (Closes: #74395)

 -- Christian Kurz <shorty@debian.org>  Mon,  9 Oct 2000 16:35:59 +0200

pinfo (0.6.1-0) unstable; urgency=low

  * New upstream release.

 -- Christian Kurz <shorty@debian.org>  Sun,  8 Oct 2000 11:50:32 +0200

pinfo (0.6.0-6) unstable; urgency=low

  * Somehow I forgot to install postrm, but now it should be lintian-clean.

 -- Christian Kurz <shorty@debian.org>  Sat,  7 Oct 2000 11:34:51 +0200

pinfo (0.6.0-5) unstable; urgency=low

  * Changed the safegroup back to be nogroup (Somehow missed this in
    the previous packages :).
  * Added 3ncurses to the list of manpages.

 -- Christian Kurz <shorty@debian.org>  Tue,  5 Sep 2000 20:29:28 +0200

pinfo (0.6.0-4) unstable; urgency=low

  * Now made the real fix of the broken pinforc (mixed up file names :).

 -- Christian Kurz <shorty@debian.org>  Mon,  4 Sep 2000 19:45:33 +0200

pinfo (0.6.0-3) unstable; urgency=low

  * Fixed broken pinforc and added Suggest-Line.

 -- Christian Kurz <shorty@debian.org>  Thu, 31 Aug 2000 20:02:09 +0200

pinfo (0.6.0-2) unstable; urgency=low

  * Added menu-file (closes: ##70029).

 -- Christian Kurz <shorty@debian.org>  Mon, 28 Aug 2000 19:40:58 +0200

pinfo (0.6.0-1) unstable; urgency=low

  * New upstream version with bugfixes.

 -- Christian Kurz <shorty@debian.org>  Fri,  7 Jul 2000 16:07:18 +0200

pinfo (0.5.9-6) unstable; urgency=low

  * Changed debian/rules to be faster and more portable.

 -- Christian Kurz <shorty@debian.org>  Fri,  7 Jul 2000 16:07:18 +0200

pinfo (0.5.9-5) unstable; urgency=low

  * Added Build-Depends.

 -- Christian Kurz <shorty@debian.org>  Sat, 11 Mar 2000 10:50:09 +0100

pinfo (0.5.9-4) unstable; urgency=low

  * Fixed bad default for SAFEGROUP (closes: #59278)
  * Fixed prerm to contain correct information (closes: #59290)

 -- Christian Kurz <shorty@debian.org>  Tue, 29 Feb 2000 22:18:53 +0100

pinfo (0.5.9-3) unstable; urgency=low

  * Recompilation for libncurses5.

 -- Christian Kurz <shorty@debian.org>  Wed,  5 Jan 2000 22:49:43 +0100

pinfo (0.5.9-2) unstable; urgency=low

  * Fixed configuration-file

 -- Christian Kurz <shorty@debian.org>  Sun,  7 Nov 1999 00:08:57 +0100

pinfo (0.5.9-1) unstable; urgency=low

  * New Upstream Release.

 -- Christian Kurz <shorty@debian.org>  Sun, 31 Oct 1999 16:23:06 +0100

pinfo (0.5.8-3) unstable; urgency=low

  * Fixed postinst-Script which pointed to wrong location (closes: #47544)

 -- Christian Kurz <shorty@debian.org>  Sat, 16 Oct 1999 10:24:52 +0200

pinfo (0.5.8-2) unstable; urgency=low

  * Fixed lintian bugs.

 -- Christian Kurz <shorty@debian.org>  Mon, 11 Oct 1999 20:24:14 +0200

pinfo (0.5.8-1) unstable; urgency=low

  * New Upstream Release.

 -- Christian Kurz <shorty@debian.org>  Sat, 18 Sep 1999 23:07:45 +0200

pinfo (0.5.7-1) unstable; urgency=low

  * New Upsream Release.

 -- Christian Kurz <shorty@debian.org>  Fri, 10 Sep 1999 23:23:29 +0200

pinfo (0.5.6-1) unstable; urgency=low

  * New upstream version

 -- Christian Kurz <shorty@debian.org>  Sat, 14 Aug 1999 01:48:10 +0200

pinfo (0.5.4-1) unstable; urgency=low

  * new releases which fixes some bugs

 -- Christian Kurz <shorty@debian.org>  Sun, 13 Jun 1999 22:30:45 +0200

pinfo (0.5.3-1) unstable; urgency=low

  * new upstream release

 -- Christian Kurz <shorty@debian.org>  Sun, 16 May 1999 16:28:00 +0200

pinfo (0.5.2-2) unstable; urgency=low

  * Fixed the permissions
  * Changed the MAILEDITOR-variable

 -- Christian Kurz <shorty@debian.org>  Tue,  4 May 1999 15:53:16 +0200

pinfo (0.5.2-1) unstable; urgency=low

  * new upstream release

 -- Christian Kurz <shorty@debian.org>  Mon,  3 May 1999 13:07:15 +0200

pinfo (0.5.1-1) unstable; urgency=low

  * new upstream release

 -- Christian Kurz <shorty@debian.org>  Sun,  2 May 1999 14:09:00 +0200

pinfo (0.5.0-3) unstable; urgency=low

  * Registered pinforc (closes: #36739)

 -- Christian Kurz <shorty@debian.org>  Tue, 27 Apr 1999 11:43:12 +0200

pinfo (0.5.0-2) unstable; urgency=low

  * Added postinst and prerm for update-alternatives

 -- Christian Kurz <shorty@debian.org>  Mon, 26 Apr 1999 18:11:23 +0200

pinfo (0.5.0-1) unstable; urgency=low

  * new upstream version

 -- Christian Kurz <shorty@debian.org>  Tue, 20 Apr 1999 23:16:28 +0200

pinfo (0.4.9-2) unstable; urgency=low

  * provides now info-browser (closes: #35897)
  * corrected the copyright file.
  * rewrite of the entry in the control-file.

 -- Christian Kurz <shorty@debian.org>  Sun, 11 Apr 1999 16:09:00 +0200

pinfo (0.4.9-1) unstable; urgency=low

  * new upstream release (closes: #35824)

 -- Christian Kurz <shorty@debian.org>  Sun, 11 Apr 1999 13:08:47 +0200

pinfo (0.4.8-1) unstable; urgency=low

  * new upstream release

 -- Christian Kurz <shorty@debian.org>  Fri, 10 Apr 1999 13:05:07 +0200

pinfo (0.4.6-1) unstable; urgency=low

  * new upstream release

 -- Christian Kurz <shorty@debian.org>  Fri,  2 Apr 1999 22:14:16 +0200

pinfo (0.4.2-1) unstable; urgency=low

  * First Debian release.

 -- Christian Kurz <shorty@debian.org>  Wed, 28 Feb 1999 09:22:04 +0100