changeset 1851:1239ba1a1671

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Apr 2013 10:29:30 -0400
parents 30c56e3bcf47
children 3c93e91e97da
files CHANGELOG configure configure.ac
diffstat 3 files changed, 28 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Apr 21 10:17:43 2013 -0400
+++ b/CHANGELOG	Sun Apr 21 10:29:30 2013 -0400
@@ -1,3 +1,18 @@
+========
+20130421
+========
+
+- Allow any FFI module to declare new HTML tags
+- Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a
+  kind of simple dynamic typing (unsafe, of course)
+- Add some name-mangling rules to allow XML attribute 'name' and attributes with
+  dashes
+- New Basis members: pow and tryRpc
+- Add 'placeholder' attribute for <password>
+- New standard library functions: Option.unsafeGet
+- Add ./configure MLTONARGS option for MLTON arguments
+- Bug fixes and documentation improvements
+
 ========
 20120925
 ========
--- a/configure	Sun Apr 21 10:17:43 2013 -0400
+++ b/configure	Sun Apr 21 10:29:30 2013 -0400
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for urweb 20120925.
+# Generated by GNU Autoconf 2.67 for urweb 20130421.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
 # Identity of this package.
 PACKAGE_NAME='urweb'
 PACKAGE_TARNAME='urweb'
-PACKAGE_VERSION='20120925'
-PACKAGE_STRING='urweb 20120925'
+PACKAGE_VERSION='20130421'
+PACKAGE_STRING='urweb 20130421'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1435,7 +1435,7 @@
   # 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 urweb 20120925 to adapt to many kinds of systems.
+\`configure' configures urweb 20130421 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1505,7 +1505,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of urweb 20120925:";;
+     short | recursive ) echo "Configuration of urweb 20130421:";;
    esac
   cat <<\_ACEOF
 
@@ -1606,7 +1606,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-urweb configure 20120925
+urweb configure 20130421
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1971,7 +1971,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by urweb $as_me 20120925, which was
+It was created by urweb $as_me 20130421, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2319,7 +2319,7 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-WORKING_VERSION=1
+WORKING_VERSION=0
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -4102,7 +4102,7 @@
 
 # Define the identity of the package.
  PACKAGE='urweb'
- VERSION='20120925'
+ VERSION='20130421'
 
 
 # Some tools Automake needs.
@@ -12368,7 +12368,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by urweb $as_me 20120925, which was
+This file was extended by urweb $as_me 20130421, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12434,7 +12434,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-urweb config.status 20120925
+urweb config.status 20130421
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
--- a/configure.ac	Sun Apr 21 10:17:43 2013 -0400
+++ b/configure.ac	Sun Apr 21 10:29:30 2013 -0400
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20120925])
-WORKING_VERSION=1
+AC_INIT([urweb], [20130421])
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it