Comment 4 for bug 94516

Revision history for this message
Martin Pitt (pitti) wrote :

 restricted-manager (0.12) feisty; urgency=low
 .
   [ Martin Pitt ]
   * debian/restricted-manager.postinst: Bump version for purging invalid cache
     files on upgrades to 0.11, to clean up after #93368.
   * {applications,autostart}/restricted-manager.desktop.in: Add gettext
     domain. (LP: #94754)
   * restricted-manager, --check-composite: If /var/cache/debconf/config.dat is
     not world-readable (as happens after a crisp clean install for some
     reason), gksu itself and try again.
   * Call programs in /sbin and /usr/sbin/ with absolute paths. (LP: #94516)
 .
   [ Johan Kiviniemi ]
   * RestrictedManager/modalias.{append,override},
     modalias_override/{ath_hal,fglrx,ipw3945.manual,nvidia}:
     Replaced the monolithic modalias pattern files with a directory that
     contains the patterns in separate files. Now manually written patterns
     are in different files than automatically generated ones.
   * debian/rules: Don't install the old patterns.
   * debian/restricted-manager.install: Install the new patterns.
   * RestrictedManager/core.py: Use the new modalias pattern directory
     instead of modalias.{append,override}.
   * modalias_override_scripts/ath_hal_supported: Add a script to generate
     the ath_hal listing from the ath_pci listing.
   * modalias_override_scripts/fglrx_supported:
     - Changed the comments to point to the new pattern directory.
     - Print a comment about the output being automatically generated.
     - Sort the output, so that future changes cause as small diffs as
       possible.
   * modalias_override_scripts/nvidia_supported: Rewrote the whole script.
     Now the IDs are parsed directly from the nvidia modules instead of
     scraping the nVidia website. Now the listing should be complete.
   * modalias_override/nvidia: Generated with the new nvidia_supported
     script. (LP: #93300)
   * debian/restricted-manager.{postinst,postrm}: Always remove cache files
     when upgrading; remove /var/cache/restricted-manager altogether when
     uninstalling.