]> git.saurik.com Git - apt.git/commitdiff
Added APT::Get::AllowUnauthenticated to configure-index.
authorEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 2 Nov 2008 10:23:18 +0000 (12:23 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 2 Nov 2008 10:23:18 +0000 (12:23 +0200)
debian/changelog
doc/examples/configure-index

index d21e4f488aa1679bc6c9d07eaf9f08bfa640d8b2..529e0a337a165946f373ad17f56b0f3211134393 100644 (file)
@@ -54,6 +54,8 @@ apt (0.7.17) unstable; urgency=low
     - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399)
     - APT::Install-Recommends is now true by default, mentioned this in
       configure-index example. (Closes: #463268)
+    - Added 'APT::Get::AllowUnauthenticated' to configure-index.
+      (Closes: #320225)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 
index 6af2c01ba0220142e9b88a6279418e3f7d38dc09..d0c453a1c792d620feb73e93b341ac78546d6617 100644 (file)
@@ -32,6 +32,7 @@ APT
   Get 
   {
      Arch-Only "false";
+     AllowUnauthenticated "false";
      AutomaticRemove "false";       
      HideAutoRemove "false";
      Download-Only "false";