File: CHANGELOG.txt

package info (click to toggle)
libdrilbo 0.2.11-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 1,800; sh: 1,536; xml: 198; makefile: 77
file content (67 lines) | stat: -rw-r--r-- 2,886 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67

   Version 0.2.11 -- September 3, 2017
 - Fix superfluous libraries and includes during install when using $DESTDIR,
   addressing github issue #21.
 - Added missing contributor phrasing to BSD-3 clause. The resulting license
   now exactly matches the wording used on Github and so also makes the
   license detection work.

   Version 0.2.10 -- April 8, 2017
 - Fixed drilbo to correctly ignore drilbo-x11.c when configured with
   "--disable-x11".
 - Adapted to replacement of en_US locale with en_GB from libfizmo.

   Version 0.2.9 -- October 8, 2016
 - Improved build system for separate library and interface builds.

   Version 0.2.8 -- August 31, 2015
 - Use tiny-xml-doc-tools for documentation.

   Version 0.2.7 -- October 9, 2015
 - Minor changes to autoconf for better comtability to fizmo-dist-0.7.10.

   Version 0.2.6 -- March 19, 2014
 - Adapted to automake v1.14 "subdir-objects" option.
 - Fixed "AC_CONFIG_AUX_DIR" invocation.
 - Added "clean-dev" build target for better cleanup of installed development
   files, which helps debian packaging.

   Version 0.2.5 -- June 5, 2013
 - Renamed "install-locales" to "install-data" build target.
 - Adapted to new reachar function names in the file system interface.

   Version 0.2.4 -- December 27, 2012
 - Minor fix for libdrilbo build target.

   Version 0.2.3 -- September 17, 2012
 - Adapted to new autoconf/automake build process.

   Version 0.2.2 -- March 9, 2012
 - Fixed missing $(DESTDIR) variable -- should already have been present
   since version 0.2.1.

   Version 0.2.1 -- November 6, 2011
 - Fixed missing "override" statments for CFLAGS in Makefiles.
 - Fixed $(DESTDIR) evaluation in config.[default|macports].mk.
 - Adapted Makefiles and configuration to use standard GNU Makefile variables
   instead of INSTALL_PATH and FIZMO_BIN_DIR.
 - Removed "drilbo-x11.c" requirement for "Xatom.h".

   Version 0.2.0 -- September 18, 2011
 - The "drilbo" library -- "Drilbo Represents an Imaging Libary not only for
   Blorb Objects" -- is supposed to handle fizmo's graphical related tasks.
   It makes fizmo's version 0.6 requirement for GTK obsolete, it directly
   uses libjpg and libpng to load images and provides its own Xlib
   implementation for X11 output (curentrly only supporting TrueColor).
 - Implemented support for reading jpeg, png and MG1 graphics, the latter one
   using code from Mark Howell's pix2gif tool from the ztools package.
 - Implemented output of jpeg (RGB, Grayscale and JCS_YCbCr) and ppm files in
   the P6 variant (usually only useful for debugging, P3 variant available,
   see code).
 - Implemented output to X11 displays though xlib, truecolor only.
 - Added support for bilinear scaling.
 - Implemented a "z_image" type which holds all the data and metadata for
   images. A z_image may contain either an RGB or a grayscale file with a
   depth of 8 bit per pixel.