]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blobdiff - Changes
Add support for online renaming of images using .file
[deb_pkgs/libapache-gallery-perl.git] / Changes
diff --git a/Changes b/Changes
index 9e221e4b4d1fb8efc9f47604a053c615b39bda07..e02c697a538b92d4ca495c8030f8358b3c230372 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,44 @@
-$Author: mil $ $Rev: 308 $
-$Date: 2005-09-16 11:52:59 +0300 (Fri, 16 Sep 2005) $
+$Author: mil $ $Rev: 335 $
+$Date: 2011-06-08 20:47:46 +0200 (Wed, 08 Jun 2011) $
 
 Revision history for Perl extension Apache::Gallery.
 
+1.0.2 Wed Jun  8 20:47:16 CEST 2011
+
+       - Extended GalleryUnderscoresToSpaces to filenames as well.
+         (Debian bug #348724, Francesco Potortì)
+       - Added txt to GalleryDocFile, the code in Gallery.pm already
+         allowed it.  (Luca Capello)
+       - Added text-html.png and text-txt.png icons.
+         (Debian bug #423004, Luca Capello)
+       - Fixed counter typo for <directory>.folder in next directory
+         menu item.  (Luca Capello)
+       - Added support to ignore items through <directory|file>.ignore.
+         (Debian bug #619625, Luca Capello)
+       - Fixed spelling typos in Gallery.pm and README.  (Luca Capello)
+       - GalleryCacheDir defaults to /var/cache/www/ per the FHS-2.3.
+         (Debian bug #337197, Luca Capello)
+       - Fixed two minor POD errors (Michael Legart)
+
+1.0.1 Wed Feb 23 20:45:38 CET 2011
+
+       - Added missing template files to MANIFEST
+
+1.0 Tue Feb 22 21:54:31 CET 2011
+
        - Handle files that match both GalleryDocFile and GalleryImgFile
          correctly. (Claus Faerber)
+       - Only respond to HEAD and GET requests, enabling users to use
+         WebDAV for upload (Andreas Plesner)
+       - Added new option GalleryCommentExifKey to get comments from
+         EXIF data (Michael Legart)
+       - Added new option GalleryEnableMediaRss to enable generation of
+         a media RSS feed for each directory listing. This works with
+         e.g. the plugin from http://piclens.com to enable 3D viewing
+         of your gallery. (Michael Legart)
+       - Make browser-caching work with mod_perl 2. Supports If-None-Match
+         and If-Modified-Since headers. Sets Last-Modified-Date and
+         ETag headers. (Michael Legart)
 
 1.0RC3 Fri Sep 16 10:27:48 CEST 2005