]> matita.cs.unibo.it Git - helm.git/commitdiff
pre commit for matita version 0.99.3
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 6 May 2016 15:37:58 +0000 (15:37 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 6 May 2016 15:37:58 +0000 (15:37 +0000)
matita/configure.ac
matita/matita/dist/ChangeLog

index 5eb678a7080dcc4c86fb424596ca579878c9457a..0670278bea925f9bf05a9eb11658c633d43775a6 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.2"
+MATITA_VERSION="0.99.3"
 DISTRIBUTED="yes"  # "yes" for distributed tarballs
 # End of distribution settings
 
index 866d69fda3afe1fc592de5380aa55b4641a73e86..3185e857c28876d86e5f0857e62c8ed4a486382b 100644 (file)
@@ -1,3 +1,15 @@
+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
+       * several bug fixes
+
 0.99.1 - 17/11/2011 - alpha version for the 1.x series
        * old kernel, unification, etc. removed
        * new compact syntax for tactics