File: NEWS

package info (click to toggle)
libgnome2-canvas-perl 1.002-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 400 kB
  • ctags: 78
  • sloc: perl: 1,601; ansic: 13; makefile: 9
file content (45 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download | duplicates (4)
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
Overview of Changes in 1.002
============================

* Fix a bug in Gnome2::Canvas::polygon_to_point().  [muppet]
* Fix unusably broken bindings of Gnome2::Canvas::w2c_affine(),
  Gnome2::Canvas::Item::i2w_affine(), and Gnome2::Canvas::Item::i2c_affine(),
  with regression tests.  [muppet]
* Portability fixes for Mac OS X.  [muppet]
* Minor documentation enhancements.  [muppet]

Overview of Changes in 1.001
============================

* Fix the broken example in the documentation synopsis.  [muppet]
* Skip the open_parts and closed_parts tests to pass when working with
  libgnomecanvas 2.0.x.  [Torsten]
* Hush unused variable warning.  [muppet]

Overview of Changes in 1.0
==========================

* Require stable Glib/Gtk2 1.040
* Add import version checking.
* Spit and polish.

Overview of Changes in 0.93
===========================

* Check that we're using at least ExtUtils::Depends 0.2.
* Require ExtUtils::PkgConfig 1.03.
* Add Gnome2::Canvas::GET_VERSION and Gnome2::CHECK_VERSION. [Emmaneule Bassi]
* Pod improvements.

Overview of Changes in Gnome2::Canvas 0.92
==========================================

* Updated Glib requirement to 1.035.
* Made use of Glib 1.035's MakeHelper features for documentation generation.

Overview of Changes in Gnome2::Canvas 0.91
==========================================

* GnomeCancasPathDef, handling re-worked.
* apidoc POD updates
* some new demos added, others updated