~ubuntu-branches/debian/lenny/exiv2/lenny

« back to all changes in this revision

Viewing changes to src/sigmamn.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-06-21 08:23:53 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080621082353-b1n4w08trwfwbfl4
Tags: 0.17.1-1
* New upstream release
  - Library transition cleared on debian-release/ d-d-a
* Version 0.17 also fixes:
  - CVE-2008-2696: DoS via metadata in images (Closes: #486328)
  - crashes when fed with wrong file (Closes: #485670)
* Urgency medium for CVE fix
* debian/patches/gcc4.3.diff unecessary for gcc-4.3
* Add /usr/share/bug/exiv2/presubj message for reportbug(1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ***************************************************************** -*- C++ -*-
2
2
/*
3
 
 * Copyright (C) 2004-2007 Andreas Huggel <ahuggel@gmx.net>
 
3
 * Copyright (C) 2004-2008 Andreas Huggel <ahuggel@gmx.net>
4
4
 *
5
5
 * This program is part of the Exiv2 distribution.
6
6
 *
23
23
  @brief   Sigma and Foveon MakerNote implemented according to the specification
24
24
           <a href="http://www.x3f.info/technotes/FileDocs/MakerNoteDoc.html">
25
25
           SIGMA and FOVEON EXIF MakerNote Documentation</a> by Foveon.
26
 
  @version $Rev: 1039 $
 
26
  @version $Rev: 1366 $
27
27
  @author  Andreas Huggel (ahu)
28
28
           <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
29
29
  @date    02-Apr-04, ahu: created