1groff (1.18.1.1-21) unstable; urgency=low
2
3  * Build-depend on xutils-dev rather than xutils (thanks, Daniel Schepler;
4    closes: #485203).
5  * Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.
6  * Build-depend on x11proto-core-dev rather than x-dev (thanks, Lintian).
7  * Use /bin/bash for eqn2graph and pic2graph due to use of $RANDOM, even
8    though that's only a fallback in case mktemp fails (closes: #489604).
9  * Display more helpful output if a device was not found but is known to be
10    one of the devices in the groff binary package rather than groff-base.
11  * Define .PS and .PE to empty strings in pic output to inhibit -wmac
12    warnings (closes: #495713); similarly, define .EQ and .EN to empty
13    strings in eqn output.
14  * Add information to debian/copyright (a file from newer groff releases
15    and a clarifying e-mail) noting that upstream has relicensed the groff
16    documentation under the terms of the GPL (closes: #374569).
17  * Remove some fallback constructs from groffer that aren't necessary with
18    POSIX shells and that break dash (closes: #489604).
19
20 -- Colin Watson <cjwatson@debian.org>  Tue, 26 Aug 2008 09:27:51 +0100
21
22groff (1.18.1.1-20) unstable; urgency=low
23
24  * Fix handling of properties of characters in the range 128-255 (closes:
25    #199422).
26
27 -- Colin Watson <cjwatson@debian.org>  Sun, 30 Mar 2008 17:29:05 +0100
28
29groff (1.18.1.1-19) unstable; urgency=low
30
31  * Add an-ext.tmac to groff-base (closes: #470729).
32
33 -- Colin Watson <cjwatson@debian.org>  Thu, 13 Mar 2008 10:28:58 +0000
34
35groff (1.18.1.1-18) unstable; urgency=low
36
37  * Backport from upstream:
38    - Add an-ext.tmac, containing extension macros for -man such as UR/UE
39      and MT/ME; load it from an-old.tmac. This file is under a very liberal
40      licence, and manual page authors should copy any macros they use from
41      it to the preamble of their manual pages in order to ensure
42      portability to older groff and other manual page viewers (closes:
43      #470469).
44
45 -- Colin Watson <cjwatson@debian.org>  Wed, 12 Mar 2008 12:29:03 +0000
46
47groff (1.18.1.1-17) unstable; urgency=low
48
49  * Backport from upstream:
50    - Make the mdoc .In macro parsed and callable. If not in the synopsis,
51      represent the C header file enclosed in angle brackets (closes:
52      #466614).
53
54 -- Colin Watson <cjwatson@debian.org>  Mon, 25 Feb 2008 09:29:46 +0000
55
56groff (1.18.1.1-16) unstable; urgency=low
57
58  * Install groff_mmse(7) under /usr/share/man/sv/ (LP: #76255).
59  * Add Korean support to devutf8 (thanks, Hansun Lee; LP: #176899).
60
61 -- Colin Watson <cjwatson@debian.org>  Sun, 27 Jan 2008 22:41:37 +0000
62
63groff (1.18.1.1-15) unstable; urgency=low
64
65  [ Forest Bond ]
66  * debian/groff-base.mime: Use the utf8 device by default, as most modern
67    systems use UTF-8 by default nowadays (LP: #174297).
68
69  [ Colin Watson ]
70  * Make nroff wrapper accept -w and -W options and pass them to groff to
71    enable and disable warnings.
72
73 -- Colin Watson <cjwatson@debian.org>  Thu, 06 Dec 2007 19:12:14 +0000
74
75groff (1.18.1.1-14) unstable; urgency=low
76
77  * Use autotools-dev's recommended ./configure --build and --host options.
78  * Update FSF address in debian/copyright.
79
80 -- Colin Watson <cjwatson@debian.org>  Sat, 17 Nov 2007 20:16:53 +0000
81
82groff (1.18.1.1-13) unstable; urgency=low
83
84  * Add (untested) support for the BIG5-HKSCS encoding used by zh_HK.
85  * Backport from upstream:
86    - src/devices/grolbp/lbp.cc: Don't define _GNU_SOURCE (closes: #441534).
87  * Make groff binary-NMU-safe by using ${binary:Version} rather than
88    ${Source-Version}.
89  * Don't ignore 'make realclean' or 'make extraclean' errors other than
90    missing Makefiles.
91
92 -- Colin Watson <cjwatson@debian.org>  Wed, 12 Sep 2007 10:39:13 +0000
93
94groff (1.18.1.1-12) unstable; urgency=low
95
96  * src/devices/grohtml/post-html.cc: Remove extra qualification on
97    char_block constructor (closes: #356248).
98
99 -- Colin Watson <cjwatson@debian.org>  Mon, 17 Apr 2006 12:05:51 +0100
100
101groff (1.18.1.1-11) unstable; urgency=low
102
103  * Build-depend on x-dev, libx11-dev, libxmu-dev, and libxt-dev rather than
104    the transitional xlibs-dev package.
105  * Use debhelper v4.
106
107 -- Colin Watson <cjwatson@debian.org>  Fri, 16 Dec 2005 13:28:09 +0000
108
109groff (1.18.1.1-10) unstable; urgency=low
110
111  * Configure gxditview with 'xmkmf -DBuildXaw=NO' to override imake's
112    incorrect ideas about library linkage and avoid libXp when linking with
113    libXaw7. We don't need Xprint support anyway.
114  * Build-depend on just libxaw7-dev, dropping the alternative.
115
116 -- Colin Watson <cjwatson@debian.org>  Tue, 13 Sep 2005 10:38:10 +0100
117
118groff (1.18.1.1-9) unstable; urgency=low
119
120  * Move www.tmac to groff-base (closes: #319506).
121  * Fix non-XSI code in groff.postinst (part of #256226).
122  * Improve CJK support (closes: #324107):
123    - Add support for Chinese GB2312/GBK and BIG5 encodings (in the
124      increasingly-misnamed nippon driver), with kinsoku tables borrowed
125      from Emacs. Simon Law eyeballed the GB2312/GBK table.
126    - Expect UTF-8 input when running under a ko_*.UTF-8 locale. Functional
127      Korean support still requires a kinsoku table and a groff font
128      covering Hangul.
129  * Fix use of DoCharacter() in multibyte case; some calls to it were
130    missing the fourth argument (closes: #285524).
131  * Policy version 3.6.2. No changes required.
132
133 -- Colin Watson <cjwatson@debian.org>  Wed, 31 Aug 2005 12:54:37 +0100
134
135groff (1.18.1.1-8) unstable; urgency=low
136
137  * Avoid double fclose() in grn, which causes a build failure with glibc
138    2.3.5.
139  * Move gxditview from /usr/X11R6 to /usr.
140
141 -- Colin Watson <cjwatson@debian.org>  Mon, 23 May 2005 16:34:34 +0100
142
143groff (1.18.1.1-7) unstable; urgency=low
144
145  * Too many fonts are missing the Unicode HYPHEN character, so I give up.
146    Render "-" as HYPHEN-MINUS (ASCII 0x2D) by default. (Of course, manual
147    pages using "-" when they should be using "\-" should still be fixed.)
148
149 -- Colin Watson <cjwatson@debian.org>  Fri, 18 Mar 2005 17:57:51 +0000
150
151groff (1.18.1.1-6) unstable; urgency=low
152
153  * Refer to /usr/share/doc/groff-base/copyright or
154    /usr/share/doc/groff/copyright in the header of all manual pages
155    licensed under the GFDL, per GFDL section 6 "COLLECTIONS OF DOCUMENTS"
156    (closes: #292229, #292230).
157
158 -- Colin Watson <cjwatson@debian.org>  Wed, 26 Jan 2005 09:28:10 +0000
159
160groff (1.18.1.1-5) unstable; urgency=high
161
162  * Upstream fix for temporary file handling vulnerability in pic2graph
163    (closes: #286371).
164  * Upstream fix for temporary file handling vulnerability in eqn2graph
165    (closes: #286372).
166
167 -- Colin Watson <cjwatson@debian.org>  Mon, 20 Dec 2004 14:26:25 +0000
168
169groff (1.18.1.1-4) unstable; urgency=low
170
171  * Fix use of anonymous structs at top level, which gcc-4.0 doesn't like
172    (patch backported from upstream, by Art Haas; closes: #282682).
173
174 -- Colin Watson <cjwatson@debian.org>  Sat, 11 Dec 2004 14:39:11 +0100
175
176groff (1.18.1.1-3) unstable; urgency=low
177
178  * Clarify copyright file (closes: #279904). Some items of documentation
179    are under non-free licences; this is exempt for sarge, and in any case
180    will be resolved when I update to a new version of groff after sarge.
181
182 -- Colin Watson <cjwatson@debian.org>  Wed, 17 Nov 2004 19:36:29 +0000
183
184groff (1.18.1.1-2) unstable; urgency=high
185
186  * [SECURITY] Fix a race condition in groffer leading to a temporary file
187    handling vulnerability (closes: #278265).
188
189 -- Colin Watson <cjwatson@debian.org>  Tue, 26 Oct 2004 23:52:13 +0100
190
191groff (1.18.1.1-1) unstable; urgency=low
192
193  * The "Death! Ride, ride to ruin and the world's ending!" release.
194  * New upstream release. The only change is an updated groffer script.
195  * Policy version 3.6.1. No changes required.
196
197 -- Colin Watson <cjwatson@debian.org>  Tue, 22 Jun 2004 01:44:41 +0100
198
199groff (1.18.1-15) unstable; urgency=low
200
201  * Create eqn2graph's temporary files in /tmp, not /usr/tmp (thanks, Einar
202    Karttunen; closes: #216819). How did I miss this when doing the same for
203    pic2graph?
204
205 -- Colin Watson <cjwatson@debian.org>  Fri, 23 Jan 2004 11:37:26 +0000
206
207groff (1.18.1-14) unstable; urgency=low
208
209  * Document Unicode hyphen configuration in README.Debian.
210
211 -- Colin Watson <cjwatson@debian.org>  Sat, 15 Nov 2003 17:43:03 +0000
212
213groff (1.18.1-13) unstable; urgency=low
214
215  * Add sample code to /etc/groff/man.local and /etc/groff/mdoc.local to
216    make "-" render as Unicode HYPHEN-MINUS on the utf8 device. This is
217    commented out by default because man pages which require this are buggy:
218    "\-" should be used instead when a real dash as opposed to a logical
219    hyphen is required.
220  * Fix some typos in groff(1) (thanks, Göran Weinholt; closes: #181375).
221
222 -- Colin Watson <cjwatson@debian.org>  Thu,  6 Nov 2003 12:52:18 +0000
223
224groff (1.18.1-12) unstable; urgency=low
225
226  * Create pic2graph's temporary files in /tmp, not /usr/tmp (thanks, Alex
227    Withers; closes: #216819).
228
229 -- Colin Watson <cjwatson@debian.org>  Tue, 21 Oct 2003 09:24:37 +0100
230
231groff (1.18.1-11) unstable; urgency=low
232
233  * Never recode input or output for the ascii8 device. It doesn't work in
234    non-trivial locales, since ascii8 isn't supposed to be prepared for
235    input in, say, UTF-8, and the point of ascii8 is to be a trivial hack
236    device for use when you know your input encoding is the same as your
237    output encoding. This makes man(1)'s life easier, and incidentally fixes
238    a problem with iconv replacing certain Polish characters with question
239    marks (closes: #170320).
240  * Revert part of the original attempt at fixing #170320 (in 1.18.1-2),
241    which made ascii8 accept U+0100 to U+0200. This is no longer necessary
242    with the above, and it broke the assumptions in
243    font::get_font_wchar_metric(), causing problems for KOI8-R input.
244  * Stop output devices breaking when given the 'x init' command in an
245    intermediate output file rather than 'x init <encoding>'.
246
247 -- Colin Watson <cjwatson@debian.org>  Sun, 14 Sep 2003 16:17:41 +0100
248
249groff (1.18.1-10) unstable; urgency=low
250
251  * Fix wrong devps Japanese font metrics (thanks, Masatoshi Suehiro and
252    Junichi Uekawa; closes: #194016).
253
254 -- Colin Watson <cjwatson@debian.org>  Tue, 19 Aug 2003 02:54:34 +0100
255
256groff (1.18.1-9) unstable; urgency=low
257
258  * Fix segfault in grotty when changing the colour before setting the
259    initial font (closes: #189384).
260
261 -- Colin Watson <cjwatson@debian.org>  Fri, 18 Apr 2003 00:47:43 +0000
262
263groff (1.18.1-8) unstable; urgency=low
264
265  * Make sure that the default input character encoding is always
266    ISO-8859-1, except for the ascii8 device and for Japanese locales. This
267    is required for compatibility with upstream.
268  * Automatically load latin1.tmac when using all terminal devices except
269    ascii, not just the latin1 device.
270
271 -- Colin Watson <cjwatson@debian.org>  Fri, 11 Apr 2003 00:11:40 +0100
272
273groff (1.18.1-7) unstable; urgency=low
274
275  * Use groff's font metric instead of wcwidth()
276    (src/devices/grotty/tty.cc): add cols to tty_font
277  	add_char takes font parameter
278  	tty_printer:add_char calculate hpos by using font metric
279    (src/include/encoing.h src/libs/libgroff/encoding.cc):
280  	put_wchar returns number of bytes written, not columns.
281  * font metric fixed, X*/M.proto,
282  * fix sed script in font's Makefile.sub. sed doesn't see + as regex metachar.
283    replace [0-9]+ to [0-9][0-9]*.
284
285 -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 24 Feb 2003 10:59:09 +0900
286
287groff (1.18.1-6) unstable; urgency=low
288
289  * Use wcwidth() to find the width of UTF-8 characters. This seems to work
290    well for both en_GB.UTF-8 and ja_JP.UTF-8, so both CJK and non-CJK
291    output should finally be correct (closes: #173764).
292  * Recommend libpaper1 instead of libpaperg.
293
294 -- Colin Watson <cjwatson@debian.org>  Sun, 23 Feb 2003 19:33:50 +0000
295
296groff (1.18.1-5) unstable; urgency=low
297
298  * put_wchar() returns number of columns for char
299  * add UTF-8 support for Japanese.
300
301 -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri,  7 Feb 2003 00:32:00 +0900
302
303groff (1.18.1-4) unstable; urgency=low
304
305  * Fix over-zealous backspacing in UTF-8 output (closes: #173764).
306
307 -- Colin Watson <cjwatson@debian.org>  Thu,  6 Feb 2003 01:31:57 +0000
308
309groff (1.18.1-3) unstable; urgency=low
310
311  * Recode this changelog to UTF-8.
312  * Clarify README.Debian to mention the error message you get if you've
313    forgotten to install groff as well as groff-base (see #175585).
314  * Build with g++ 3.2. Drop hppa -fno-strength-reduce hack from 1.17.2-12,
315    which I hope should no longer be required.
316
317 -- Colin Watson <cjwatson@debian.org>  Wed,  8 Jan 2003 03:26:13 +0000
318
319groff (1.18.1-2) unstable; urgency=low
320
321  * Backport upstream patch to fix segfaults in
322    node::add_discretionary_hyphen() observed while building aegis and
323    aegis3 (closes: #173058, #173063).
324  * Fix pic2graph syntax error, thanks to lintian. Patch also sent upstream.
325  * Patch from Fumitoshi UKAI to fix ISO-8859-2 output through devascii8
326    (closes: #170320).
327
328 -- Colin Watson <cjwatson@debian.org>  Sun, 15 Dec 2002 14:59:20 +0000
329
330groff (1.18.1-1) unstable; urgency=low
331
332  * New upstream release.
333    - Includes 'Am' string in mdoc from NetBSD (closes: #163195).
334  * Amend debian/copyright to reflect that the papersize fallback patch has
335    been merged upstream.
336  * Actually call the GROFF_LANGINFO_CODESET macro as well as defining it.
337
338  * New multibyte patch from Fumitoshi UKAI, with adjustments by me. Fixes
339    Japanese HTML output, among other things (closes: #149006).
340
341    groff (1.18.1-0.u1) unstable; urgency=low
342
343      * for C or POSIX locale, use ascii8 encoding handler
344      * xditview supports ENABLE_MULTIBYTE (at least Japanese)
345
346     -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon,  4 Nov 2002 02:05:16 +0900
347
348    groff (1.18.1-0.u) unstable; urgency=low
349
350      * New upstream release
351
352     -- Fumitoshi UKAI <ukai@debian.or.jp>  Wed,  9 Oct 2002 02:09:41 +0900
353
354    groff (1.18-6.u2) unstable; urgency=low
355
356      * src/roff/troff/input.cc: fix bug in wchar_charinfo()
357      * src/device/grohtml/post-html.cc: works ENABLE_MULTIBYTE
358      * font/devhtml: add font M, G for Japanese
359      * grohtml works (japanese)
360
361     -- Fumitoshi UKAI <ukai@debian.or.jp>  Mon, 23 Sep 2002 02:56:59 +0900
362
363    groff (1.18-6.u1) unstable; urgency=low
364
365      * new multibyte support patch based on japanese patch
366        - use iconv
367        - add .encoding directive (default encoding is determined from locale)
368        - \[u<code>] supported
369        - font/*/DESC:
370           add fontset
371        - font/*/<font>
372           add u<code>..u<code> range
373        - grotty and grops works (japanese)
374
375     -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 22 Sep 2002 04:47:10 +0900
376
377 -- Colin Watson <cjwatson@debian.org>  Sun, 10 Nov 2002 23:16:32 +0000
378
379groff (1.18-7) unstable; urgency=low
380
381  * Policy version 3.5.7:
382    - Drop DEB_BUILD_OPTIONS=debug support; compile with -g by default.
383    - Support DEB_BUILD_OPTIONS=noopt.
384  * src/roff/troff/node.cc (bracket_node::copy): Fix a segfault on copying
385    an empty bracket_node, such as '(\bu' (closes: #162595).
386
387 -- Colin Watson <cjwatson@debian.org>  Fri, 27 Sep 2002 16:03:22 +0100
388
389groff (1.18-6) unstable; urgency=low
390
391  * Backport upstream patch to m.tmac for the benefit of gpresent: the VM
392    macro definition was missing a backslash (closes: #160713).
393
394 -- Colin Watson <cjwatson@debian.org>  Fri, 13 Sep 2002 00:54:39 +0100
395
396groff (1.18-5) unstable; urgency=low
397
398  * Document the Debian groff macro path in README.Debian.
399  * Map \- to Unicode HYPHEN-MINUS in UTF-8 mode, for more convenient
400    searching in man pages (closes: #159872).
401
402 -- Colin Watson <cjwatson@debian.org>  Fri,  6 Sep 2002 22:34:21 +0100
403
404groff (1.18-4) unstable; urgency=low
405
406  * Upstream patch to freeze unbreakable spaces, preventing a failed
407    assertion on latin1(7) (closes: #155969).
408  * Install text versions of meintro.ps, meref.ps, and pic.ps. Other
409    documents either aren't very useful in plain text or don't format well
410    (closes: #155226).
411  * Reorder clean target a little.
412
413 -- Colin Watson <cjwatson@debian.org>  Sat, 10 Aug 2002 10:54:54 +0100
414
415groff (1.18-3) unstable; urgency=low
416
417  * src/devices/grohtml/html-table.cc: Initialize another variable properly.
418    This really fixes the segfault during the arm build.
419
420 -- Colin Watson <cjwatson@debian.org>  Wed, 31 Jul 2002 02:52:20 +0100
421
422groff (1.18-2) unstable; urgency=low
423
424  * src/include/encoding.h: Fix broken token-after-#endif syntax.
425  * src/devices/grohtml/post-html.cc: Make sure pointsize is initialized
426    properly. This fixes an infinite loop in the ia64 build, and perhaps arm
427    too.
428
429 -- Colin Watson <cjwatson@debian.org>  Sat, 27 Jul 2002 18:41:46 +0100
430
431groff (1.18-1) unstable; urgency=low
432
433  * New upstream release. Highlights:
434    - Colour support (although see below).
435    - New macro set, mom, mainly for non-scientific writers. The aim of
436      these macros is to make groff accessible for ordinary use with a
437      minimum of convoluted syntax.
438    - 'eu' and 'Eu' characters available for Euro support.
439    - Improved support for TeX hyphenation files.
440    - New means of setting the line length, which now works for -mdoc manual
441      pages as well as -man. Use man-db >= 2.4.0 to take advantage of this.
442    - Documentation of the differences between groff and Unix troff is now
443      in groff_diff(7).
444    - groff_mwww(1) has been renamed to groff_www(1).
445    - groff_ms(7) has been completely rewritten.
446    - New scripts: groffer, pic2graph, and eqn2graph.
447    - Substantial improvements in grohtml (although it's still alpha),
448      including dealing with overstriking properly (closes: #67545).
449
450  * Many thanks, again, to Fumitoshi UKAI for forward-porting the Japanese
451    patch.
452  * Disable the new ANSI colour/bold/underline escapes in nroff mode,
453    because most pagers either fail to cope with it or need special options
454    to do so. It can be re-enabled by editing /etc/groff/man.local and
455    /etc/groff/mdoc.local, or by setting the environment variable GROFF_SGR
456    to something non-empty.
457  * Drop most current /etc/papersize patches, as the 'papersize' DESC
458    keyword is now available upstream. We now only patch the DESC files and
459    extend the papersize keyword to allow falling back to something else if
460    /etc/papersize doesn't exist.
461  * Fix the removal of final newlines when reading /etc/papersize.
462  * Translate the 'oq' character to an apostrophe (0x27) rather than a
463    backquote (0x60) when using devices other than utf8 (closes: #149086).
464
465  * Merge groff-x11 back into groff, since this release doesn't have to
466    worry so much about smooth upgrades from potato (closes: #129835).
467  * Accordingly, remove the debconf note about this, since it was an abuse
468    of debconf anyway. README.Debian describes the package organization.
469  * Include more documentation in the main groff package (closes: #121475).
470  * Build-depend on gs, netpbm, and psutils for HTML documentation. Mention
471    in README.build that people bootstrapping a new port or otherwise
472    building the base system from scratch don't need these three.
473  * Recommend these three packages for the grohtml driver.
474  * Recommend imagemagick for pic2graph and eqn2graph.
475  * Downgrade libpaperg dependency to a recommendation, since we fall back
476    to a4 now if it's not installed.
477  * Use debhelper v3 mode.
478  * Upstream ships pre-built info files now, so use them. You need texinfo
479    (>= 4.2) if you want to regenerate them.
480
481 -- Colin Watson <cjwatson@debian.org>  Sun, 21 Jul 2002 18:33:04 +0100
482
483groff (1.17.2-17) unstable; urgency=low
484
485  * Back to unstable, now that there's no concern about disrupting woody.
486    Merge changes from -15.woody.1 (unstable) and -16 (experimental).
487  * Delete excess charset information in M and G font files that also use
488    the fixedkanji directive, after consultation with Fumitoshi UKAI. This
489    saves over 1.6Mb.
490  * Move ps device to base, now that it isn't quite so large. It's needed
491    there because it's the default device (closes: #131410).
492  * Update the descriptions of groff-base and groff for the move of the
493    PostScript device.
494
495 -- Colin Watson <cjwatson@debian.org>  Sat,  4 May 2002 18:03:40 +0100
496
497groff (1.17.2-16) experimental; urgency=low
498
499  * Experimental upload for the benefit of the NetBSD porters.
500  * Document the build-dependency loop with xfree86, and allow people
501    constructing new ports to override this temporarily with
502    DEB_BUILD_OPTIONS=no-groff-x11 (closes: #130312).
503  * Import AM_LANGINFO_CODESET macro from gettext, and use it for
504    --enable-japanese to provide an emulation of nl_langinfo(CODESET) for
505    systems that don't have it (closes: #130356).
506  * Fix build without --enable-japanese.
507  * Build-depend on a version of debhelper which pulls in debconf-utils
508    (closes: #130357).
509  * Test that Makefile.clean doesn't exist before clobbering it in the
510    configure target.
511
512 -- Colin Watson <cjwatson@debian.org>  Tue, 22 Jan 2002 18:34:22 +0000
513
514groff (1.17.2-15.woody.1) unstable; urgency=medium
515
516  * New Danish debconf translation (thanks, Rune B. Broberg;
517    closes: #131092).
518  * New French debconf translation (thanks, Philippe Batailler;
519    closes: #138515).
520
521 -- Colin Watson <cjwatson@debian.org>  Sun, 17 Mar 2002 04:11:50 +0000
522
523groff (1.17.2-15) unstable; urgency=high
524
525  * Fix buffer overflow in grn (closes: #129261).
526
527 -- Colin Watson <cjwatson@debian.org>  Tue, 15 Jan 2002 00:22:19 +0000
528
529groff (1.17.2-14) unstable; urgency=low
530
531  * Upstream patch to make .TH respect the line length (closes: #125826).
532
533 -- Colin Watson <cjwatson@debian.org>  Mon, 14 Jan 2002 02:49:45 +0000
534
535groff (1.17.2-13) unstable; urgency=high
536
537  * Fix peekbyte() to return correctly (closes: #122702).
538
539 -- Colin Watson <cjwatson@debian.org>  Thu,  6 Dec 2001 17:15:20 +0000
540
541groff (1.17.2-12) unstable; urgency=high
542
543  * Use -fno-strength-reduce on hppa, as a temporary workaround for a
544    compiler bug.
545  * Display package-split note when reconfiguring (closes: #122420).
546
547 -- Colin Watson <cjwatson@debian.org>  Wed,  5 Dec 2001 17:24:08 +0000
548
549groff (1.17.2-11) unstable; urgency=high
550
551  * Use lpr as the print spooler, even if it happens not to be installed on
552    the build system. This broke 'groff -l' (thanks, Mike Fontenot).
553
554 -- Colin Watson <cjwatson@debian.org>  Fri, 30 Nov 2001 21:41:29 +0000
555
556groff (1.17.2-10) unstable; urgency=high
557
558  * Install lbp.tmac (closes: #121765).
559
560 -- Colin Watson <cjwatson@debian.org>  Thu, 29 Nov 2001 20:28:18 +0000
561
562groff (1.17.2-9) unstable; urgency=low
563
564  * Add Fumitoshi UKAI to Uploaders, in case of emergencies.
565  * Move refer to groff, as this saves over 100K in groff-base and I don't
566    think refer is very useful without additional macro packages.
567  * Document refer in groff's description.
568  * Move ChangeLog.jp and README.jp to groff-base.
569  * Replace createM.c with a Perl implementation to aid cross-compilation
570    (thanks, Fumitoshi UKAI; closes: #114338).
571
572 -- Colin Watson <cjwatson@debian.org>  Sun, 14 Oct 2001 04:35:20 +0100
573
574groff (1.17.2-8) unstable; urgency=medium
575
576  * The "Texas Armadillo" release.
577  * Policy version 3.5.6 (support build-arch and build-indep targets).
578  * Reduce size of devnippon fonts, and include devnippon in groff-base
579    (thanks, Fumitoshi UKAI and GOTO Masanori; closes: #112622).
580  * Upstream fix for overzealous warnings from -mm and -ms (closes: #69129).
581  * Fix building in a subdirectory (closes: #111229).
582  * Remove spurious substitutions of '..' for '.' in groff_man(7).
583  * groff depends on libpaperg so that /etc/papersize is always present.
584  * Urgency medium as the above has broken some builds of other packages.
585  * Correct quoted-printable remnant in Brazilian Portugese debconf template
586    (thanks, Andre Luis Lopes; closes: #110192).
587  * New Russian debconf template (thanks, Ilgiz Kalmetev; closes: #112653).
588
589 -- Colin Watson <cjwatson@debian.org>  Wed, 19 Sep 2001 01:34:21 +0100
590
591groff (1.17.2-7) unstable; urgency=low
592
593  * Back with a new GPG key after a disk crash. Thanks for the NMU in the
594    meantime (closes: #107998, #108705).
595  * Document that -E can't suppress messages output to stderr by macro
596    packages using .tm or .tm1 (fix from upstream CVS; closes: #69130).
597  * src/devices/grotty/tty.cc: Correct one instance of putchar() on a
598    potential UTF-8 character to put_char() (thanks, Mike Fabian and Michael
599    Schroeder; closes: #110008).
600
601 -- Colin Watson <cjwatson@debian.org>  Sun, 26 Aug 2001 00:15:42 +0100
602
603groff (1.17.2-6.1) unstable; urgency=low
604
605  * Non Maintainer Upload
606  * fix hyphen character problem in EUC-JP encoding
607    (closes: Bug#107998).
608
609 -- Fumitoshi UKAI <ukai@debian.or.jp>  Fri, 17 Aug 2001 02:06:21 +0900
610
611groff (1.17.2-6) unstable; urgency=medium
612
613  * src/devices/grohtml/post-html.cc: Put characters into the right places
614    in the output buffer so that HTML output no longer ends up as gibberish
615    (closes: #107788).
616
617 -- Colin Watson <cjwatson@debian.org>  Wed,  8 Aug 2001 00:33:13 +0100
618
619groff (1.17.2-5) unstable; urgency=high
620
621  * src/preproc/pic/pic.y: Fix format string vulnerability that could allow
622    the -S flag to be disabled (closes: #107459). Patch adapted from one by
623    Zenith Parsec <zen-parse@gmx.net>.
624  * Add a note to README.Debian about where to find documentation.
625
626 -- Colin Watson <cjwatson@debian.org>  Thu,  2 Aug 2001 20:36:18 +0100
627
628groff (1.17.2-4) unstable; urgency=low
629
630  * src/preproc/eqn/text.cc: Initialize wc to the value of the current
631    character even if it isn't a wide character. Otherwise eqn would output
632    nulls instead of normal characters (closes: #106551).
633  * Conflict with jgroff as well as with pre-split versions of ordinary
634    groff, and make references to jgroff versioned to avoid triggering on
635    groff's Provides: field.
636
637 -- Colin Watson <cjwatson@debian.org>  Wed, 25 Jul 2001 22:40:52 +0100
638
639groff (1.17.2-3) unstable; urgency=low
640
641  * Remove spare newline from troffrc, which broke e.g. the ms macros
642    (closes: #105777).
643
644 -- Colin Watson <cjwatson@debian.org>  Thu, 19 Jul 2001 00:07:18 +0100
645
646groff (1.17.2-2) unstable; urgency=medium
647
648  * Urgency medium to get a halfway recent groff into testing for the base
649    system freeze. This version should be a significant improvement for
650    non-ASCII/Latin-1 users.
651
652  * New Japanese patch from Fumitoshi UKAI:
653
654    groff (1.17.2-1.ukai.1) unstable; urgency=low
655
656      * fix tmac/euc-jp.tmac (fix coding-system)
657
658     -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 15 Jul 2001 21:14:56 +0900
659
660    groff (1.17.2-1.ukai.0) unstable; urgency=low
661
662      * revised Japanese patch evaluation build
663        - refactoring, cleanups
664          not completed (for example src/xditview)
665
666     -- Fumitoshi UKAI <ukai@debian.or.jp>  Sun, 15 Jul 2001 15:27:59 +0900
667
668    Also added dq and cq characters to the ascii8 and nippon devices.
669
670  * Make groff-base and groff-x11 conflict with pre-split groff
671    (closes: #105276).
672  * Move ascii8 device to groff-base (closes: #105627).
673  * Remove stray + in groff(1) (closes: #105530).
674  * New Brazilian Portugese debconf translation (thanks, Andre Luis Lopes;
675    closes: #105367).
676
677 -- Colin Watson <cjwatson@debian.org>  Tue, 17 Jul 2001 17:58:23 +0100
678
679groff (1.17.2-1) unstable; urgency=low
680
681  * New upstream release. Fixes \s[0] escape (affects non-tty use of mdoc).
682  * debian/rules:
683    - The clean target now cleans the source tree better.
684    - Use version detection from Makefile.in: it's friendlier to syntax
685      highlighting.
686
687 -- Colin Watson <cjwatson@debian.org>  Mon,  9 Jul 2001 03:35:20 +0100
688
689groff (1.17.1-3) unstable; urgency=low
690
691  * New Spanish debconf translation (thanks, Carlos Valdivia Yagüe;
692    closes: #102897).
693
694 -- Colin Watson <cjwatson@debian.org>  Sat, 30 Jun 2001 20:05:18 +0100
695
696groff (1.17.1-2) unstable; urgency=low
697
698  * Conflict with pmake (<< 1.45-7), which had problems with the new
699    location of groff's macros (see #101973).
700
701 -- Colin Watson <cjwatson@debian.org>  Sun, 24 Jun 2001 03:45:43 +0100
702
703groff (1.17.1-1) unstable; urgency=low
704
705  * New upstream release.
706  * Of course, the library directory has moved with the new version number.
707    Add a symlink, /usr/share/groff/current, which points to the current
708    library directory; also add a versioned conflicts on troffcvt, which I'm
709    about to fix to cope with this. If you rely on some particular version,
710    use it; if not, use current.
711  * Autogenerate debian/groff-base.files and debian/groff-base.links.
712
713 -- Colin Watson <cjwatson@debian.org>  Sat, 23 Jun 2001 00:54:37 +0100
714
715groff (1.17-4) unstable; urgency=low
716
717  * Back out patch supporting transparent decompression of groff's input
718    stream. Since programs using groff have to support systems where *roff
719    doesn't know how to decompress things, it doesn't really simplify
720    anything else greatly; more importantly, using gzip means that argument
721    parsing didn't always work the way we expected (closes: #75990).
722  * The lj4 and ps drivers already support /etc/papersize due to an earlier
723    Debian patch, and it turns out that lbp supports it upstream but wasn't
724    previously configured to use it. Altered its DESC file to meet libpaper
725    standards (closes: #19681, #19722).
726  * Move the error unwind for groff-base's preinst into its postrm (oops).
727  * New German debconf translation (thanks, Sebastian Feltel;
728    closes: #100681).
729  * Add README.Debian, describing the recent package reorganization.
730  * Update copyright file to describe all upstream-relevant patches.
731
732 -- Colin Watson <cjwatson@debian.org>  Wed, 20 Jun 2001 00:43:45 +0100
733
734groff (1.17-3) unstable; urgency=low
735
736  * Restore /usr/share/groff/tmac to the macro path, as some third-party
737    programs install macros there (should fix #100139, but I'll leave it to
738    the vgrind maintainer to check that groff 1.17 hasn't broken anything
739    else).
740
741 -- Colin Watson <cjwatson@debian.org>  Fri,  8 Jun 2001 19:06:15 +0100
742
743groff (1.17-2) unstable; urgency=low
744
745  * Brown paper bag bug: move grotty to groff-base!
746  * Also move the doc macros to groff-base; some man pages use them. (This
747    and the above bloat -base by some 200K, I'm afraid.)
748  * Mention in the debconf note that groff-base supports Latin-1 and UTF-8
749    as well as ASCII.
750  * /usr/share/groff/site-tmac contains mdoc.local as well as man.local as
751    of 1.17, so make that whole directory a symlink to /etc/groff and
752    migrate the old /etc/tmac.man.local conffile to /etc/groff/man.local.
753    This seems to need some ugly migration code.
754  * Back out the autoconf 2.50 diffs for now, as they were polluting the
755    .diff.gz. I've sent them upstream, though.
756
757 -- Colin Watson <cjwatson@debian.org>  Wed,  6 Jun 2001 17:02:12 +0100
758
759groff (1.17-1) unstable; urgency=low
760
761  * New maintainer (ciao, Fabrizio).
762  * Thanks for the NMUs (closes: #75722, #90765).
763  * New upstream release, with corresponding debian/copyright updates.
764  * Follow upstream's move to versioned subdirectories of /usr/share/groff.
765  * The components of groff required to support normal use of man-db are now
766    in a separate package, groff-base (thanks, Elrond; closes: #53225).
767  * Also split out gxditview and the devices that use it into the groff-x11
768    package. I'd have preferred them to stay part of groff, as discussed on
769    -devel, but the necessary xlibs dependency would mean that everybody
770    dist-upgrading from a potato base system would get the X libraries.
771    Added a debconf note to avoid silent loss of functionality; maybe in
772    woody+1 they can be merged back into groff.
773
774  * New packaging, using debhelper.
775    - This shouldn't generate invalid syntax in the prerm (closes: #86437).
776    - All binaries should be correctly stripped now (closes: #96786).
777  * Add build dependencies (thanks, Daniel Schepler; closes: #80844).
778  * Don't bother running configure in the clean target.
779  * Touch configure in debian/rules to avoid a build-dep on autoconf. This
780    means I have to remember to run the autotools manually every time. Ugh.
781  * Support DEB_BUILD_OPTIONS debug and nostrip.
782  * Mark /etc/X11/app-defaults/GXditview as a conffile.
783  * All this brings us to Standards-Version: 3.5.2.
784
785  * New Japanese patch (version 0.0.2) from Fumitoshi UKAI. This may not be
786    quite right yet; please let me know if there are any problems.
787  * Replace mdate.sh with something whose results are more predictable
788    (thanks, Florian Lohoff; closes: #62554).
789  * Force LC_ALL to C so that makeinfo doesn't insert some localized strings
790    for the package builder's environment (closes: #84370).
791  * s/man/man-db/ in the package description.
792  * Remove an autoconf hack from aclocal.m4; the bug it's working around is
793    now fixed and the hack broke with autoconf 2.50 (closes: #98916).
794  * Set gxditview's fontpath in debian/rules, restoring
795    /usr/local/share/groff/font.
796  * Preserve the Makefile to avoid a large diff.
797  * Back out single-page an.tmac patch; upstream did it more neatly.
798
799 -- Colin Watson <cjwatson@debian.org>  Sat,  2 Jun 2001 20:18:14 +0100
800
801groff (1.16-3.4) unstable; urgency=medium
802
803  * Non-maintainer upload
804  * gcc 3.0 fixes (needed by PARISC port).  fixes #90765.
805
806 -- LaMont Jones <lamont@debian.org>  Wed, 25 Apr 2001 00:19:29 -0600
807
808groff (1.16-3.3) unstable; urgency=medium
809
810  * Non-maintainer upload
811  * fixed font count in font/devdvi/DESC.in as suggested in bug
812    report from John P. Cummings <cummij@rpi.edu>, closes: #75722
813
814 -- Paul Bame <bame@debian.org>  Sat, 24 Feb 2001 17:16:47 -0700
815
816groff (1.16-3.2) unstable; urgency=high
817
818  * Added ascii8 device and fixed bug with (non-latin1&&non-CJK) man-pages
819    viewing (before this polish, russian etc. manpages couldn't be viewed),
820    closes: #81148, #71744, #66928, #74535
821
822 -- Peter Novodvorsky <nidd@debian.org>  Sun, 14 Jan 2001 01:09:24 +0300
823
824groff (1.16-3.1) unstable; urgency=low
825
826  * Rebuilt on a system with Xfree 4 and toasted contents of /usr/X11R6/lib,
827    closes: #76813, #77024, #77515, #77608, #77684, #78054, #78905, #79472,
828    #80559
829
830 -- Robert Woodcock <rcw@debian.org>  Thu, 28 Dec 2000 20:51:34 -0800
831
832groff (1.16-3) unstable; urgency=low
833
834  * oops: had left generated files in the diff.
835  * In new macro checking for gzcat (aclocal.m4), added use of option -f
836    to permit transparent fallback to 'normal' cat.
837  * In src/roff/groff/groff.cc , added gzcat command before soelim; it
838    permits transparent use of zipped or not sources.
839
840 -- Fabrizio Polacco <fpolacco@debian.org>  Sun, 27 Aug 2000 18:13:10 +0300
841
842groff (1.16-2) unstable; urgency=low
843
844  * now going into woody (previous were experimental).
845  * Added check for gzip in configure.in
846  * Applyed correction to patch #64551, thanx to Werner LEMBERG.
847  * Added single final footer to an macro, thanx to Werner LEMBERG;
848    closes: #65735. (waiting for the same for the doc macro)
849
850 -- Fabrizio Polacco <fpolacco@debian.org>  Mon,  3 Jul 2000 00:13:23 +0300
851
852groff (1.16-1) experimental; urgency=low
853
854  * Fixed src/roff/nroff.sh, which was too much different from the
855    previous one to apply the dumb patch.
856    Thanx to Taketoshi Sano for the right patch!
857    (that was exactly the reason for using experimental instead of
858    unstable: uploading something broken and ask for help to fix it,
859    yeah!)
860
861 -- Fabrizio Polacco <fpolacco@debian.org>  Fri, 16 Jun 2000 11:33:47 +0300
862
863groff (1.16-0) experimental; urgency=low
864
865  * New upstream release.
866  * Manually applyed all the nippon and ascii8 changes.
867    Failed for: src/roff/nroff.sh,
868  * Added new info document.
869
870 -- Fabrizio Polacco <fpolacco@debian.org>  Wed,  7 Jun 2000 19:09:17 +0300
871
872groff (1.15.3-2) unstable; urgency=low
873
874  * Applied patch proposed by Karl M.Hegbloom to get a single page from
875    manpages when in nroff mode.  Closes: #64551.
876
877 -- Fabrizio Polacco <fpolacco@debian.org>  Thu, 25 May 2000 13:43:18 +0300
878
879groff (1.15.3-1) unstable; urgency=low
880
881  * re-enabled default font in Dvi.c, thanx to Kevin Ryde.
882    closes: #63491, but opens probably some other i18n related bug,
883    sigh.
884  * changed version to 1.15.3 (waiting for 1.16 :-) to be grater than
885    the version in slink and than the one in potato.
886    This means that I must reupload the sources ... which were gone from
887    woody anyway (why it's possible?).
888  * Applyed patch submitted by Tomohiro KUBOTA:
889    * Added a new device type 'ascii8', which is 8 bit clean (like latin1)
890      but does not use Latin-1 character for hyphenation and so on (like
891      ascii).  This device is intended to be used for codesets other than
892      ASCII and ISO-8859-1.  This device should be temporal till all
893      charsets (ISO-8859-*, KOI8-R, EUC-KR, EUC-ZH, TIS620, and so on so on)
894      in the world are implemented, though this is almost impossible.
895    * Added a new character 'sy', which is soft hyphen.  This character is
896      defined only for latin1 device.  This 'sy' is used for hyphenation
897      instead of [char173], because [char173] may not be a soft hyphen,
898      though [char173] is a soft hyphen in ISO-8859-1.
899      Tomohiro KUBOTA <kubota@debian.or.jp>  Wed, 19 Apr 2000 23:47:18 +0900
900    This closes: #62840.
901
902 -- Fabrizio Polacco <fpolacco@debian.org>  Thu, 11 May 2000 10:44:14 +0300
903
904groff (1.15-3.ja.3) unstable; urgency=low
905
906  * Corrected bug that segfaults when reading manpage printf(1), thanx
907    to David Schmitt who submitted the bug (closes: #60096) and to
908    Fumitoshi UKAI who submitted the patch to fix it. It was the same
909    bug that jgroff had (#59628).
910
911 -- Fabrizio Polacco <fpolacco@debian.org>  Mon, 13 Mar 2000 12:50:02 +0200
912
913groff (1.15-3.ja.2) unstable; urgency=low
914
915  * Included changes proposed by Fumitoshi UKAI and Taketoshi Sano.
916  * corrected groff_man manpage which didn't parse correctly for mandb.
917
918 -- Fabrizio Polacco <fpolacco@debian.org>  Fri, 25 Feb 2000 20:57:40 +0200
919
920groff (1.15-3.ja.1) experimental; urgency=low
921
922  * Added japanes patch for join with jgroff.
923
924 -- Fabrizio Polacco <fpolacco@debian.org>  Sun, 30 Jan 2000 15:36:03 +0200
925
926groff (1.15-3) frozen unstable; urgency=high
927
928  * mm and mse macros were missing (thanx to Daniel Quinlan to make me
929    discover this grave bug); closes: #55428.
930  * corrected wrong .so request in macro mse
931
932 -- Fabrizio Polacco <fpolacco@debian.org>  Mon, 17 Jan 2000 15:25:06 +0200
933
934groff (1.15-2) unstable; urgency=low
935
936  * quick fix to a bug reported only mainstream.
937    postscript device fails if paper format is not a4 or letter.
938    Fixed using "letter" for all other formats, as it _was_ before.
939
940 -- Fabrizio Polacco <fpolacco@debian.org>  Fri, 14 Jan 2000 12:21:38 +0200
941
942groff (1.15-1) unstable; urgency=low
943
944  * new upstream release: only minor bugfixes.
945
946 -- Fabrizio Polacco <fpolacco@debian.org>  Thu,  6 Jan 2000 18:23:41 +0200
947
948groff (1.12-1) unstable; urgency=low
949
950  * new upstream release.
951    Got all previous changes (except papersize),
952    plus: new HTML device! (expermental).
953  * leaved version numeric only: closes: #31739, thanx to
954    Jonathan H N Chin <jhnc@pfaff.newton.cam.ac.uk>.
955
956 -- Fabrizio Polacco <fpolacco@debian.org>  Fri, 17 Dec 1999 14:40:46 +0200
957
958groff (1.11b-1) unstable; urgency=low
959
960  * updated to policy 3.1.0.
961  * new imminent release 1.12; this use groff-current renamed
962    groff-1.11b.  Not to be uploaded until 1.12 is released.
963
964 -- Fabrizio Polacco <fpolacco@debian.org>  Sun, 12 Dec 1999 18:15:26 +0200
965
966groff (1.11a-9) unstable; urgency=low
967
968  * not uploaded due to imminent 1.12
969  * added management of /etc/papersize in driver lj4.
970    todo: the same in driver ps.
971
972 -- Fabrizio Polacco <fpolacco@debian.org>  Sun,  5 Dec 1999 14:26:18 +0200
973
974groff (1.11a-8) unstable; urgency=low
975
976  * moved tmac.local to /etc (as tmac.man.local) and symlinked from the
977    original place; made it a conffile. Thanx to Decklin Foster
978    <decklin@home.com>, closes: #39043
979  * recompiled with libstdc++2.10 . closes: #49392.
980  * added manpages groff_mdoc(7) and groff_mdoc.samples(7) taken from
981    netBSD, thanks to Ben Harris <bjh21@cam.ac.uk>. closes: #49159.
982  * added Y2K corrections from the beta-12, from Paul Eggert.
983  * Got rid of old and unusefull checks in postinst.
984  * added symlink from /usr/doc, and added -e to script; closes: #39410
985  * Bugs fixed in previous releases: closes: #27016, #28097.
986  * Updated to std policy 3.0.1
987
988 -- Fabrizio Polacco <fpolacco@debian.org>  Tue, 26 Oct 1999 14:39:10 +0300
989
990groff (1.11a-7) unstable; urgency=low
991
992  * Applied patch to add include path search to groff e gsoelim, provided by
993    Peter Miller <millerp@canb.auug.org.au> needed by aegis.
994
995 -- Fabrizio Polacco <fpolacco@debian.org>  Sat, 17 Oct 1998 23:45:27 +0300
996
997groff (1.11a-6) unstable; urgency=low
998
999  * Recompiled to generate new dependencies into libs
1000    (closes: #27790, thanx to Zephaniah E, Hull.)
1001    [Previous attempt wasn't succesful.]
1002
1003 -- Fabrizio Polacco <fpolacco@debian.org>  Sat, 17 Oct 1998 02:39:10 +0300
1004
1005groff (1.11a-5) unstable; urgency=low
1006
1007  * Recompiled to generate new dependencies into libs
1008    (closes: #27790, thanx to Zephaniah E, Hull.)
1009  * added mime file as suggested by Brian White
1010    (closes: #27016)
1011
1012 -- Fabrizio Polacco <fpolacco@debian.org>  Tue, 13 Oct 1998 18:54:55 +0300
1013
1014groff (1.11a-4) unstable; urgency=low
1015
1016  * Added groff_man(7) manpage for tmac.an macro written by Susan Kleinmann.
1017  * Added patch from Andy Dougherty to let groff pass the -U flag along to
1018    troff. (closes: #20628)
1019
1020 -- Fabrizio Polacco <fpolacco@debian.org>  Sat,  4 Apr 1998 23:46:42 +0300
1021
1022groff (1.11a-2) unstable; urgency=low
1023
1024  * groff (1.11a-2) unstable; urgency=low
1025  * groff (1.11a-0bo2) bo-unstable; urgency=low
1026
1027  * (lintian): added a symlink for neqn manpage.
1028  * (lintian): changed mode of manpage gxditview.1x to 644.
1029  * (lintian): changed mode of app-defaults/GXditview to 644.
1030  * (lintian): updated the debian/copyright file (previously
1031    debian/README), to point to the actual postal address of the FSF,
1032    even if the sources in the distribution, including the COPYING file)
1033    still point tro the old file (this should be reported as a bug to
1034    upstream :-) .  Now it says:
1035        A copy of the GNU General Public License is available in
1036        /usr/doc/copyright/GPL (as installed by package base-files);
1037        if not, write to the Free Software Foundation, Inc.,
1038        59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1039  * commented creation of ctags file in debian/rules (closes: #15825,
1040    #16006).
1041  * checked correct build of fontpath (closes: #16007).
1042  * added gzipping of X11 manpage (closes: #17455), tx to David ROCHER.
1043  * reverted security changes done in 1.10-3.5 due to added use of safer
1044    macro.  Added -U flag to nroff/troff/groff/pic to revert to old
1045    unsecure behaviour:
1046    - nroff script defaults calling groff -S
1047    - troff defaults as called with -msafer
1048    - groff defaults as called with -S
1049    - pic defaults as called with -S
1050    Updated manpages nroff(1), groff(1), troff(1), pic(1) for the -U option.
1051  * changed reference to me and msafer manpages in groff(1), to reflect
1052    the change in their names (done in 1.10-3.5 and 1.10-5).
1053
1054 -- Fabrizio Polacco <fpolacco@debian.org>  Sun, 15 Feb 1998 13:09:27 +0200
1055
1056groff (1.11a-1) unstable; urgency=low
1057
1058  * changed Standards Version to 2.3.0.1
1059  * corrected names of copyright and chnagelog files.
1060  * added full copyright from MIT (for gzditview).
1061  * avoid gzipping of copyright file (oops!)
1062  * new upstream version 1.11a (fixes #12130) including:
1063    - new document for pic.
1064    - changes to groff manpage.
1065  * full libc6 version (fixes #14592) Since there aren't changes to
1066     code, there's no need for a libc5 version.
1067
1068 -- Fabrizio Polacco <fpolacco@debian.org>  Mon, 17 Nov 1997 11:00:21 +0200
1069
1070groff (1.10-3.5) stable; urgency=high
1071
1072  * Compiled under debian-1.3.1 (libc5) as a security bugfix; used
1073     version number 3.5 (instead of 5) to avoid downgrading for hamm.
1074  * Avoided execution of arbitrary code embedded in documents;
1075     added warning WARN_SECURITY, enabled by default, to warn about .sy
1076     directives, but not yet documented in manpage. Warning mode enabled
1077     by default via ifdef, should be toggled by option flag. (need
1078     coordination with upstream maintainer.)
1079  * Applied patch from Brian Mays <bem5r@virginia.edu> to pic/tex.cc to
1080     cast a long double value to double (fixes #13788)
1081  * Changed name of manpages me and msafer to groff_me and groff_msafer.
1082
1083 -- Fabrizio Polacco <fpolacco@debian.org>  Wed, 15 Oct 1997 23:15:08 +0300
1084
1085groff (1.10-4) unstable; urgency=low
1086
1087  * libc6 version
1088  * added explicit link to libc to let ld.so find libc dependencies.
1089  * added dinamic dependence as Suggest for gxditview.
1090  * forced configure to use /usr/bin/perl (fixes bug#11149 and #13239)
1091  * added debian version number to option -v
1092
1093 -- Fabrizio Polacco <fpolacco@debian.org>  Sun, 28 Sep 1997 09:09:22 +0300
1094
1095groff (1.10-3) frozen unstable; urgency=low
1096
1097  * Applied changes to avoid problem with bash-2 (bug#8755)
1098  * Added gxditview notice in file copyright.debian
1099  * Compiled to supply gxditview, to let groff -X and man -X work.
1100     (changed font path in device.c)
1101
1102 -- Fabrizio Polacco <fpolacco@debian.org>  Wed, 16 Apr 1997 22:50:58 +0300
1103
1104groff (1.10-2) frozen unstable; urgency=low
1105
1106    * corrected shlibs.local for libstd++ depenedency (fixes #5401)
1107
1108 -- Fabrizio Polacco <fpolacco@debian.org>  Thu, 14 Nov 1996 08:39:25 +0200
1109
1110groff (1.10-1) frozen; urgency=low
1111
1112    * new maintainer: Fabrizio Polacco <fpolacco@debian.org>
1113    * changed description in control file (fixes bug #4013 part 2)
1114    * new upstream sources 1.10 (fixes bug #4013 part 1)
1115    * added symlinks for geqn, gpic, gtbl (bug #4754)
1116    * compressed manpages.
1117    * Updated to Standards-Version 2.1.1.0
1118
1119 -- Fabrizio Polacco <fpolacco@debian.org>  Fri, 8 Nov 1996 13:50:09 +0200
1120
1121groff (1.09-12) frozen; urgency=low
1122
1123    * this version was never uploaded
1124    * new maintainer: Fabrizio Polacco <fpolacco@debian.org>
1125    * built using original upstream sources 1.09 + patch 1.09-11
1126    * Updated to Standards-Version 2.1.1.0
1127
1128 -- Fabrizio Polacco <fpolacco@debian.org>  Wed, 6 Nov 1996 15:15:10 +0200
1129
1130Changes:
1131 2-Jul-1995 Alvar Bray <alvar@meiko.co.uk>
1132	Set permissions of /usr/doc/groff dir in post install script.
1133	Previous versions of this package may have got these wrong and
1134	replacing the package will not fix them.
1135 5-Mar-1995 Bruce Perens <Bruce@Pixar.com>
1136	Added Debian GNU/Linux package maintenance system files.
1137
1138