68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 22 13:55:25 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 0.0.8:
|
|
+ includes missing for gcc 4.4
|
|
- Changes from version 0.0.7:
|
|
+ fix some warnings in the test and demo programs.
|
|
+ fix a huge memory leak (fdo#21435)
|
|
- Changes from version 0.0.6:
|
|
+ LICENSE change to LGPLv3+
|
|
+ BUG: cfa output should write the data in PGM as big endian.
|
|
+ BUG: added missing includes breaking on gcc 4.3 and other
|
|
platforms. (Closes bug fdo#18243).
|
|
+ BUG: better handling of Canon CR2 "slices" to fix crasher
|
|
with Canon 450D/Digital Rebel XSi files (and possibly others).
|
|
+ NEW: API or_rawfile_new_from_memory() to load a Raw file from
|
|
a memory buffer.
|
|
+ NEW: API or_rawfile_get_typeid() and the associated consts.
|
|
+ NEW: API or_rawdata_get_minmax()
|
|
+ NEW: API or_get_file_extensions()
|
|
+ NEW: API or_rawfile_get_rendered_image() to get a rendered
|
|
image.
|
|
+ NEW: API or_bitmapdata_*()
|
|
+ NEW: GdkPixbuf loader.
|
|
+ NEW: Decompress NEF files.
|
|
+ NEW: Python bindings.
|
|
+ NEW: testsuite can be overridden with an override file.
|
|
+ NEW: testsuite can be bootstrapped to download its files off
|
|
the internet.
|
|
+ NEW: add shave to the build system for saner output.
|
|
+ TODO: apply the coefficients.
|
|
- Drop libopenraw-gcc44.patch: fixed upstream.
|
|
- Use makeinstall.
|
|
- Package new GdkPixbuf loader.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 25 20:43:10 CET 2009 - coolo@suse.de
|
|
|
|
- update to compile against gcc 4.4
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 5 22:17:30 CET 2009 - crrodriguez@suse.de
|
|
|
|
- exclude static libraries
|
|
- fix -devel package dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 14:24:11 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Disable make check in the mean time until the boost issue is
|
|
solved.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 22 16:17:22 CEST 2008 - mrueckert@suse.de
|
|
|
|
- fix debug_packages_requires define
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 1 17:32:18 CEST 2008 - ro@suse.de
|
|
|
|
- fix requires for debuginfo package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 2 22:54:38 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Initial checkin
|
|
|