Changelog for
man-debuginfo-2.5.2-17.2.x86_64.rpm :
Fri Nov 28 13:00:00 2008 wernerAATTsuse.de
- For listall patch: add support for multiple man pages in the
same section (bnc#448283)
- Fix bug in listall patch: initialize variable len as this may
break on some system otherwise.
Thu Nov 20 13:00:00 2008 wernerAATTsuse.de
- Skip mandocdb workaround as groff now works in UTF-8 (bnc#446710)
- Replace pipe(2) with socketpair(2) to speed up mandb (bnc#381830)
Thu Oct 2 14:00:00 2008 wernerAATTsuse.de
- Fix option handling for renice in cron script (bnc#431027)
Tue Aug 12 14:00:00 2008 wernerAATTsuse.de
- Update to version 2.5.2
* `man -H\' (without a browser argument) was completely broken in
2.5.1 and is now fixed.
* man no longer breaks in Japanese locales when using less.
* The --encoding option to man can now take a true character
encoding rather than a
*roff device; the latter was an
unreliable, inflexible, and awkward way to select an output
encoding. The old semantics are still supported for backward
compatibility.
* Whatis parsing stops at .ie or .if conditionals.
* CJK locale specifications where the codeset component is
equivalent to but not stringwise-identical to UTF-8 (e.g.
zh_CN.utf8) are handled better.
* man(1)\'s OPTIONS section is ordered more comprehensibly.
* apropos, lexgrog, man, mandb, and whatis ignore encoding
conversion errors for the last possible encoding of the source
page. This helps, for example, with pages including misencoded
non-ASCII names of authors; it usually seems better to allow
these pages to pass with small errors than to break them
entirely.
Thu Jun 5 14:00:00 2008 wernerAATTsuse.de
- Show the user if there are more than one manual page found for
the stated item (fate#303433)
Tue May 13 14:00:00 2008 wernerAATTsuse.de
- Avoid tab stops in section names
Wed Apr 23 14:00:00 2008 wernerAATTsuse.de
- Use speedup for bnc#381830 only in mandb as man would be break
- Avoid trouble with -Wl,--as-needed therefore fore -lbz2 and -lz
Tue Apr 22 14:00:00 2008 wernerAATTsuse.de
- Make libzio interface smarter, that is if used only for simple
decompression do not use a pipe (saves 30% mandb run time)
(bnc#381830)
- Make cron.daily.do_mandb smarter, that is check if anything
has changes in the global manual paths that needs to run mandb
(bnc#381830)
- Update to bug fix version 2.5.1
* The manual is now built automatically, avoiding some ordering
problems on \'make distclean\'.
* Manual pages are converted to the proper input encoding for troff
output as well as nroff output.
* The -t, -T, -X, and -Z options to man work again; in 2.5.0, they
read input from stdin rather than from the manual page.
* apropos and whatis no longer segfault when given an explicit
locale using -L.
* man now understands that groff\'s ascii device takes ASCII input,
not ISO-8859-1.
* man no longer discards stderr when writing to a file or a pipe;
this was broken by an overenthusiastic change in 2.5.0.
* manconv now falls back to the next encoding in its list if any
characters in an entire 64KB block fail to decode using the
current encoding, as was originally intended.
* manconv is more careful about extracting coding: directives from
manual pages.
* Ctrl-C and Ctrl-\\ now work again at the prompt issued by \'man -a\'.
* There is a new --with-sections configure option to change the
default value of SECTION in the configuration file.
* Automake is now used to generate Makefiles. Among other things,
this fixes VPATH builds and some bugs in dependency generation,
and should allow building with non-GNU versions of make.
* man-db now uses the Gnulib portability library, allowing the
removal of earlier haphazard portability code. While this results
in a somewhat larger source distribution, it makes man-db easier
to maintain and should make it easier to build on systems to which
the maintainer does not have access.
* In the process of switching to Gnulib, the last vestiges of
pre-C89 support have been removed; they were documented to be
broken anyway.
* If the MANROFFOPT environment variable is set, man now appends its
value to the
*roff command line.
* man now accepts a --recode option to output a source manual page
converted to a specified encoding.
* For compatibility with System V, man accepts -s as an alias for
- S, and permits sections to be comma-separated as well as
colon-separated.
* man now accepts a --warnings option to enable groff warnings.
Tue Feb 26 13:00:00 2008 wernerAATTsuse.de
- Ensure to find local manual pages even in sub directories
Wed Jan 30 13:00:00 2008 wernerAATTsuse.de
- Make mandb cron job ionice bnc#356792
- Avoid assert on wrong locale man path
- Do mix bits of get_catpath() with hash tags in man db files
Fri Jan 18 13:00:00 2008 mkoenigAATTsuse.de
- Fix path in sysconfig.cron-man [#350542]
Mon Jan 7 13:00:00 2008 wernerAATTsuse.de
- Remove suid root from wrapper as we do not cache manual page
anymore (bug #351988)
Thu Dec 13 13:00:00 2007 wernerAATTsuse.de
- Add workaround for gettext 0.17
Mon Dec 10 13:00:00 2007 wernerAATTsuse.de
- Update to man-db 2.5.0-4
* No temporary files anymore due usage of pipes
* Our libzio patch is simply to add due this new API
* Better UTF-8 support
* Disable straycats for now
- Add sample script mancoding to show how to use encoding tag
Wed Sep 19 14:00:00 2007 wernerAATTsuse.de
- Be sure that e.g. /usr/share/man/man3p/open.3p.gz is found before
/usr/share/man/man3/open.3pm.gz by \"man 3p open\" (bug #310498)
Fri Jul 27 14:00:00 2007 mfabianAATTsuse.de
- change BuildRequires to make it build in the openSUSE build
service for versions <= 10.2 as well.
Thu Jul 26 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #292412 comment #47: accept both UTF-8 an legacy
encodings in the man-page sources for Japanese and Chinese
as well.
Wed Jul 25 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #292412 comment #30 and #39: improve Chinese patch.
- use %find_lang macro
Thu Jul 19 14:00:00 2007 wernerAATTsuse.de
- Add Chinese support to man (bug #292412)
Wed Jul 18 14:00:00 2007 wernerAATTsuse.de
- Add workaround for html browsers which do their job in
background: do not remove the temporary files to fast (#280613)
- Update to debain patch level 6 which
* includes bug fix for CVE-2006-4250 (bug #262747)
* includes french manual pages
Tue Apr 17 14:00:00 2007 wernerAATTsuse.de
- Fix heap buffer overflow (CVE-2006-4250, bug #262747)
Mon Mar 26 14:00:00 2007 rguentherAATTsuse.de
- Add libbz2-devel and libzio-devel BuildRequires
Wed Mar 21 13:00:00 2007 rguentherAATTsuse.de
- Remove unused util-linux BuildRequires, added less, zlib-devel
and gdbm-devel BuildRequires
Thu Feb 15 13:00:00 2007 wernerAATTsuse.de
- Remove not used path elements (X11R6, openwin, allman) (#245692)
Fri Feb 9 13:00:00 2007 wernerAATTsuse.de
- Make it build without root privileges, loosing time for texlive
Mon Jan 29 13:00:00 2007 sbrabecAATTsuse.cz
- Removed references to /opt/gnome.
Mon Sep 4 14:00:00 2006 rguentherAATTsuse.de
- Remove unused sharutils dependency.
Mon Sep 4 14:00:00 2006 rguentherAATTsuse.de
- Remove lynx build dependency. Set default for AC_PATH_PROG for
lynx to /usr/bin/lynx.
Mon Aug 7 14:00:00 2006 wernerAATTsuse.de
- Make it work even with new gettext package
Thu Aug 3 14:00:00 2006 sndirschAATTsuse.de
- read also manual pages in man4x subdirectories; required for
conflicting \'mouse\' manual page and i810 driver manual page,
which has been moved to man4x directory