about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28T11·56+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28T11·56+0000
commit1dacd427cd2d149fe46e0cb43ca45bb9344de2f7 (patch)
tree68a4387feb6ff60bd8bf114d17283dcc553a939d
parentea6bf0c21fc08ea269514fa9788f8f05fcc54fb5 (diff)
Update release notes, set version for 1.6.1 release
-rw-r--r--doc/manual/release-notes.xml7
-rw-r--r--version2
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index c9cab2eef3..5d057881db 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -7,7 +7,7 @@
 
 <!--==================================================================-->
 
-<section xml:id="ssec-relnotes-1.6.1"><title>Release 1.6.1 (TBA)</title>
+<section xml:id="ssec-relnotes-1.6.1"><title>Release 1.6.1 (October 28, 2013)</title>
 
 <para>This is primarily a bug fix release.  Changes of interest
 are:</para>
@@ -62,6 +62,11 @@ are:</para>
     on the call stack.</para>
   </listitem>
 
+  <listitem>
+    <para>New built-in function: <function>builtins.typeOf</function>,
+    which returns the type of its argument as a string.</para>
+  </listitem>
+
 </itemizedlist>
 
 </section>
diff --git a/version b/version
index 7c483e8f4f..2eda823ff5 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.7
\ No newline at end of file
+1.6.1
\ No newline at end of file