Change logs for aptoncd source package in Intrepid

  • aptoncd (0.1.98-0ubuntu3) intrepid; urgency=low
    
      [ Kjell Braden ]
      * APTonCD/core/scanpkgs.py: fix creation of package index by reading
        everything apt-ftparchive tells us (LP: #159721)
    
      [ Scott Kitterman ]
      * Version build-dep on dephelper to (>= 5.0.51~) due to dh_icons
    
     -- Scott Kitterman <email address hidden>   Wed, 17 Sep 2008 09:09:05 -0400
  • aptoncd (0.1.98-0ubuntu2) intrepid; urgency=low
    
      * APTonCD/core/dbus_helper.py: fix dbus 1.1.20 interface requirements
        (LP: #199600)
    
     -- Kjell Braden <email address hidden>   Sun, 15 Jun 2008 16:27:38 +0200
  • aptoncd (0.1.98-0ubuntu1) hardy; urgency=low
    
      * Now the window title reflects the current mode (create/restore);
      * APTonCD/core/gui.py:
       - setting proper icon for question dialogs;
      * APTonCD/restore/restoreWindow.py:
       - remove the $TMP/aptoncd-mnt-image/ folder after umounting it;
      * data/glade/main_window.glade:
       - Changing Edit menu strings to have some consistency with the
         context menu strings;
      * Now users will be able to cancel creation progress
       - (except when making iso operation is in progress);
      * Check for avalilable space on tmp dir and destination dir before
        create the disk;
      * Added 'aptoncd' icon for dialog messages;
      * fixed a bug that caused an error when user doenst create a metapackage
        - closes LP:#154609;
      * Implemented --packages-list=FILE to imput the packages that will be
        listed in create mode;
      * Added a paramether --non-interactive to work together with
        --packages-list=FILE;
      * Added the menu View > Columns, where user can show/hide the Size and
        Version column in packages list;
      * If no package were selected set the sensitive of the "Burn..." button
        to false until a package is selected;
      * Use a menu radio instead tabs for changing modes;
      * Define if a package is older comparing with the other with the same
        name in the list, not with the installed one;
    
     -- Rafael Proenca <email address hidden>   Sat, 05 Jan 2008 21:19:45 -0300