This is Pigment 0.3.2, "Golondrinas" (October 4, 2007).

Changes since since 0.3.1:

      * Highly improved performance
      * Added mouse picking support
      * Added many unit tests for memory and refcount checking
      * Generalized the 4x4 projection matrix for the plugins
      * Integrated a bunch of linear algebra functions
      * Added asynchronous image loading with pgm_image_set_from_fd()

Tickets fixed since 0.3.1:

      * #150 : Disables doc install with doc build
      * #164 : leak fixing in pure python part (animation/group/widgets) + te...
      * #154 : crash on intel graphic card after a 12 or 13 hours
      * #165 : small memory leak in event handling
      * #38  : Enable flag for the compilation of C examples
      * #140 : Crashes on window's resize
      * #129 : Key modifiers support
      * #158 : overlay text over video lets pigment freeze
      * #153 : Performance degrades when a video is playing
      * #148 : Mouse support
      * #115 : Can't display a certain JPG file
      * #152 : Viewport should report if hardware acceleration is activated o...
      * #147 : rawhide buildslave fails make check

API added since 0.3.1:

      * PgmLinearAlgebra module
      * PgmViewportCapacity::HARDWARE_ACCELERATION
      * pgm_viewport_update_projection()
      * pgm_viewport_from_canvas()
      * pgm_viewport_to_canvas()
      * pgm_image_get_storage_type_type()
      * PgmDrawable::pressed signal
      * PgmDrawable::released signal
      * PgmDrawable::clicked signal
      * PgmDrawable::double-clicked signal
      * PgmDrawable::drag-begin signal
      * PgmDrawable::drag-motion signal
      * PgmDrawable::drag-end signal
      * PgmEventKey::modifier field
      * PgmImage::fd-loaded signal
      * PgmModifierType

API changed since 0.3.1:

      * Changed PgmButtonType constants
      * Removed PGM_VIEWPORT_CANVAS() macro
