From f160b9a366883dd4cc88cf7bbffefc240fa42757 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 4 Sep 2009 00:07:16 +0000 Subject: 1.6.2 --- contributions.txt | 29 +++++++++++++++++++++++++++++ docs/configure_server.txt | 9 +++++---- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/contributions.txt b/contributions.txt index 70cc63533..0e947c122 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,5 +1,34 @@ See individual change logs for contributors to those builds +------------------------------------------------------------------------ +Version 1.6.2 Change List +Release Date: +------------------------------------------------------------------------ +BEGIN VERSION 1.6.2 CHANGES +------------------------------------------------------------------------ + * Added widget for user's latest photos + * Added notifications to a user if that user is tagged in a photo + * Fixed some issues with tagging people in albums that belong to a closed group + * Added a test page for ImageMagick commandline + * Began restructuring the code for future capabilities + * Many more bug fixes and tweaks +------------------------------------------------------------------------ +END VERSION 1.6.2 CHANGES +------------------------------------------------------------------------ + + +------------------------------------------------------------------------ +Version 1.6.1 Change List +Release Date: 08/04/2009 +------------------------------------------------------------------------ +BEGIN VERSION 1.6.1 CHANGES +------------------------------------------------------------------------ + * Fixed css bug that caused problems with tagging + * Added Spanish language file from mylamilagros +------------------------------------------------------------------------ +END VERSION 1.6.1 CHANGES +------------------------------------------------------------------------ + ------------------------------------------------------------------------ Version 1.6.0 Change List diff --git a/docs/configure_server.txt b/docs/configure_server.txt index 4d77816d6..32fb5d86e 100644 --- a/docs/configure_server.txt +++ b/docs/configure_server.txt @@ -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 running anyway. -ImageMagick: A significantly better image library than GD. It uses less -memory during resizing. Use this if it is available. +ImageMagick: A significantly better image library than GD. There is a command-line +version that is commonly available on servers and a PHP extension call imagick that +you can install on your server (if you have control of your server). -exec: Calls to ImageMagick command line utilities like convert require that -exec() be available. On some servers it will be for security reasons. +exec: Calls to ImageMagick command-line utilities like convert require that +exec() be available. On some servers it will be disabled for security reasons. Memory Available to PHP: The amount of RAM available to a single PHP process. This can have an effect on how large an image you can resize -- cgit v1.2.3