ef: 1.7.1 release.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 20 Oct 2012 14:28:35 +0000 (14:28 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 20 Oct 2012 14:28:35 +0000 (14:28 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/ecore-1.7@78286 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
NEWS
configure.ac

index 0d7feb5..e37fc8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2012-10-10 Michal Pakula vel Rutka
 
        * Fix: Send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
+
+2012-10-20  Cedric Bail
+
+       1.7.1 release
diff --git a/NEWS b/NEWS
index 7559bd5..0cc47d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,13 +4,17 @@ Changes since Ecore 1.7.0:
 --------------------------
 
 Fixes:
+    * ecore_con_ssl: fix crash on failure with privkeys and certificate.
+    * ecore_con_ssl: fix ssl connections.
+    * ecore_con: fix race condition with event from disconnected clients.
     * ecore_con_url: properly reschedule call to curl.
-    * ecore_evas rotation handling on some driver implementations
-    * ecore_file_escape_name() escape taba nd newline right.
+    * ecore_evas: rotation handling on some driver implementations
+    * ecore_file: ecore_file_escape_name() escape taba nd newline right.
     * ecore_x_image_is_argb32_get() returns correctly given endianness.
-    * ecore_imf ibus module potential segv fixed.
-    * ecore_thread_feedback() memory allocation and corruption fixed.
-    * send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
+    * ecore_x: fix ecore_x_randr.
+    * ecore_x: send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
+    * ecore_imf: ibus module potential segv fixed.
+    * ecore: ecore_thread_feedback() memory allocation and corruption fixed.
 
 Changes since Ecore 1.2.0:
 --------------------------
index 7907b3c..5aa63a2 100644 (file)
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-m4_define([v_mic], [0])
+m4_define([v_mic], [1])
 m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n' | sed 's/Unversioneddirectory/0/' | tr -d '\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
 ##--   When released, remove the dnl on the below line