Change logs for software-properties source package in Oneiric

  • software-properties (0.81.13.5) oneiric-security; urgency=low
    
      * SECURITY UPDATE: improve gpg key validation to prevent MITM attack
        (LP: #1016643)
        - softwareproperties/ppa.py: download gpg key to temporary keyring, and
          validate using v4 fingerprint before importing to apt keyring.
     -- Marc Deslauriers <email address hidden>   Fri, 28 Sep 2012 09:24:18 -0400
  • software-properties (0.81.13.4) oneiric-proposed; urgency=low
    
      * manually shift the policy index to work around wrong upgrade policy being
        set. (LP: #944876)
     -- Jonathan Riddell <email address hidden>   Wed, 25 Apr 2012 20:55:20 +0100
  • software-properties (0.81.13.3) oneiric-security; urgency=low
    
      * SECURITY UPDATE: incorrect ssl certificate validation (LP: #915210)
        - softwareproperties/ppa.py: use pycurl to download the signing key
          fingerprint.
        - tests/test_lp.py: add test.
        - debian/control: add python-pycurl dependency.
        - CVE-2011-4407
     -- Marc Deslauriers <email address hidden>   Thu, 26 Jan 2012 10:51:26 -0500
  • software-properties (0.81.13.2) oneiric-proposed; urgency=low
    
      * add-apt-repository:
        - honor FORCE_ADD_APT_REPOSITORY (LP: #890708)
     -- Michael Vogt <email address hidden>   Wed, 30 Nov 2011 09:46:12 +0100
  • software-properties (0.81.13.1) oneiric-proposed; urgency=low
    
      [ Michael Vogt ]
      * debian/control:
        - add missing build-depends to dh-translations
    
      [ Philip Muskovac ]
      * lp:~yofel/software-properties/lp-819793:
        - Fix for bug 819793 as disable_child_source() now need the template
          name as parameter, not the template itself )LP: #819793
    
      [ Robert Roth ]
      * Fix warnings logged to terminal about inexistent handlers by checking
        if the handlers exist
      * Reset the popcon checkbox value if changed, but auth failed (LP: #874759)
      * Apt-add-repository --remove changed to also remove the debsrc
        line (LP: #838507)
      * Update the manpage of apt-add-repository with the available
        options. (LP: #697546)
      * Reset the text on the mirror testing dialog after closing/canceling
        it (LP: #875679)
      * Unicode encode PPA description and displaynam to avoid
        UnicodeDecodeErrors (LP: #827355)
      * Do not expand the server combobox (LP: #875131)
    
    software-properties (0.81.13) oneiric-proposed; urgency=low
    
      * lp:~kelemeng/software-properties/bug853231:
        - Build with dh_translations, to localize the .policy file at
          runtime. LP: #853231
        - Add missing files to POTFILES.in (LP: #853231)
          Many thanks to Gabor Kelemen
     -- Michael Vogt <email address hidden>   Thu, 20 Oct 2011 13:46:08 +0200
  • software-properties (0.81.13) oneiric-proposed; urgency=low
    
      * lp:~kelemeng/software-properties/bug853231:
        - Build with dh_translations, to localize the .policy file at
          runtime. LP: #853231
        - Add missing files to POTFILES.in (LP: #853231)
          Many thanks to Gabor Kelemen
     -- Michael Vogt <email address hidden>   Wed, 12 Oct 2011 10:22:19 +0200
  • software-properties (0.81.11) oneiric-updates; urgency=low
    
      * lp:~kelemeng/software-properties/bug853231-upstream:
        - Add missing files to POTFILES.in (LP: #853231)
        Many thanks to Gabor Kelemen
     -- Michael Vogt <email address hidden>   Tue, 11 Oct 2011 18:40:19 +0200
  • software-properties (0.81.10) oneiric; urgency=low
    
      * softwareproperties/dbus/SoftwarePropertiesDBus.py, tests/test_dbus.py:
        - fix crash when there are unicode comments in the sources.list
          file (LP: #820028). Dbus always sends us a dbus.String which is
          type unicode, but python-apt expects utf8 encoded str
     -- Michael Vogt <email address hidden>   Mon, 10 Oct 2011 10:55:45 +0200
  • software-properties (0.81.9) oneiric; urgency=low
    
      * lp:~gandelman-a/software-properties/lp829109 :
        - add "-y" to add-apt-repository (LP: #829109). This can be
          used to avoid the confirmation prompt. Alternatively you
          can redirect stdin to /dev/null for skipping of the confirmation
     -- Michael Vogt <email address hidden>   Fri, 19 Aug 2011 09:11:58 +0200
  • software-properties (0.81.8) oneiric; urgency=low
    
      * Move from static gobject to GI GObject module, to be compatible to
        upcoming pygobject 3.0.
     -- Martin Pitt <email address hidden>   Wed, 17 Aug 2011 07:19:02 +0200
  • software-properties (0.81.7) oneiric; urgency=low
    
      * softwareproperties/ppa.py:
        - fix incorrect call call to apt-key for the fingerprint, thanks
          to Martin Pitt for the report
     -- Michael Vogt <email address hidden>   Tue, 16 Aug 2011 16:23:29 +0200
  • software-properties (0.81.6) oneiric; urgency=low
    
      [ Michael Vogt ]
      * softwareproperties/ppa.py:
        - show PPA description and confirm before adding
          (security-o-catch-all spec)
    
      [ Martin Pitt ]
      * softwareproperties/gtk/SoftwarePropertiesGtk.py: Fix encoding error,
        thanks to sokolov-m-v for the patch! (LP: #815480)
     -- Martin Pitt <email address hidden>   Mon, 15 Aug 2011 10:25:51 +0200
  • software-properties (0.81.5) oneiric; urgency=low
    
      * softwareproperties/gtk/DialogMirror.py:
        - sort automatic mirror on top of the mirror list
      * debian/control:
        - remove old conflicts/replaces
     -- Michael Vogt <email address hidden>   Thu, 11 Aug 2011 15:55:52 +0200
  • software-properties (0.81.4) oneiric; urgency=low
    
      * softwareproperties/AptAuth.py:
        - move trustdb into tmpdir as gnupg insists in creating it
      * softwareproperties/gtk/SoftwarePropertiesGtk.py:
        - use policykit for changing the update interval (LP: #816061)
     -- Michael Vogt <email address hidden>   Tue, 26 Jul 2011 09:13:23 +0200
  • software-properties (0.81.3) oneiric; urgency=low
    
      * softwareproperties/gtk/SimpleGtkbuilderApp.py:
        - remove unneeded debug output for gobjects without a get_name()
          function
      * softwareproperties/gtk/SoftwarePropertiesGtk.py:
        - do not crash if update-notifier is not installed (LP: #815016)
      * softwareproperties/AptAuth.py:
        - do not access ~/.gnupg from AptAuth() (LP: #815034)
      * softwareproperties/SoftwareProperties.py:
        - add CDROM add support into the dbus backend (LP: #815860)
     -- Michael Vogt <email address hidden>   Mon, 25 Jul 2011 18:15:30 +0200
  • software-properties (0.81.2) oneiric; urgency=low
    
      * fix crash when clicking on "updates" tab child sources,
        thanks to Sebastien Bacher
     -- Michael Vogt <email address hidden>   Fri, 22 Jul 2011 22:15:05 +0200
  • software-properties (0.81.1) oneiric; urgency=low
    
      * data/software-properties-gtk.desktop.in:
        - don't use gksu
      * debian/control:
        - remove the gksu dependency and add software-properties-common
          instead
      * debian/software-properties-common.install:
        - fix missing dbus include (thanks to seb128)
      * data/com.ubuntu.SoftwareProperties.service:
        - fix service path (thanks to seb128)
     -- Michael Vogt <email address hidden>   Fri, 22 Jul 2011 21:39:04 +0200
  • software-properties (0.81) oneiric; urgency=low
    
      [ Mohamed Amine IL Idrissi ]
      * Redesigned the Updates tab according to
        https://wiki.ubuntu.com/SoftwareUpdateHandling#settings (LP:
        #351484, #357676, #253412)
    
      [ Michael Vogt ]
      * add dbus/polkit backend, based on
        lp:~kubuntu-packagers/software-properties/dbusworker
      * use new dbus backend
      * automatically run tests at bzr-buildpackage time
     -- Michael Vogt <email address hidden>   Fri, 22 Jul 2011 19:11:26 +0200
  • software-properties (0.80.13) oneiric; urgency=low
    
      * merge control center fix from Rodrigo Moya, many thanks!
        (lp:~rodrigo-moya/software-properties/fix-787694) LP: #787694
     -- Michael Vogt <email address hidden>   Mon, 11 Jul 2011 11:34:51 +0200
  • software-properties (0.80.12) oneiric; urgency=low
    
      * softwareproperties/gtk/DialogCacheOutdated.py: Stop calling synaptics, use
        aptdaemon instead.
      * debian/control: Drop synaptics dependency, add
        python-aptdaemon.gtk3widgets.
      * data/gtkbuilder/*.ui: Drop deprecated has_separator properites.
     -- Martin Pitt <email address hidden>   Wed, 22 Jun 2011 17:03:11 +0200
  • software-properties (0.80.11) oneiric; urgency=low
    
      [ Martin Pitt ]
      * debian/rules: Drop deprecated simple-patchsys. This is a native package
        anyway, we don't need a patch system.
    
      [ Michael Vogt ]
      * move from python-central to dh_python2
      * move from cdbs to dh7
     -- Michael Vogt <email address hidden>   Fri, 10 Jun 2011 11:29:51 +0200
  • software-properties (0.80.10) oneiric; urgency=low
    
      [ Michael Vogt ]
      * merged lp:~hodgestar/software-properties/configurable-key-server,
        many thanks
    
      [ Martin Pitt ]
      * software-properties-gtk: Stop forcing GTK 2, we want to use GTK 3 now.
        Update gir dependency accordingly.
     -- Martin Pitt <email address hidden>   Wed, 18 May 2011 09:59:32 +0200
  • software-properties (0.80.9) natty; urgency=low
    
      * In "Updates" tab (qt and gtk), ignore all deb-src templates.
        (LP: #768363, LP: #768469)
     -- Stephane Graber <email address hidden>   Sun, 24 Apr 2011 13:37:52 -0400