File libraw.changes of Package libraw

-------------------------------------------------------------------
Wed Aug 24 11:53:14 UTC 2011 - idonmez@novell.com

- Stop using _service files 

-------------------------------------------------------------------
Tue Aug  9 20:03:58 UTC 2011 - toddrme2178@gmail.com

- Made html document file non-executable (fix for RPMLINT warning)
- Cleaned up spec file formatting

-------------------------------------------------------------------
Sun Jun 12 00:07:49 UTC 2011 - Nico.Laus.2001@gmx.de

- update to 0.13.5
* Imported new dcraw 9.08/1.443:
    New color data for Canon 600D and 1100D, Fuji S200EXR
    New camera supported: Fuji HS20EXR and F550EXR, Kodak Z990,
      Nikon D5100, Olympus E-PL1s and XZ-1, Samsung NX11,
      Sony A230 and 290. 
- update to 0.13.4
* Imported new dcraw 9.07/1.442:
    support for Canon 600D and 1100D, Hasselblad H4D-60, Olympus E-PL2
* Color data for Leaf Aptus II and Canon Powershot S2 IS
- update to 0.13.3
* Preliminary support for Leaf Aptus II cameras (no color data yet):
    Leaf Aptus II 6,7,8,10 and 12 are tested, Aptus II 5 should work.
* Preliminary support for Fujifilm X100 camera (again, no color data).
* Fixed possible after the end of buffer read when working with
    in-memory RAW data.
* Fixed possible loss of JPEG stream sync marks in LJPEG decoder
    (this bug was found only for Leaf Aptus II RAWs). 

-------------------------------------------------------------------
Sun Mar 13 12:50:34 UTC 2011 - coolo@novell.com

- update to 0.13.2
* This version contains several big changes, improvements and bug fixes:

    New low-level buffering code for Huffman decompression. Canon CR2
      files are opened about 1.5x times faster than on LibRaw 0.12, other 
      huffman-comressed files unpacks in 1.2-1.3 times faster.
    Exposure correction code based on linear-cubic root combination. 
      Correction range is from 0.25 (-2 stops) to 8 (+3 stops)
    All 0.12.x features, including new cameras support and half-size/green-matching fixes.
    Changes and additions in demosaic-packs:
        Banding suppression code.
        High-frequency noise suppression.
        Green channels local averaging to suppress maze artifacts.
        OpenMP speed-up in median filters and green equilibration. 
    Bug fixes and improvements:
        Better parsing of unknown command-line params in dcraw_emu sample
        Brigtness table in ahd_demosaic is calculated in reversed order to prevent 
        possible (very unlikely) multithreaded app problem.
        Fixed file extension in half_mt.c sample.
        Fixed incomplete data fields reset in LibRaw::recycle()
        Patches for ./configure system for better LCMS2 support
- now provides shared library

-------------------------------------------------------------------
Fri Jan  7 19:53:50 UTC 2011 - andreas.hanke@gmx-topmail.de

- simplify lcms2 build fix and rename to libraw-lcms2-build.patch, as
  it has nothing to do with the upstreamed libraw-pkg-config.patch
