summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2015-07-28 01:33:31 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2015-07-28 01:33:31 +0900
commit150e98aed5e878bf1f2e8cd60a7e52dee6bcded9 (patch)
tree94e3bbe0d67464729654aa2bea0bdf3ccf34271a /NEWS
parent217971caccb381dc7de01fe4f3cca83f1885ff87 (diff)
downloadelementary-150e98aed5e878bf1f2e8cd60a7e52dee6bcded9.tar.gz
release: Update NEWS and bump version for 1.15.0-beta3 releasev1.15.0-beta3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4fa78e78b..c80060d73 100644
--- a/NEWS
+++ b/NEWS
@@ -93,6 +93,14 @@ Fixes:
* Scroller: Improvement in _key_action_move() calculations.
* genlist : fix genlist dangling pointer crash in item select (T2553)
* elementary: Adjust shadow spacer on maximize (T2578)
+ * elementary: Fix T2573: Extra blank line in Genlist Dnd Test (T2573)
+ * Elm_Config: add getpwent support, fix compilation on Windows
+ * Elm_Config: fix compilation when getuid() or geteuid() are not available
+ * elementary: Fix compiler warning disgarding const qualifier
+ * elementary: Fix external variable declaration to match const char
+ * elm_gengrid: Fix condition error.
+ * Elm_Prefs: use Evil API
+ * elm_gengrid: fix missing variable initialization.
Changes since 1.13.0:
---------------------