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
+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