[Pkg-ocaml-maint-commits] [otags] 01/07: Imported Upstream version 4.01.1

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jan 31 09:07:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository otags.

commit 1b7468f487fad2896c5e1bac15eeb5096c71b724
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jan 31 09:54:05 2014 +0100

    Imported Upstream version 4.01.1
---
 ChangeLog        | 22 ++++++++++++++++++++++
 configure        |  6 +++---
 doc/changes.html | 18 +++++++++++++-----
 doc/otags.1      | 14 ++++++++++++--
 doc/otags.html   | 38 ++++++++++++++++++++++++++++----------
 5 files changed, 78 insertions(+), 20 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f5a13cb..50e1c68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2013-09-25  Hendrik Tews <otags at askra.de>
+
+	* prepare doc/changes.html for release
+
+2013-09-25  Hendrik Tews  <tews at os.inf.tu-dresden.de>
+
+	* fix version number
+	* update man page, changes.html
+
+2013-09-25  Hendrik Tews  <tews at os.inf.tu-dresden.de>
+
+	* OCaml 4.01: no changes required, but open! is not
+	  supported because of #6175
+
+2013-08-22  Hendrik Tews  <tews at os.inf.tu-dresden.de>
+
+	* fix changes.html
+
+2013-08-22  Hendrik Tews <otags at askra.de>
+
+	* release version 4.00.2 on 2013-08-22 11:44:48 UTC
+
 2013-08-22  Hendrik Tews <otags at askra.de>
 
 	* prepare doc/changes.html for release
diff --git a/configure b/configure
index c8bb854..d0e1bd3 100755
--- a/configure
+++ b/configure
@@ -23,14 +23,14 @@
 # along with "Otags reloaded". If not, see
 # <http://www.gnu.org/licenses/>.
 # 
-# $Id: configure,v 1.23 2012/12/05 12:25:53 tews Exp $
+# $Id: configure,v 1.26 2013/09/25 08:40:49 tews Exp $
 # 
 ##############################################################################
 
 set -e
 
-REQUIRED_OCAML_VERSION=4.00
-OTAGS_VERSION=2
+REQUIRED_OCAML_VERSION=4.01
+OTAGS_VERSION=1
 
 root=/usr/local
 bindir=$root/bin
