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

« back to all changes in this revision

Viewing changes to cups/encode.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: encode.c 7342 2008-02-23 00:42:52Z mike $"
 
2
 * "$Id: encode.c 7721 2008-07-11 22:48:49Z mike $"
3
3
 *
4
4
 *   Option encoding routines for the Common UNIX Printing System (CUPS).
5
5
 *
586
586
 
587
587
 
588
588
/*
589
 
 * End of "$Id: encode.c 7342 2008-02-23 00:42:52Z mike $".
 
589
 * End of "$Id: encode.c 7721 2008-07-11 22:48:49Z mike $".
590
590
 */