~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/WhatsNew_dotNET.txt

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
What's New for FreeImage.NET
2
 
 
3
 
* : fixed
4
 
- : removed
5
 
! : changed
6
 
+ : added
7
 
 
8
 
June 29th, 2007
9
 
[Herve Drolon] updated the wrapper for FreeImage 3.9.10
10
 
 
11
 
January 27th, 2007
12
 
! [czerwinski1977] fixed FreeImage_GetPalette definition (changed by GetRawPalette/GetPaletteCopy)
13
 
 
14
 
January 13th, 2007
15
 
+ [Jm2f] added ICC profile functions
16
 
 
17
 
December 11th, 2006
18
 
* [Lee Foropoulos] fixed bug [1221709]: 1bpp indexed Tiff Images -> green - C# Wrapper
19
 
 
20
 
October 22th, 2005
21
 
! [Herve Drolon] renamed structure to names used in FreeImage
22
 
+ [Herve Drolon] added all functions used by the library, except I/O handle functions
23
 
 
24
 
May 22th, 2005
25
 
* [Steven Lee] fixed incorrect definition for FreeImage_GetDotsPerMeterX
26
 
* [Steven Lee] fixed incorrect definition for FreeImage_ColorQuantize
27
 
* [Herve Drolon] fixed incorrect definition for FreeImage_OpenMultiBitmap
28
 
 
29
 
March 30th, 2005
30
 
+ [Werner Haug] added enum LoadSaveFlags
31
 
+ [Werner Haug] added #if (DEBUG)
32
 
+ [Werner Haug] added ConvertToType
33
 
* [Werner Haug] replaced "FreeImage.dll" by dllName
34
 
 
35
 
March 2nd, 2005
36
 
* [buzzweetman] fixed incorrect definition for GetChannel function
37
 
 
38
 
May 26th, 2004
39
 
* [Andrew S. Townley] - Fixed bug reported by Jim Lightfoot regarding the return type of the GetChannel function.
40
 
+ [Andrew S. Townley] - Added definition of some missing functions
41
 
! [Andrew S. Townley] - Reordered the definitions to match the C header
42
 
 
43
 
May 18th, 2004
44
 
! [Andrew S. Townley] - Changed the naming of the methods to be more C#/.NET like (dropped FreeImage_ prefix)
45
 
+ [Andrew S. Townley] - Batch file for building assembly with the command-line compiler
46
 
* [Andrew S. Townley] - Added meaningful information to the assembly file
47
 
 
48
 
November 10th, 2003
49
 
* [anonymous] fixed a bug in BITMAPINFOHEADER declaration
50
 
* [anonymous] fixed a bug in FreeImage_Clone declaration
51
 
+ [anonymous] added a sample c# freeimage drawing procedure
52
 
 
53
 
October 20th 2003
54
 
+ [David Boland]  - Wrapper for FreeImage 3