The following commit has been merged in the debian-master branch:
commit 2b7709d2271f339165fb401ef02085d23af5db18
Merge: 0a9d42d1b3d812e265f38bded1b844f94fedb281
a6b39cb5eec2cf7d8a0d756f0090a9d8644443c9
Author: Gerfried Fuchs <[email protected]>
Date: Mon Oct 31 15:15:51 2011 +0100
Merge branch 'master' into debian-master
diff --combined lib/Packages/Dispatcher.pm
index 998e13c,c247be9..d034377
--- a/lib/Packages/Dispatcher.pm
+++ b/lib/Packages/Dispatcher.pm
@@@ -64,15 -64,12 +64,15 @@@ sub do_dispatch
delete $ENV{'LC_ALL'};
delete $ENV{'LC_MESSAGES'};
- my %SUITES_ALIAS = ( oldstable => 'etch',
- stable => 'lenny',
- testing => 'squeeze',
+ my %SUITES_ALIAS = ( oldstable => 'lenny',
+ stable => 'squeeze',
+ testing => 'wheezy',
unstable => 'sid',
- '4.0' => 'etch',
- '5.0' => 'lenny' );
+ 'rc-buggy' => 'experimental',
+ '5.0' => 'lenny',
+ '6.0' => 'squeeze',
+ 'oldstable-backports' => 'lenny-backports',
+ 'stable-backports' => 'squeeze-backports' );
# Read in all the variables set by the form
my $input;
@@@ -105,7 -102,7 +105,7 @@@
if ($input->http('If-Modified-Since') and
(my $client_timestamp = str2time($input->http('If-Modified-Since'),
'UTC'))) {
- if ($client_timestamp > $last_modified) {
+ if ($client_timestamp >= $last_modified) {
# we are not modified since asked -> return "304 Not Modified"
print $input->header(-status => 304);
exit;
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]