Documented 'APT::Default-Release' in apt.conf.
authorEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 2 Nov 2008 09:50:48 +0000 (11:50 +0200)
committerEugene V. Lyubimkin <jackyf@1501-debian>
Sun, 2 Nov 2008 09:50:48 +0000 (11:50 +0200)
debian/changelog
doc/apt.conf.5.xml

index 7c92bee..643ea2a 100644 (file)
@@ -51,6 +51,7 @@ apt (0.7.17) unstable; urgency=low
       some of installed packages. Based on patch by Nori Heikkinen and
       Andre Felipe Machado. (Closes: #267087)
     - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
+    - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399)
 
  -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Fri, 24 Oct 2008 23:45:17 +0300
 
index 64724f2..3a2ad70 100644 (file)
@@ -98,6 +98,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      compiled for.</para></listitem>
      </varlistentry>
      
+     <varlistentry><term>Default-Release</term>
+        <listitem><para>Default release to install packages from if more than one
+        version available. Contains release name or release version. Examples: 'stable', 'testing', 'unstable', '4.0', '5.0*'. Release codenames ('etch', 'lenny' etc.) are not allowed now. See also &apt-preferences;.</para></listitem>
+     </varlistentry>
+     
      <varlistentry><term>Ignore-Hold</term>
      <listitem><para>Ignore Held packages; This global option causes the problem resolver to
      ignore held packages in its decision making.</para></listitem>