Pārlūkot izejas kodu

Added APT::Get::AllowUnauthenticated to configure-index.

Eugene V. Lyubimkin 17 gadi atpakaļ
vecāks
revīzija
8070717c2c
2 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 2 0
      debian/changelog
  2. 1 0
      doc/examples/configure-index

+ 2 - 0
debian/changelog

@@ -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
 

+ 1 - 0
doc/examples/configure-index

@@ -32,6 +32,7 @@ APT
   Get 
   {
      Arch-Only "false";
+     AllowUnauthenticated "false";
      AutomaticRemove "false";       
      HideAutoRemove "false";
      Download-Only "false";