From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oB6HBjHT023143 for ; Mon, 6 Dec 2010 12:11:45 -0500 (EST) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-2.sys.kth.se (Postfix) with ESMTP id DED2014D79E for ; Mon, 6 Dec 2010 18:11:38 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([130.237.32.160]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id jJ0Blw36gWRf for ; Mon, 6 Dec 2010 18:11:37 +0100 (CET) X-KTH-Auth: kristaps [193.10.49.5] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from [172.16.18.84] (unknown [193.10.49.5]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 7797E14C137 for ; Mon, 6 Dec 2010 18:11:36 +0100 (CET) Message-ID: <4CFD1948.8030708@bsd.lv> Date: Mon, 06 Dec 2010 18:11:36 +0100 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: Internal version 1.10.7. Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Note that I've internally tagged mdocml as being in sync (less tbl and some discussion nits) with OpenBSD. This, to repeat, WILL NOT be pushed to the site, so don't worry. Before going to 1.10.8, there are some TODO issues that will be fixed (mystery `de' error, Kozlov's TODO entry, McIntyre's `PP' TODO entry, and some of the "gratuitous differences"). Thanks, Kristaps -------- Original Message -------- Subject: mdocml: Tag an internal release, 1.10.7, that marks being in sync with Date: Mon, 6 Dec 2010 12:07:28 -0500 From: Reply-To: To: Log Message: ----------- Tag an internal release, 1.10.7, that marks being in sync with OpenBSD's changes these last months (less tbl). There are still some issues that require thought, but this extends beyond synchronisation. This WILL NOT be pushed to the main site; it's merely a logical tag so that there's a common fall-back in future changes. Note that the TODO file is NOT up to date. This is ok since the tag is purely internal. Modified Files: -------------- mdocml: Makefile Revision Data ------------- Index: Makefile =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v retrieving revision 1.295 retrieving revision 1.296 diff -LMakefile -LMakefile -u -p -r1.295 -r1.296 --- Makefile +++ Makefile @@ -17,8 +17,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.6 -VDATE = 27 September 2010 +VERSION = 1.10.7 +VDATE = 6 December 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv