From 0330a1652fd88ab1a8b6535b352c79eb825ea7c1 Mon Sep 17 00:00:00 2001 From: Louis Gesbert Date: Thu, 28 Aug 2014 17:43:37 +0200 Subject: [PATCH] version 1.0.3 --- CHANGELOG | 7 +++++++ META | 2 +- configure | 18 +++++++++--------- configure.ac | 2 +- src/indexMain.ml | 2 +- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d45c04d..847313e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +## 1.0.3 +* improved emacs mode, now supporting both auto-comlete and company +* fixed return value of ocp-grep +* added '--format' to the complete command +* fixed some case of laziness that could fail with some nested module aliases +* better man-page + ## 1.0.2 * much more expressive command-line option "print" to access more known info * cleaner command-line include options diff --git a/META b/META index fd21006..2b764e2 100644 --- a/META +++ b/META @@ -1,5 +1,5 @@ package "lib" ( - version = "1.0.2" + version = "1.0.3" directory = "lib" archive(byte) = "ocp-index-lib.cma" archive(native) = "ocp-index-lib.cmxa" diff --git a/configure b/configure index d3777b0..a11cbc0 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ocp-index 1.0.2. +# Generated by GNU Autoconf 2.69 for ocp-index 1.0.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -578,8 +578,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ocp-index' PACKAGE_TARNAME='ocp-index' -PACKAGE_VERSION='1.0.2' -PACKAGE_STRING='ocp-index 1.0.2' +PACKAGE_VERSION='1.0.3' +PACKAGE_STRING='ocp-index 1.0.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1198,7 +1198,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ocp-index 1.0.2 to adapt to many kinds of systems. +\`configure' configures ocp-index 1.0.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1259,7 +1259,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ocp-index 1.0.2:";; + short | recursive ) echo "Configuration of ocp-index 1.0.3:";; esac cat <<\_ACEOF @@ -1338,7 +1338,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ocp-index configure 1.0.2 +ocp-index configure 1.0.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1395,7 +1395,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ocp-index $as_me 1.0.2, which was +It was created by ocp-index $as_me 1.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4231,7 +4231,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ocp-index $as_me 1.0.2, which was +This file was extended by ocp-index $as_me 1.0.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4284,7 +4284,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ocp-index config.status 1.0.2 +ocp-index config.status 1.0.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 7ce729e..ff3db56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(ocp-index,1.0.2) +AC_INIT(ocp-index,1.0.3) AC_COPYRIGHT(Copyright 2014 OcamlPro SAS) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/indexMain.ml b/src/indexMain.ml index 764489a..608c2ed 100644 --- a/src/indexMain.ml +++ b/src/indexMain.ml @@ -29,7 +29,7 @@ let default_cmd = in let doc = "Explore the interfaces of installed OCaml libraries." in Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ IndexOptions.common_opts)), - Term.info "ocp-index" ~version:"1.0.2" ~doc ~man + Term.info "ocp-index" ~version:"1.0.3" ~doc ~man let format_man = let formats = [