Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1975 closed task (fixed)

man-db-2.4.4

Reported by: robert@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version released. There's a lot of new stuff in docs/ChangeLog. I would also like to suggest we use #undef's:

cat >> include/manconfig.h.in << "EOF"
#undef WEB_BROWSER
#define WEB_BROWSER "exec /usr/bin/lynx"
#undef COL
#define COL "/usr/bin/col"
#undef VGRIND
#define VGRIND "/usr/bin/vgrind"
#undef GRAP 
#define GRAP "/usr/bin/grap"
EOF

So that we don't get warnings like:

../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
../include/manconfig.h:117:1: warning: this is the location of the previous definition

Change History (4)

comment:1 by Matthew Burgess, 17 years ago

Milestone: 6.3

I'm provisionally targetting this for the 6.3 release. Alexander, if you think the changes in docs/ChangeLog are too intrusive, feel free to retarget this to 'Future'. I think I've captured the most important changes below:

Wed Aug 31 01:23:55 BST 2005

  • Add Simplified Chinese -> GB2312 and Traditional Chinese -> BIG5.
  • (charset_table): Use the nippon device for BIG5, GB2312, and GBK.
  • (device_table): Assume that the nippon device is encoding-agnostic, since it handles several encodings now.
  • (compatible_encodings, get_roff_encoding): Extend the ja_JP.UTF-8 hack to cover zh_CN.UTF-8, zh_SG.UTF-8, and zh_TW.UTF-8 too.

Wed Aug 9 14:10:57 BST 2006

  • Recognise preprocessor encoding declarations

Mon Nov 6 08:34:57 PST 2006

  • fix buffer overrun

Sun Jan 7 20:48:58 GMT 2007

  • fix a slew of memory leaks

comment:2 by dnicholson@…, 17 years ago

Here's the announcement email from the maintainer.

http://lists.gnu.org/archive/html/man-db-announce/2007-02/msg00000.html

comment:3 by Matthew Burgess, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r8061.

comment:4 by Jeremy Huntwork, 17 years ago

Milestone: 6.3

Milestone 6.3 deleted

Note: See TracTickets for help on using tickets.