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

hendrik-guest pushed a commit to branch master
in repository otags.

commit acd1acaa1816a46ef620b9aefefca50fb047dd70
Author: Hendrik Tews <hend...@askra.de>
Date:   Fri Aug 30 22:52:52 2013 +0200

    Imported Upstream version 4.00.2
---
 ChangeLog        |   16 ++++++++++++++++
 configure        |    4 ++--
 doc/changes.html |   10 +++++++++-
 doc/otags.1      |    6 +++---
 doc/otags.html   |    8 ++++----
 test/test.TAGS   |    4 ++--
 test/test.tags   |    2 +-
 7 files changed, 37 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d629331..f5a13cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-08-22  Hendrik Tews <ot...@askra.de>
+
+       * prepare doc/changes.html for release
+
+2013-08-22  Hendrik Tews  <t...@os.inf.tu-dresden.de>
+
+       * update test data for sexplib changes
+
+2012-12-05  Hendrik Tews  <t...@os.inf.tu-dresden.de>
+
+       * fix exist status in man page
+
+2012-12-05  Hendrik Tews <ot...@askra.de>
+
+       * release version 4.00.1 on 2012-12-05 12:25:26 UTC
+
 2012-12-05  Hendrik Tews  <t...@os.inf.tu-dresden.de>
 
        * commit test data
diff --git a/configure b/configure
index 6788364..c8bb854 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.22 2012/12/05 09:29:31 tews Exp $
+# $Id: configure,v 1.23 2012/12/05 12:25:53 tews Exp $
 # 
 ##############################################################################
 
 set -e
 
 REQUIRED_OCAML_VERSION=4.00
-OTAGS_VERSION=1
+OTAGS_VERSION=2
 
 root=/usr/local
 bindir=$root/bin
diff --git a/doc/changes.html b/doc/changes.html
index 471ebc6..f11b66a 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -33,6 +33,14 @@ pre {
  ! - </UL>
   -->
 
+<DT>2013-08-22: otags 4.00.2 released
+<DD>
+<UL>minor test bugfix
+<LI>
+<P></P>
+</LI>
+</UL>
+
 <DT>2012-12-05: otags 4.00.1 released
 <DD>
 <UL>
@@ -135,7 +143,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 --> 5 Dec 2012
+<!-- hhmts start -->22 Aug 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 591ca46..bfca638 100644
--- a/doc/otags.1
+++ b/doc/otags.1
@@ -602,9 +602,9 @@ a parse error or some other error occurred and
 .B otags
 skipped the affected file
 .IP "2"
-absurd command line arguments caused 
-.B otags
-to terminate prematurely
+a fatal error caused 
+.B otags 
+to abort
 .IP "3"
 some bug caused a crash, from which 
 .B otags
diff --git a/doc/otags.html b/doc/otags.html
index bdf249e..abea5fb 100644
--- a/doc/otags.html
+++ b/doc/otags.html
@@ -826,10 +826,10 @@ a parse error or some other error occurred and
 
 skipped the affected file
 <DT>2<DD>
-absurd command line arguments caused 
-<B>otags</B>
+a fatal error caused 
+<B>otags </B>
 
-to terminate prematurely
+to abort
 <DT>3<DD>
 some bug caused a crash, from which 
 <B>otags</B>
@@ -953,6 +953,6 @@ Hendrik Tews &lt;otags at askra.de&gt;
 This document was created by
 <A HREF="http://www.nongnu.org/man2html/";>man2html</A>,
 using the manual pages.<BR>
-Time: 12:23:35 GMT, December 05, 2012
+Time: 11:42:07 GMT, August 22, 2013
 </BODY>
 </HTML>
diff --git a/test/test.TAGS b/test/test.TAGS
index 813ecc3..6eec9e7 100644
--- a/test/test.TAGS
+++ b/test/test.TAGS
@@ -1,10 +1,10 @@
 
-test/f.ml,147
+test/f.ml,149
 F1,0
 type tt1,0
 type t = AA1,0
 type t = A | BB1,0
-type t = A | Bt_of_sexp__1,0
+type t = A | B__t_of_sexp__1,0
 type t = A | Bt_of_sexp1,0
 type t = A | Bsexp_of_t1,0
 
diff --git a/test/test.tags b/test/test.tags
index bfeafdf..79c4902 100644
--- a/test/test.tags
+++ b/test/test.tags
@@ -64,6 +64,7 @@ F     test/f.ml       1;
 Int    test/a.ml       /^  | Int : int -> int a87_term$/;
 Modu   test/d.ml       /^module Modu =$/;
 No_value       test/d.ml       /^exception No_value$/;
+__t_of_sexp__  test/f.ml       /^type t = A | B with sexp$/;
 _a69   test/a.ml       /^let _a69 = 5$/;
 _a70   test/a.ml       /^type _a70 = int$/;
 a      test/d.ml       /^type a =$/;
@@ -184,7 +185,6 @@ set test/e.mli      /^  method set : 'a -> unit$/;
 sexp_of_t      test/f.ml       /^type t = A | B with sexp$/;
 t      test/f.ml       /^type t = A | B with sexp$/;
 t_of_sexp      test/f.ml       /^type t = A | B with sexp$/;
-t_of_sexp__    test/f.ml       /^type t = A | B with sexp$/;
 tx     test/a.ml       /^  type tx$/;
 tx     test/a.ml       /^    type tx = int$/;
 tx     test/a.ml       /^  type tx = int$/;

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to