~ubuntu-branches/ubuntu/jaunty/gpicview/jaunty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-12 01:43:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080912014321-zyxoac1aygvpdyjo
Tags: 0.1.10-1
* New upstream release
  - Solved assertion `GTK_IS_TOOLTIPS (tooltips)' failed problem
  - Added new translations
  - Fixed memory leaks
  - Fixed JPEG Rotation, rotation only in EXIF data
  - Fixed fullscreen toggles
  - Fixed order for file listing 
  - Security fixes CVE-2008-3904, CVE-2008-3791
  - Solved empty file problem in unsupported format
* Applied disable_ask_before_save.dpatch (Closes: #497005) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        ptk-menu.c \
18
18
        jpeg-tran.c \
19
19
        tran-supp.c \
20
 
        pref.c
 
20
        pref.c \
 
21
        jhead.c \
 
22
        exif.c \
 
23
        jpgfile.c 
21
24
 
22
25
# the library search path.
23
26
# use -nodefaultlibs to prevent linking libstdc++
32
35
        ptk-menu.h \
33
36
        jpeg-tran.h \
34
37
        tran-supp.h \
35
 
        pref.h
 
38
        pref.h \
 
39
        jhead.h
36
40