From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s6B9pks5029781 for ; Fri, 11 Jul 2014 05:51:46 -0400 (EDT) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 97FD0A46A; Fri, 11 Jul 2014 11:51:43 +0200 (CEST) Date: Fri, 11 Jul 2014 11:51:43 +0200 From: Thomas Klausner To: discuss@mdocml.bsd.lv Subject: Re: pod2mdoc: Release version 0.0.12. Message-ID: <20140711095143.GA15450@danbala.tuwien.ac.at> References: <201407110927.s6B9ROIx020476@krisdoz.my.domain> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201407110927.s6B9ROIx020476@krisdoz.my.domain> That's good news! In the process of updating pkgsrc, I saw one warning: pod2mdoc.c: In function 'trylink': pod2mdoc.c:184:14: warning: variable 'text' set but not used [-Wunused-but-set-variable] const char *text; ^ Thomas On Fri, Jul 11, 2014 at 05:27:24AM -0400, schwarze@mdocml.bsd.lv wrote: > Log Message: > ----------- > Release version 0.0.12. > The LibReSSL Valhalla Rampage considers starting to use this > for automatic manual conversion (sic! :) right now. > > Modified Files: > -------------- > pod2mdoc: > Makefile > index.xml > > Revision Data > ------------- > Index: index.xml > =================================================================== > RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/index.xml,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -Lindex.xml -Lindex.xml -u -p -r1.4 -r1.5 > --- index.xml > +++ index.xml > @@ -56,7 +56,16 @@ > hasn't already been covered in the manual. >

>

> - New in version @VERSION@... > + New in version 0.0.12 (July 11, 2014) > +

> +

> + Render B<NULL> as .Dv NULL. > + Correctly check the number of arguments. > + Show the usage() message if there are too many arguments. > + Mention the optional "file" argument in the usage() message. > +

> +

> + New in version 0.0.11 (April 7, 2014) >

>

> Properly render #include in the SYNOPSIS with In. > Index: Makefile > =================================================================== > RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/Makefile,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -LMakefile -LMakefile -u -p -r1.9 -r1.10 > --- Makefile > +++ Makefile > @@ -1,4 +1,4 @@ > -VERSION = 0.0.11 > +VERSION = 0.0.12 > CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings > WWWPREFIX = /usr/vhosts/mdocml.bsd.lv/www/htdocs/pod2mdoc > > -- > To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv > -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv