]> matita.cs.unibo.it Git - helm.git/commitdiff
0.99.3 -> 0.99.4
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 26 Dec 2018 21:17:21 +0000 (22:17 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 27 Sep 2019 13:45:22 +0000 (15:45 +0200)
matita/configure.ac
matita/matita/dist/ChangeLog

index e3bb73990a6153222c7a9549b495a4267459f85e..c5094d4c69e69740b24e2d3438b8e08a6220328b 100644 (file)
@@ -5,7 +5,7 @@ AC_INIT(matita/matitaTypes.ml)
 DEBUG_DEFAULT="true"
 DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it"
 RT_BASE_DIR_DEFAULT="`pwd`/matita"
-MATITA_VERSION="0.99.3"
+MATITA_VERSION="0.99.4"
 DISTRIBUTED="yes"  # "yes" for distributed tarballs
 # End of distribution settings
 
index 3185e857c28876d86e5f0857e62c8ed4a486382b..1f9cd6951a4a2f7996624e2e51b91bd531eb9829 100644 (file)
@@ -1,13 +1,20 @@
+0.99.4 - 26/12/2018 - beta version for the 1.x series
+       * ported to lablgkt3, ulex-camlp5 1.2, ocaml 4.07
+       * bug fix: aliases were no longer added automatically to the script
+
 0.99.3 - 06/05/2016 - beta version for the 1.x series
-        * cyclic sort hierarchies are now allowed through the "cyclic" keyword
-        * new syntax for let rec/corec with flavor specifier
-        * optional parameters added to the syntax of definitions
-        * new attribute "Implied" put beside "Generated" and "Provided";
-          it denotes an object provided not as defined by the user, but as generated by another ITP
-        * the command "defined" is added as a presentational alternative to "qed" for definitions
-        * improved standard library and contributions
-        * improved binaries using matita components
-        * source code updated for the latest version of OCaml and related tools
+       * cyclic sort hierarchies are now allowed through the "cyclic" keyword
+       * new syntax for let rec/corec with flavor specifier
+       * optional parameters added to the syntax of definitions
+       * new attribute "Implied" put beside "Generated" and "Provided";
+         it denotes an object provided not as defined by the user, but as
+         generated by another ITP
+       * the command "defined" is added as a presentational alternative to
+         "qed" for definitions
+       * improved standard library and contributions
+       * improved binaries using matita components
+       * source code updated for the latest version of OCaml and related
+         tools
        * several bug fixes
 
 0.99.1 - 17/11/2011 - alpha version for the 1.x series