]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
1.6.2
authorCash Costello <cash.costello@gmail.com>
Fri, 4 Sep 2009 00:07:16 +0000 (00:07 +0000)
committerCash Costello <cash.costello@gmail.com>
Fri, 4 Sep 2009 00:07:16 +0000 (00:07 +0000)
contributions.txt
docs/configure_server.txt

index 70cc63533ca8f978388c2a026681fc0ab87b36ea..0e947c122e12271457aa58d991a6105408aedaf8 100644 (file)
@@ -1,5 +1,34 @@
 See individual change logs for contributors to those builds\r
 \r
+------------------------------------------------------------------------\r
+Version 1.6.2 Change List\r
+Release Date: \r
+------------------------------------------------------------------------\r
+BEGIN VERSION 1.6.2 CHANGES\r
+------------------------------------------------------------------------\r
+ * Added widget for user's latest photos\r
+ * Added notifications to a user if that user is tagged in a photo\r
+ * Fixed some issues with tagging people in albums that belong to a closed group\r
+ * Added a test page for ImageMagick commandline\r
+ * Began restructuring the code for future capabilities\r
+ * Many more bug fixes and tweaks\r
+------------------------------------------------------------------------\r
+END VERSION 1.6.2 CHANGES\r
+------------------------------------------------------------------------\r
+\r
+\r
+------------------------------------------------------------------------\r
+Version 1.6.1 Change List\r
+Release Date: 08/04/2009\r
+------------------------------------------------------------------------\r
+BEGIN VERSION 1.6.1 CHANGES\r
+------------------------------------------------------------------------\r
+ * Fixed css bug that caused problems with tagging\r
+ * Added Spanish language file from mylamilagros \r
+------------------------------------------------------------------------\r
+END VERSION 1.6.1 CHANGES\r
+------------------------------------------------------------------------\r
+\r
 \r
 ------------------------------------------------------------------------\r
 Version 1.6.0 Change List\r
index 4d77816d624f9402b1bf5c621e8487f834b1e2c3..32fb5d86ea67af65f7a2823447b308726c0f1417 100644 (file)
@@ -15,11 +15,12 @@ resizing. There are two versions GD and GD2. It generally does not matter
 which one you are using and it isn't always apparent which one you are\r
 running anyway.\r
 \r
-ImageMagick: A significantly better image library than GD. It uses less \r
-memory during resizing. Use this if it is available.\r
+ImageMagick: A significantly better image library than GD. There is a command-line\r
+version that is commonly available on servers and a PHP extension call imagick that\r
+you can install on your server (if you have control of your server).\r
 \r
-exec: Calls to ImageMagick command line utilities like convert require that\r
-exec() be available. On some servers it will be for security reasons.\r
+exec: Calls to ImageMagick command-line utilities like convert require that\r
+exec() be available. On some servers it will be disabled for security reasons.\r
 \r
 Memory Available to PHP: The amount of RAM available to a single PHP \r
 process. This can have an effect on how large an image you can resize\r