]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
preparing 1.8.16 release
authorCash Costello <cash.costello@gmail.com>
Tue, 25 Jun 2013 10:54:48 +0000 (06:54 -0400)
committerCash Costello <cash.costello@gmail.com>
Tue, 25 Jun 2013 10:54:48 +0000 (06:54 -0400)
CHANGES.txt
version.php

index 39a88a6774820055412907586aa54dcf9fa7f977..187dc7e25805c5fab55b64a87dde5924df47ff70 100644 (file)
@@ -1,5 +1,5 @@
 Version 1.8.16
-(June xx, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
+(June 25, 2013 from https://github.com/Elgg/Elgg/tree/1.8)
   Contributing Developers:
    * Brett Profitt
    * Cash Costello
@@ -9,7 +9,7 @@ Version 1.8.16
    * Steve Clay
 
   Security Fixes:
-   * 
+   * Fixed avatar removal bug (thanks to Jerome Bakker for the first report of this)
 
   Bugfixes:
    * Fixed infinite loop when deleting/disabling an entity with > 50 annotations
index ac554a94522bc6785aa985c3742626fcae1d2778..f21ea074a0bb36bc65925624f05e3cc85a2e53ca 100644 (file)
@@ -14,4 +14,4 @@
 $version = 2013051700;
 
 // Human-friendly version name
-$release = '1.8.15';
+$release = '1.8.16';