~ubuntu-branches/ubuntu/jaunty/cups/jaunty-proposed

« back to all changes in this revision

Viewing changes to cups/usersys.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-07-23 08:58:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723085857-snar5iirwgr0djnc
Tags: 1.3.8-1
* New upstream release: some 20 bug fixes, no new features (see
  http://www.cups.org/articles.php?L562 for details).
* Dropped patches, accepted upstream:
  - empty_option_value_crash.dpatch
  - CVE-2008-1722.dpatch
  - glibc2.8_build.dpatch
  - HostNameLookups_values.dpatch
* manpage-typos.dpatch: Most of this got applied to 1.3.8. The ".Sh" ->
  ".SS" fix only got applied to trunk, so backport these remaining ones.
* manpage-translations.dpatch: Update to new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * "$Id: usersys.c 6649 2007-07-11 21:46:42Z mike $"
 
2
 * "$Id: usersys.c 7721 2008-07-11 22:48:49Z mike $"
3
3
 *
4
4
 *   User, system, and password routines for the Common UNIX Printing
5
5
 *   System (CUPS).
491
491
 
492
492
 
493
493
/*
494
 
 * End of "$Id: usersys.c 6649 2007-07-11 21:46:42Z mike $".
 
494
 * End of "$Id: usersys.c 7721 2008-07-11 22:48:49Z mike $".
495
495
 */