- remove duplicated documentation files rather than using fdupes
- build with -fPIC so the static archives can be linked into shared
  libraries/plugins (cf. http://www.libraw.org/node/535)

-------------------------------------------------------------------
Fri Jan  7 13:57:57 UTC 2011 - adrian@suse.de

- Update to version 0.12.2
  * Fuji FinePix S5500 size adjusted to ignore (rare?) garbage 
    at top of frame.
  * Sigma DPx processing disabled because of unsupported 
    compession scheme and incompatible metadata format.
    These cameras will be supported only if dcraw will
    support them.
- use liblcms2 now

-------------------------------------------------------------------
Thu Dec 30 22:16:04 UTC 2010 - andreas.hanke@gmx-topmail.de

- add libraw-pkg-config.patch to fix build issues in shotwell
  (already accepted upstream, cf. http://www.libraw.org/node/534)

-------------------------------------------------------------------
Sun Dec 12 23:13:11 UTC 2010 - mrdocs@opensuse.org

-Update to version 0.12.0
-add libjpeg-devel to fix build on < 11.3
-drop default cflags patch - no longer needed with autotools
 + DCB interpolation and FBDD denoising integrated into main LibRaw.
 + Two addtional demosaic packs:   GPL2-licensed: AFD, LMMSE, VCD, Modified AHD and AHD+VCD interpolations.
 + Additional median filters from 'Modified DCRAW' package. Foveon support also included in this pack.
 + GPL3-licensed: AMaZE interpolation and chromatic aberrations correction from RawTherapee 
 +LCMS 2.x support
 +New ./configure script, based on GNU autotools.
 +Bugfixes:Fix in green_matching code to support nonstandard Bayer pattern
 + Fixed bug in add_masked_borders_to_bitmap() call for cameras with masked border composed of odd number of pixels. 

-------------------------------------------------------------------
Tue Nov 16 21:18:09 UTC 2010 - mrdocs@opensuse.org

- add the right configure flags 

-------------------------------------------------------------------
Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org

-Update to version 0.11.2:
  +Imported dcraw 9.05 (1.439)
  + Support for many cameras added:
    Canon: G12, SX120, 60D
    Hasselblad H4D, Nokia X2, Olympus E-5
    Nikon: D3100, D7000, P7000
    Panasonic: FZ40, FZ100, LX5
    Pentax: K-r, K-5, 645D
    Samsung GX20, WB2000  
-  added LCMS support so libRaw is color management capable
-  added openMP threading support for multi-core machines
   
-------------------------------------------------------------------
Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org

- Update to version 0.11.1:
  + Fixed bug in dcraw_emu sample command line processing
- Changes from version 0.11.0:
  + Processing pipeline has changed: black level is always
    subtracted on prostprocessing stage or by special
    subtract_black() call.
  + Cropping on postprocessing stage implemented.
  + New API call for clearing memory allocated by make_mem_image()
    call.
  + New iostreams based I/O layer, much faster on some systems
    (esp. Win32 and Linux).
  + Better exception handling code.
  + Secure FILE* I/O calls for Visual Studio 2008/2010.
  + Fixed bug with half_size processing.
  + Disabled OpenMP for wavelet_denoise under Mac OS X
  + Russian documentation re-coded to utf-8 from CP1251.
- Create a libraw-tools subpackage, containing command-line tools.
- Drop libraw-0.9.1-configure.patch: fixed upstream.
- Drop libraw-0.9.1-configure-optflags.patch: the changes in
  libraw-0.9.1-configure-default-cflags.patch make it useless.
- Update libraw-0.9.1-configure-default-cflags.patch to apply
  without libraw-0.9.1-configure-optflags.patch.

-------------------------------------------------------------------
Sun Sep 19 12:57:13 CEST 2010 - vuntz@opensuse.org

- Update to version 0.10.0:
  + Imported dcraw versions 9.01-9.04 (1.434-1.438):
    - Separate black levels for each color channel.
    - Changes in tiff metadata parser.
    - New cameras: Canon SX20 and 550D, Nikon D3s, Olympus E-P2,
      Panasonic GF1, G2 and G10, Samsung EX1, NX-10 and WB550, Sony
      A450, NEX-3 and NEX-5, Casio EX-Z1050, Fuji HS10/HS11, Kodak
      Z981, Phase One P65.
    - Color data changed for some cameras
    - Fixed file descriptor leak in dark frame subtraction processing
  + Small patch in Sony ARW2 unpacking code to make valgrind happy
  + New command-line switch -h in mem_image sample (half_size
    support)
  + Some patches by Johannes Hanika (darktable author):
    - OpenMP speedup for PPG-interpolation
    - green_matching - suppress of 'color maze' on cameras with
      different green channels. This option is controlled by the
      field with the respective name in imgdata.params
  + all client code should be recompiled due to structures size change
  + LibRaw::free() is now public instead of private.

-------------------------------------------------------------------
Mon Aug 30 16:36:31 CEST 2010 - vuntz@opensuse.org

- Split the static library files to a devel-static subpackage, to
  follow our packaging guidelines.

-------------------------------------------------------------------
Thu Aug 12 12:39:30 CEST 2010 - vuntz@opensuse.org

- Clean up package for inclusion in openSUSE, based on the Fedora
  package and the one made by djs_core. This was version
  0.10.0-Beta3.
openSUSE Build Service is sponsored by