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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
cairo-5c (1.8.1) unstable; urgency=low
* Non-maintainer Upload.
* Repack 1.8 without including all the binary and source files
of all previous releases. Closes: #688056.
* Update config.{guess,sub}. Closes: #536837.
* Set package section to libs.
* Build with hardening flags.
-- Matthias Klose <doko@debian.org> Sat, 13 Oct 2012 23:59:53 +0200
cairo-5c (1.8) unstable; urgency=low
* Skip infinite recursive box resize
* Add explicit x/y 'span' for box elements
* Allow for significant pixel differences. Fixes build failures on
non-i386 machines
-- Keith Packard <keithp@keithp.com> Wed, 09 May 2012 16:43:08 -0700
cairo-5c (1.7) unstable; urgency=low
* Update to new version of cairo
* Add new multi-line text widget
* Replace 1d box widget with 2d version
* Add border and toggle widgets
* Switch to debhelper for packaging
-- Keith Packard <keithp@keithp.com> Mon, 30 Apr 2012 20:03:25 -0700
cairo-5c (1.6) unstable; urgency=low
* Add global key event hook
* Fix debian build from source (add librsvg2-dev build depend)
* Add scrollbar widget
* Add ability to show/hide windows
* Add a couple locking fixes
-- Keith Packard <keithp@keithp.com> Sat, 03 Mar 2012 16:38:18 -0800
cairo-5c (1.5) unstable; urgency=low
* Add SVG support using librsvg
* Add new single-line text widget
* resize application to preferred size at startup time
* Update packaging to current standards
-- Keith Packard <keithp@keithp.com> Wed, 29 Feb 2012 22:35:37 +1300
cairo-5c (1.4) unstable; urgency=low
* Rename toolkit to 'nichrome'
* Use lozenge theme for buttons, toggles and scrollbars
* Add scrollbar widget
-- Keith Packard <keithp@keithp.com> Fri, 21 Mar 2008 21:00:08 -0700
cairo-5c (1.3) unstable; urgency=low
* Replace gtk-based X backend with native xlib one
* Add lozenge widget
* Add cairo-ft to ensure correct libraries are linked
-- Keith Packard <keithp@keithp.com> Wed, 20 Feb 2008 22:41:33 -0800
cairo-5c (1.2) unstable; urgency=low
* Clean up resize to avoid displaying partial content
* Eliminate reference to freed memory during GC
* Clean up example installation
* Include chrome examples
-- Keith Packard <keithp@keithp.com> Thu, 17 Jan 2008 08:58:40 -0800
cairo-5c (1.1) unstable; urgency=low
* Add chrome toolkit
* Add buttons to tic-tac-toe example
* Add setgame example
* Add keyboard support
-- Keith Packard <keithp@keithp.com> Sun, 13 Jan 2008 21:59:43 -0800
cairo-5c (1.0) unstable; urgency=low
* Original debian packaging exporting version 1.0.
-- Keith Packard <keithp@keithp.com> Fri, 28 Dec 2007 15:19:38 -0800
|