1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
From: Stephane Glondu <steph@glondu.net>
Date: Fri, 26 Oct 2012 10:14:29 +0200
Subject: Changelog and version
Origin: upstream, http://ocsigen.org/darcsweb/?r=js_of_ocaml;a=commit;h=20120530130902-4e2d2-a51cd5bebba852be2e409cb076f8b300dea37cf9.gz
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691257
---
CHANGES | 13 +++++++++++++
VERSION | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index 1608ba0..1701902 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+
+===== 1.2 (2012-06-02) =====
+
+ * Bugfixes
+ ** Fix #284
+ ** Fix return type of window##open_
+
+ * Features/Changes
+ ** Improvements in the data-flow solver
+ ** Add Dom_html.window##onscroll
+ ** Dom_events.listen: handler should return boolean
+ ** Add DOM drag/drop events
+
===== 1.1.1 (2012-03-15) =====
* Bugfixes:
diff --git a/VERSION b/VERSION
index 524cb55..5625e59 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.1
+1.2
--
|