~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to io/hpmud/pp.c

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Till Kamppeter, Mark Purcell
  • Date: 2012-10-27 16:03:17 UTC
  • mfrom: (1.6.2)
  • Revision ID: package-import@ubuntu.com-20121027160317-y3xaqn9brebfrfo6
Tags: 3.12.10a-1
[ Till Kamppeter ]
* New upstream release
  - Fixed crash in HP Device Manager and System Tray due to ValueError
    exception in HPLIP upgrade functionality (LP: #1064889).
* debian/hplip.install, debian/hplip-gui.install: Added some missing program
  file links.
* debian/patches/hplip-release-parport.patch: libsane-hpaio does not close
  /dev/parport* after checking for a scanner (LP: #1065582, Red Hat bug
  #1065582).

[ Mark Purcell ]
* debian/bug-script: Fix bashism (Closes: #690625, #687243) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1240
1240
               if (ma.support != HPMUD_SUPPORT_TYPE_HPLIP)
1241
1241
               {
1242
1242
                  BUG("ignoring %s support=%d\n", dev, ma.support);
 
1243
                  release_pp(fd);
 
1244
                  close(fd);
1243
1245
                  continue;           /* ignor, not supported */
1244
1246
               }
1245
1247