~ubuntu-branches/ubuntu/natty/exif/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2008-03-31 19:39:44 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080331193944-xndxlofl9m7h7a83
Tags: 0.6.15-5
* Adopt the package within pkg-phototools:
  - Set the Maintainer to the group
  - Add Frederic Peters and myself as Uploaders.
  - Add Vcs-Browser and Vcs-Git fields accordingly.
* debian/control:
  - Add a Homepage field.
  - Update Standards-Version to 3.7.3
  - Fix build dep version for libexif-dev.
  - Add build dep on quilt for patches extracted from package diff.
  - Add build dep on gettext for swedish translation.
* debian/copyright:
  - convert file to utf-8.
  - Point to LGPL-2 rather than just LGPL, which now points to
    LGPL-3.
* debian/rules
  - Fix autotools timestamp issues which causes FTBFS (closes: #445609)
  - Fix lintian 'clean error' warning.
* debian/patches
  - Extract swedish translation patch from package diff (cf. bug 397370).
  - Extract patch related to default ifd from package diff (cf. bug 428255).
  - Extract patch related to manpage improvements from package diff (cf.
    bugs 320497 and 321855).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-28  Lutz Mueller <lutz@users.sourceforge.net>
 
2
 
 
3
  Patch by Marek 'marx' Grac <mgrac@redhat.com>:
 
4
 
 
5
  * exif/actions.c: (show_entry_xml, show_xml, action_tag_list_xml) New.
 
6
        * exif/actions.h: Remove cruft.
 
7
        * exif/main.c: Provide an 'xml-output' option.
 
8
 
 
9
2006-03-23  Lutz Mueller <lutz@users.sourceforge.net>
 
10
 
 
11
  * exif/main.c: Add the command line option '--version'/'-v'.
 
12
 
 
13
2005-08-15  Lutz Mueller <lutz@users.sourceforge.net>
 
14
 
 
15
        Patch by Jakub Bogusz <qboosh@pld-linux.org>:
 
16
 
 
17
        * libexif/exif-i18n.h: Fix translation.
 
18
        * po/pl.po: New
 
19
 
 
20
2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
 
21
 
 
22
        * libexif/main.c
 
23
        * libexif/actions.c: Use logging mechanism. Use new exif_tag_get_*
 
24
        functions.
 
25
 
 
26
2005-03-30  Jan Patera <patera@users.sourceforge.net>
 
27
 
 
28
        * libjpeg/jpeg-data/c: memset in jpeg_data_append_section().
 
29
          Fix for truncated JPEGs: if 1st to the last byte was between 0xC0
 
30
          and 0xFE, reading beyond allocated memory & possible crashes occured,
 
31
          eventually screwed file was saved.
 
32
 
 
33
2005-03-30  Lutz Mueller <lutz@users.sourceforge.net>
 
34
 
 
35
        * exif/main.c: Always use a logging function to make errors fatal. This
 
36
        fixes #1169170.
 
37
 
 
38
2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>
 
39
 
 
40
        * exif/main.c: Abort if anything goes wrong. Fixes #1054322.
 
41
 
 
42
2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>
 
43
 
 
44
        * libjpeg/jpeg-data.c: Bring it in sync with libexif/libjpeg/jpeg-data.c
 
45
 
 
46
2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>
 
47
 
 
48
        * libjpeg/jpeg-data.c: Don't crash. First part of fix for #1054322.
 
49
        Remainder will follow in libexif.
 
50
 
 
51
2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
 
52
 
 
53
        * exif/main.c: Fix for #994706.
 
54
 
 
55
2005-03-14  Hans Ulrich Niedermann <gp@n-dimensional.de>
 
56
 
 
57
        * exif/main.c: remove email address from translatable string
 
58
        * exif/main.c: return exit code != 0 in case of invalid command line
 
59
        * configure.in, m4/*, exif/Makefile.am: Use updated build system
 
60
          This should fix many build problems reported in the past.
 
61
        * po/*.po: Update translations for changed string, and %s vs. %m
 
62
 
 
63
2005-01-08  Lutz Mueller <lutz@users.sourceforge.net>
 
64
 
 
65
        Suggestion by Michael Rasmussen <mikeraz@patch.com>:
 
66
 
 
67
        * exif/main.c: Make '-m' together with '--tag' only print the value of
 
68
          the tag, nothing else.
 
69
 
 
70
2004-12-05  Lutz Mueller <lutz@users.sourceforge.net>
 
71
 
 
72
        * exif/actions.c: Lars Ellenberg <l.g.e@web.de> found out that
 
73
          on his system, fprintf ("%s", NULL) does not work.
 
74
        * exif/exif-utils.[c,h]: Remove some unused code.
 
75
 
 
76
2004-09-09  Lutz Mueller <lutz@users.sourceforge.net>
 
77
 
 
78
        * exif/configure.in: We depend on libexif 0.6.11.
 
79
        * exif/main.c: Use standard error titles and messages.
 
80
 
 
81
2004-08-31  Jan Patera <patera@users.sourceforge.net>
 
82
 
 
83
        * exif/main.c,actions.*: action_mnote_list can print
 
84
          mnote tag ID instead of its name.
 
85
          Code submitted by Serge Droz <serge.droz@psi.ch>.
 
86
 
 
87
2004-08-27  Lutz Mueller <lutz@users.sourceforge.net>
 
88
 
 
89
        * exif/exif-i18n.c: Some users don't have iconv.
 
90
 
 
91
2004-06-22  Lutz Mueller <lutz@users.sourceforge.net>
 
92
 
 
93
        * exif/actions.c: Don't crash if return value is NULL. Spotted by
 
94
          Serge Droz <serge.droz@psi.ch>.
 
95
          Kill warning.
 
96
 
 
97
2004-06-06  Lutz Mueller <lutz@users.sourceforge.net>
 
98
 
 
99
        * exif/actions.c: Try to fix segfault.
 
100
 
 
101
2004-06-06  Lutz Mueller <lutz@users.sourceforge.net>
 
102
 
 
103
        * exif/actions.c: Fix --show-mnote.
 
104
 
 
105
2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>
 
106
 
 
107
        * configure.in: 0.6.10 as 0.6.9 has just been released.
 
108
 
1
109
2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>
2
110
 
3
111
        * *: Now make distcheck works.