]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Bumped version to 1.8.10. Updated changes. Refs #4947.
authorBrett Profitt <brett.profitt@gmail.com>
Wed, 5 Dec 2012 00:00:14 +0000 (19:00 -0500)
committerBrett Profitt <brett.profitt@gmail.com>
Wed, 5 Dec 2012 00:00:14 +0000 (19:00 -0500)
CHANGES.txt
version.php

index 5eb9aca0dccb3aedff77ce5f049e205de0c4d645..e2f9f4e3fc90210aa7d6556f5f4568bac6047850 100644 (file)
@@ -1,3 +1,31 @@
+Version 1.8.10
+(December 4th, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
+
+  Contributing Developers:
+   * Krzysztof Różalski
+   * Lars Hærvig
+   * Paweł Sroka
+   * RiverVanRain
+   * Sem
+   * Steve Clay
+
+  Security Enhancements:
+   * Cached metadata respects access restrictions to fix problems with profile
+     field display.
+   * Group RSS feeds are restricted to valid entities
+
+  Enhancements:
+   * UX: Added a list of Administrators in the admin area
+   * UX: Limiting message board activity stream entries to excerpts
+   * Performance: Prefetching river entries
+   * Performance: Plugin entities are cached
+
+  Bugfixes:
+   * Removed superfluous commas in JS files to fix IE compatibility.
+   * API: Fixed Twitter API.
+   * Performance: Outputting valid ETags and expires headers.
+
+
 Version 1.8.9
 (November 11, 2012 from https://github.com/Elgg/Elgg/tree/1.8)
 
index a2417d8484e6d263e101e3110958b619647a86a6..67f8fd4806a3f856da2a2e4f03a1a11bd501d889 100644 (file)
@@ -14,4 +14,4 @@
 $version = 2012111100;
 
 // Human-friendly version name
-$release = '1.8.9';
+$release = '1.8.10';