diff --git a/doc/changes.html b/doc/changes.html
index f11b66a..12c8c11 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -33,10 +33,18 @@ pre {
  ! - </UL>
   -->
 
+<DT>2013-09-25: otags 4.01.1 released
+<DD>
+<UL>
+<LI>upgrade to OCaml 4.01
+<P></P>
+</LI>
+</UL>
+
 <DT>2013-08-22: otags 4.00.2 released
 <DD>
-<UL>minor test bugfix
-<LI>
+<UL>
+<LI>minor test bugfix
 <P></P>
 </LI>
 </UL>
@@ -50,6 +58,8 @@ pre {
 </LI>
 </UL>
 
+<!-- RECENT CHANGES END -->
+
 <DT>2012-05-23: otags 3.12.5 released
 <DD>
 <UL>
@@ -69,8 +79,6 @@ trees, see option <KBD>-parser-hints</KBD>
 </LI>
 </UL>
 
-<!-- RECENT CHANGES END -->
-
 <DT>2012-05-16: otags 3.12.3 released
 <DD>
 <UL>
@@ -143,7 +151,7 @@ HREF="http://caml.inria.fr/mantis/view.php?id=5159" >#5159</A>
 <HR noshade size=2>
 <FONT SIZE="-2">
 last changed on 
-<!-- hhmts start -->22 Aug 2013
+<!-- hhmts start -->25 Sep 2013
 <!-- hhmts end -->
 by <A HREF="/index.html.en">Hendrik</A>
 </FONT></BODY> </HTML>
diff --git a/doc/otags.1 b/doc/otags.1
index bfca638..cad5261 100644
--- a/doc/otags.1
+++ b/doc/otags.1
@@ -614,8 +614,18 @@ could only marginally recover
 .\" ================ Bugs ====================================================
 .\" ==========================================================================
 .\"
-.\" .SH BUGS
-.\" ============= camlp4 ast magic number bug ================================
+.SH BUGS
+.\" ============= parse error on open! =======================================
+.B otags
+dies with a parse error on open!, which was introduced in
+.B OCaml
+version 4.01.0, but forgotten in
+.B camlp4\fR,
+see bug #6175. For the same reason,
+.B otags
+4.01.1 is likely to cause strange problems when used with an
+.B OCaml
+version that fixes #6175.
 .\"
 .\" ==========================================================================
 .\" ================ Missing Features ========================================
diff --git a/doc/otags.html b/doc/otags.html
index abea5fb..093a1b3 100644
--- a/doc/otags.html
+++ b/doc/otags.html
@@ -840,15 +840,32 @@ could only marginally recover
 
 
 
+</DL>
+<A NAME="lbAL"> </A>
+<H2>BUGS</H2>
 
 
+<B>otags</B>
+
+dies with a parse error on open!, which was introduced in
+<B>OCaml</B>
 
+version 4.01.0, but forgotten in
+<B>camlp4</B>,
 
+see bug #6175. For the same reason,
+<B>otags</B>
 
+4.01.1 is likely to cause strange problems when used with an
+<B>OCaml</B>
 
+version that fixes #6175.
 
-</DL>
-<A NAME="lbAL"> </A>
+
+
+
+
+<A NAME="lbAM"> </A>
 <H2>MISSING FEATURES</H2>
 
 Appending to vi tags files requires to reread the existing tags
@@ -882,7 +899,7 @@ produces the same exit status in both cases.
 
 
 
-<A NAME="lbAM"> </A>
+<A NAME="lbAN"> </A>
 <H2>CREDITS</H2>
 
 Cuihtlauac Alvarado and Jean-Francois Monin were the first to
@@ -905,7 +922,7 @@ version 3.10 and onwards.
 
 
 
-<A NAME="lbAN"> </A>
+<A NAME="lbAO"> </A>
 <H2>AUTHOR</H2>
 
 Hendrik Tews <otags at askra.de>
@@ -914,7 +931,7 @@ Hendrik Tews <otags at askra.de>
 
 
 
-<A NAME="lbAO"> </A>
+<A NAME="lbAP"> </A>
 <H2>SEE ALSO</H2>
 
 <B><A HREF="http://www.linuxmanpages.com/man1/etags.1.php">etags</A></B>(1),
@@ -944,15 +961,16 @@ Hendrik Tews <otags at askra.de>
 <DT><A HREF="#lbAI">STANDARD CAMLP4 PARSING EXTENSIONS</A><DD>
 <DT><A HREF="#lbAJ">DIAGNOSTICS</A><DD>
 <DT><A HREF="#lbAK">EXIT STATUS</A><DD>
-<DT><A HREF="#lbAL">MISSING FEATURES</A><DD>
-<DT><A HREF="#lbAM">CREDITS</A><DD>
-<DT><A HREF="#lbAN">AUTHOR</A><DD>
-<DT><A HREF="#lbAO">SEE ALSO</A><DD>
+<DT><A HREF="#lbAL">BUGS</A><DD>
+<DT><A HREF="#lbAM">MISSING FEATURES</A><DD>
+<DT><A HREF="#lbAN">CREDITS</A><DD>
+<DT><A HREF="#lbAO">AUTHOR</A><DD>
+<DT><A HREF="#lbAP">SEE ALSO</A><DD>
 </DL>
 <HR>
 This document was created by
 <A HREF="http://www.nongnu.org/man2html/">man2html</A>,
 using the manual pages.<BR>
-Time: 11:42:07 GMT, August 22, 2013
+Time: 08:41:36 GMT, September 25, 2013
 </BODY>
 </HTML>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/otags.git



More information about the Pkg-ocaml-maint-commits mailing list