]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blob - debian/changelog
Add changes from 1.0.2-3
[deb_pkgs/libapache-gallery-perl.git] / debian / changelog
1 libapache-gallery-perl (1.0.2-3) unstable; urgency=medium
2
3   * Create var/cache/www and make it writable by www-data (Closes: #710281)
4     Thanks to Bdale for noticing this.
5   * Do not attempt to delete /var/cache/www (Closes: #747260)
6     Thanks to Andy Spiers <andy@spiers.co.uk> for the patch.
7   * Update standards version to 3.9.5 (no changes).
8   * Add rudimentary support for mp4 files (Closes: #704000).
9     Thanks to Andres Salomon <dilinger@queued.net> for the patch.
10   
11  -- Don Armstrong <don@debian.org>  Fri, 30 May 2014 18:53:18 -0700
12
13 libapache-gallery-perl (1.0.2-2) unstable; urgency=low
14
15   * Rewrite path to icons in request
16
17  -- Don Armstrong <don@debian.org>  Sat, 26 Nov 2011 16:29:55 -0800
18
19 libapache-gallery-perl (1.0.2-1) unstable; urgency=low
20
21   * New upstream release
22     + Added ignore file support (Closes: #619625)
23     + Cache dir default (Closes: #337197)
24
25  -- Don Armstrong <don@debian.org>  Sat, 26 Nov 2011 14:42:09 -0800
26
27 libapache-gallery-perl (1.0.1-3) unstable; urgency=low
28
29   * Include default/navdirectory.tpl and new/navdirectory.tpl by copying
30     from the bright template (Closes: #645356).
31
32  -- Don Armstrong <don@debian.org>  Fri, 14 Oct 2011 14:04:25 -0700
33
34 libapache-gallery-perl (1.0.1-2) unstable; urgency=low
35
36   * Fix maintainer address
37
38  -- Don Armstrong <don@debian.org>  Wed, 28 Sep 2011 14:57:52 -0700
39
40 libapache-gallery-perl (1.0.1-1) unstable; urgency=low
41
42   * New upstream release
43   * Change underscores to spaces for images too (Closes: #348724). Thanks
44     to Francesco Potorti and Luca Capello.
45   * Allow txt files to be used as plain files (Closes: #423004); include
46     icons which are now upstream. Thanks to Luca Capello.
47
48  -- Don Armstrong <don@debian.org>  Wed, 28 Sep 2011 12:34:55 -0700
49
50 libapache-gallery-perl (0.99-svn060811-1) unstable; urgency=low
51
52   * New svn pull release, pre 1.0.
53   * Upstream changes:
54     - Added the right gallery.css
55     - Fix xhtml validation errors.
56     - Cleaned colorcodes up at bit
57     - Initial import of new template; bright.
58     - Added missing semicolon for html validation.
59     - Cache bugfix.
60   * Added a cronjob to clean the cache (Closes: #337200)
61
62  -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 11 Aug 2006 00:09:30 +0300
63
64 libapache-gallery-perl (0.99-svn050921-1) unstable; urgency=low
65
66   * New svn pull release, pre 1.0.
67   * Show only sizes specified in the config file (Closes: #290900).
68   * Add copyright image also in the case the picture does not need to scaled
69     (Closes: #324524).
70   * libapache-gallery-perl should work with libapache2-mod-perl2 even if
71     libapache-mod-perl is installed (Closes: #316172).
72
73  -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 20 Sep 2005 20:51:11 +0000
74
75 libapache-gallery-perl (0.99-svn050708-1) unstable; urgency=low
76
77   * New svn pull release: "Debconf5 is over, so now i can work in my packages"
78     and "QA Meeting in FRA".
79   * Updated documentation.
80   * Update dependency on the new libapache2-mod-perl2.
81   * Bumped Standards, no changes needed.
82
83  -- Jesus Climent <jesus.climent@hispalinux.es>  Fri,  9 Sep 2005 15:44:10 +0000
84
85 libapache-gallery-perl (0.99-svn050524-1) unstable; urgency=low
86
87   * The "Pissing Manoj has its consecuences" release.
88   * Updated subversion checkout due to new API version uploaded to sid
89     (Closes: #310486).
90     This version is in fact 1.0rc1, but it requires a new version of
91     perl-modules containing a new CGI.pm release (we need 3.08 and 3.04 is the
92     one we distribute right now).
93   * Remove spurious dependency on the (otherwise outdated) libcgi-perl
94     (Closes: #310632). Kudos to Manoj for noticing.
95
96  -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 24 May 2005 11:44:30 +0000
97
98 libapache-gallery-perl (0.9.1-3) unstable; urgency=low
99
100   * Brown Paper Bag release.
101   * Changed back the /gallery-icons/ to /icons/gallery/ (Closes: #292604)
102     This was one of the old changes that I wanted not to introduce, but I
103     forgot I made when my hard disk drive crashed. The only working copy had
104     that change...
105
106  -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 28 Jan 2005 09:11:46 +0000
107
108 libapache-gallery-perl (0.9.1-2) unstable; urgency=low
109
110   * New README.Debian file with reorganized intructions. Hopefully they will
111     make it easier for the end user to get it working (Closes: #254396).
112     Also, modified the requirement for removing autoindex_module, and state
113     that might not be true (Closes: #290159)
114   * Modified Gallery.pm to include the new libapache2-mod-perl2
115     (Closes: #290678)
116   * Applied patch from Don Armstrong to get ppm, gif and tiff files displayed
117     from the cache proper (Closes: #287833)
118
119  -- Jesus Climent <jesus.climent@hispalinux.es>  Sun, 16 Jan 2005 14:33:10 +0000
120
121 libapache-gallery-perl (0.9.1-1) unstable; urgency=low
122
123   * New upstream release (Closes: #271223)
124   * Erased some dependencies for the build process, since we can provide the
125     dependencies during installation time. I have built it, tested it, and it
126     Works For Me (TM) (Closes: #271222).
127   * A rework for #254396 was ready when my hdd crashed. Next release, maybe...
128
129  -- Jesus Climent <jesus.climent@hispalinux.es>  Sun, 12 Sep 2004 08:14:57 +0000
130
131 libapache-gallery-perl (0.8-3) unstable; urgency=low
132
133   * The "Do not press gqgg while editing under vi unless you really know what
134     you are doing" release.
135   * Formated README.Debian for readability (Closes: #246465). Kudos to
136     Adeodato Simó.
137
138  -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 29 Apr 2004 08:54:55 +0000
139
140 libapache-gallery-perl (0.8-2) unstable; urgency=low
141
142   * debian/README: some more bits of information about the procedure to set a
143     gallery (Closes: #240635, #245725, #245728).
144
145  -- Jesus Climent <jesus.climent@hispalinux.es>  Sun, 25 Apr 2004 07:30:35 +0000
146
147 libapache-gallery-perl (0.8-1) unstable; urgency=low
148
149   * New upstream release
150   * Changed the dependency from libapache-mod-perl and apache-perl to
151     libapache-request-perl, which hopefully will pull the needed dependencies.
152     If only dpkg and apt-get would support conditional dependencies...
153     (Closes: #235055)
154
155  -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 10 Mar 2004 19:44:10 +0000
156
157 libapache-gallery-perl (0.7r237-2) unstable; urgency=low
158
159   * debian/control
160     - Ups! I missed apache-mod-perl is not a package (Closes: #234456)
161     - Standards: bumped to 3.6.1.0
162
163  -- Jesus Climent <jesus.climent@hispalinux.es>  Tue, 24 Feb 2004 06:51:06 +0000
164
165 libapache-gallery-perl (0.7r237-1) unstable; urgency=low
166
167   * First uploaded release (Closes: #230614)
168
169  -- Jesus Climent <jesus.climent@hispalinux.es>  Mon, 22 Dec 2003 22:31:39 +0000