]> git.saurik.com Git - apt.git/commitdiff
Bug fixes
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:07 +0000 (16:56 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:07 +0000 (16:56 +0000)
Author: jgg
Date: 2000-06-05 04:47:30 GMT
Bug fixes

cmdline/apt-get.cc
debian/changelog

index 15de207314e3fac4bd80534e04d95c89dfd18a78..3074435e8ddecc4a2484095b1e37663e8f5bee0f 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.98 2000/05/14 06:01:04 jgg Exp $
+// $Id: apt-get.cc,v 1.99 2000/06/05 04:47:30 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -1691,6 +1691,7 @@ int main(int argc,const char *argv[])
       {'s',"simulate","APT::Get::Simulate",0},
       {'s',"just-print","APT::Get::Simulate",0},
       {'s',"recon","APT::Get::Simulate",0},
+      {'s',"dry-run","APT::Get::Simulate",0},
       {'s',"no-act","APT::Get::Simulate",0},
       {'y',"yes","APT::Get::Assume-Yes",0},
       {'y',"assume-yes","APT::Get::Assume-Yes",0},      
index aa047bc89877525b7cac4592e5fba522b757a448..16286ebb947196ed1b86af6b56f6ec766f9daf8b 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.3.19) frozen unstable; urgency=low
+
+  * Added --dry-run to match docs. Closes #65153, #64292
+  * Obscure divide by zero problem. Closes #64394
+  * Update sizetable for mips. Closes #62288
+  
+ -- Ben Gertzfield <che@debian.org>  Fri, 12 May 2000 21:10:54 -0700
 apt (0.3.19) frozen unstable; urgency=low
   
   * Updates to apt-cdrom to support integrated non-us nicely, thanks to