Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:44:38 UTC Now

2009-10-28 16:46:51 UTC MAIN commitmail json YAML

2009-10-28 11:58:46 UTC MAIN commitmail json YAML

note firefox update

(tnn)

2009-10-28 11:53:58 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.2.3.

(tron)

2009-10-28 11:53:40 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.2.3. Changes since version 1.2.2:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  o The Paltalk dissector could crash on alignment-sensitive
    processors. (Bug 3689)
    Versions affected: 1.2.0 to 1.2.2
  o The DCERPC/NT dissector could crash.
    Versions affected: 0.10.10 to 1.2.2
  o The SMB dissector could crash.
    Versions affected: 1.2.0 to 1.2.2
- The following bugs have been fixed:
  o Wireshark memory leak with each file open and/or display
    filter change. (Bug 2375)
  o DHCP Dissector displays negative lease time. (Bug 2733)
  o Invalid advertised window line on tcptrace style graph. (Bug
    3417)
  o SMB get_dfs_referral referral entry is not dissected
    correctly. (Bug 3542)
  o Error dissecting eMule sourceOBFU message. (Bug 3848)
  o Typos in Diameter XML files. (Bug 3878)
  o RSL dissector for MS Power IE is broken. (Bug 4017)
  o Manifest problem in 1.2.2 Win64 build. (Bug 4024)
  o FIP dissector throws assertion. (Bug 4046)
  o TCAP problem with indefinite length 'components' SEQ OF. (Bug
    4053)
  o GSM MAP: an-APDU not decoded. (Bug 4095)
  o Add "Drag and Drop entries..." message on Columns preferences
    page. (Bug 4099)
  o Editcap -t and -w option parses fractional digits incorrectly.
    (Bug 4162)
- Updated Protocol Support
  DCERPC NT, DHCP, Diameter, E.212, eDonkey, FIP, IPsec, MGCP, NCP,
  Paltalk, RADIUS, RSL, SBus, SMB, SNMP, SSL, TCP, Teamspeak2, WPS

(tron)

2009-10-28 11:36:36 UTC MAIN commitmail json YAML

Security and bugfix update of firefox (to 3.5.4) and xulrunner (to 1.9.1.4)
Also fix broken DESTDIR support.

Fixes the following security issues:
MFSA 2009-64 Crashes with evidence of memory corruption (rv:1.9.1.4/ 1.9.0.15)
MFSA 2009-63 Upgrade media libraries to fix memory safety bugs
MFSA 2009-62 Download filename spoofing with RTL override
MFSA 2009-61 Cross-origin data theft through document.getSelection()
MFSA 2009-59 Heap buffer overflow in string to number conversion
MFSA 2009-57 Chrome privilege escalation in XPCVariant::VariantDataToJS()
MFSA 2009-56 Heap buffer overflow in GIF color map parser
MFSA 2009-55 Crash in proxy auto-configuration regexp parsing
MFSA 2009-54 Crash with recursive web-worker calls
MFSA 2009-53 Local downloaded file tampering
MFSA 2009-52 Form history vulnerable to stealing

(tnn)

2009-10-28 11:09:53 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.5.7.2

(adam)

2009-10-28 11:07:59 UTC MAIN commitmail json YAML

2009-10-28 09:34:33 UTC MAIN commitmail json YAML

Updated bacula to 3.0.3

(adam)

2009-10-28 09:30:22 UTC MAIN commitmail json YAML

Changes 3.0.3:
* Fix 1352 about double free with regexp and big filenames on windows
* Apply Graham's idea for recovering from disk full by recursing
  when doing fixup_write_error ...
* Make fix for VirtualFull changing device
* Fix concurrent Job recycle bug 1288
* Backport part of one possible fix from bug 1346
* Fix bug 1382 newly created disk volumes -> file not found warning
* Fix Alpha ifdefing -- should fix bug 1359
* Use old code for selecting file during restore.
* tweak space on projects file
* Fix seg fault in ignoredir code
* Apply Frank's slash patch
* Add more info when SD-connection refused
* Fixes bug 1371 about segfault in SD
* Fixes bug 1355 Director crashes with double free in Accurate SQL query
* Fixes bug 1365 and 1366 about MacOSX resource forks.
* Fixes bug 1369 about "Exclude Dir Containing" fileset option
* Fixes bug 1368 ASSERT Failure on MacOS.
* Fixes bug 1364 and 1363 about compression buffer error.

(adam)

2009-10-28 09:25:23 UTC MAIN commitmail json YAML

2009-10-28 06:42:37 UTC MAIN commitmail json YAML

Changes 3.6.19:
* Added support for foreign key constraints. Foreign key constraints are
  disabled by default. Use the foreign_keys pragma to turn them on.
* Generalized the IS and IS NOT operators to take arbitrary expressions on
  their right-hand side.
* The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE)
  interface to the TCL interpreter when linked against TCL 8.6 or later.
* Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt
  is made to write on a read-only database.

(adam)

2009-10-28 06:16:40 UTC MAIN commitmail json YAML

2009-10-28 06:14:38 UTC MAIN commitmail json YAML

2009-10-28 06:13:40 UTC MAIN commitmail json YAML

Initial import of Pict 4.1 into the NetBSD package system.

Pict is a language in the ML tradition, formed by adding a layer of
convenient syntactic sugar and a static type system to a tiny
core. The current release includes a Pict-to-C compiler, reference
manual, language tutorial, numerous libraries, and example programs.

The core language - an asynchronous variant of Milner, Parrow, and
Walker's pi-calculus - has been used as a theoretical foundation for a
broad class of concurrent computations. The goal in Pict is to
identify high-level idioms that arise naturally when these primitives
are used to build working programs - idioms such as basic data
structures, protocols for returning results, higher-order programming,
selective communication, and concurrent objects. The type system
integrates a number of features found in recent work on theoretical
foundations for typed object-oriented languages: higher-order
polymorphism, simple recursive types, subtyping, and a powerful
partial type inference algorithm.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dholland)

2009-10-28 01:20:33 UTC MAIN commitmail json YAML

Don't leak the .buildlink directory into the final binary for vim-motif.
Bump revision.

(joerg)

2009-10-28 01:06:37 UTC MAIN commitmail json YAML

Pass down X11 options for modular Xorg.

(joerg)

2009-10-28 01:02:03 UTC MAIN commitmail json YAML

Pass down X11 configure options for modular Xorg

(joerg)

2009-10-28 00:53:56 UTC MAIN commitmail json YAML

We want to stinking lib64, thanks. Fixes packages on amd64 and other
64bit platforms.

(joerg)

2009-10-28 00:12:36 UTC MAIN commitmail json YAML

Simplify to not fall into ABI traps

(joerg)

2009-10-28 00:11:59 UTC MAIN commitmail json YAML

Ensure that rpath options have an argument for modular Xorg.

(joerg)

2009-10-27 22:23:47 UTC MAIN commitmail json YAML

Added textproc/hunspell-pl_PL version 20061202

(ahoka)

2009-10-27 22:22:01 UTC MAIN commitmail json YAML

Added textproc/hunspell-fy_NL version 0.12

(ahoka)

2009-10-27 22:20:55 UTC MAIN commitmail json YAML

Added textproc/hunspell-lv_LV version 0.8b1

(ahoka)

2009-10-27 22:19:24 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_ZA version 20060120

(ahoka)

2009-10-27 22:17:33 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_NZ version 20020518

(ahoka)

2009-10-27 22:13:59 UTC MAIN commitmail json YAML

Added textproc/hunspell-en_CA version 20020315

(ahoka)

2009-10-27 21:02:26 UTC MAIN commitmail json YAML

recognize builtin libevent 1.4.11

(drochner)

2009-10-27 21:00:34 UTC MAIN commitmail json YAML

relax the libevent requirement to 1.4.11 which is what NetBSD-current
has builtin -- this works around the CONFLICT between libevent and libev

(drochner)

2009-10-27 20:50:18 UTC MAIN commitmail json YAML

Updated graphics/gnuplot and graphics/gnuplot-nox11 to 4.2.6

(asau)

2009-10-27 20:48:07 UTC MAIN commitmail json YAML

Update to gnuplot 4.2.6.

New features, changes and fixes in gnuplot version 4.2.6
===========================================================
* NEW xterm tektronix emulation 'set term xterm'
* FIX 'set xtics mirror' didn't work if xtics were previously unset
* FIX off-by-one pixel bug in width of boxes with palette or rgb color
* FIX center rotation of 'set view equal xyz' mode at screen center
* FIX sanity-check time ranges for axes with timeformat
* FIX pslatex blacktext and broken format specifier
* FIX PostScript code points for Lcaron, lcaron in encoding cp1250
* CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange
* CHANGE aquaterm accepts "size xx,yy" with a comma
* CHANGE Remove the EXPERIMENTAL flag from the wxt terminal
* CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode

(asau)

2009-10-27 20:26:21 UTC MAIN commitmail json YAML

Added textproc/hunspell-el_GR version 20041220

(ahoka)

2009-10-27 20:24:20 UTC MAIN commitmail json YAML

Added textproc/hunspell-cy_GB version 20040425

(ahoka)

2009-10-27 20:21:29 UTC MAIN commitmail json YAML

Add previously imported hunspell dicts.

(ahoka)

2009-10-27 20:14:12 UTC MAIN commitmail json YAML

Import hunspell-lv_LV-0.8b1 as textproc/hunspell-lv_LV.

Latvian dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:13:08 UTC MAIN commitmail json YAML

Import hunspell-pl_PL-20061202 as textproc/hunspell-pl_PL.

Polish dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:10:12 UTC MAIN commitmail json YAML

Import hunspell-fy_NL-0.12 as textproc/hunspell-fy_NL.

Frisian dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:07:11 UTC MAIN commitmail json YAML

Import hunspell-en_ZA-20060120 as textproc/hunspell-en_ZA.

English (South Africa) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:05:57 UTC MAIN commitmail json YAML

Import hunspell-en_NZ-20020518 as textproc/hunspell-en_NZ.

English (New Zealand) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:04:36 UTC MAIN commitmail json YAML

Import hunspell-en_CA-20020315 as textproc/hunspell-en_CA.

English (Canada) dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:03:32 UTC MAIN commitmail json YAML

Import hunspell-el_GR-20041220 as textproc/hunspell-el_GR.

Greek dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 20:02:29 UTC MAIN commitmail json YAML

Import hunspell-cy_GB-20040425 as textproc/hunspell-cy_GB.

Welsh dictionary for hunspell.

Package contributed by Peter Kotcauer <kocka at irssi dot hu>

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2009-10-27 19:47:54 UTC MAIN commitmail json YAML

update to 0.4.11
many fixes and improvements, too much to list here, see the ChangeLog

(drochner)

2009-10-27 19:41:11 UTC MAIN commitmail json YAML

update to 0.4.7
changes:
-bugfixes
-added IPv6 support for mdns/avahi
-translation updates

(drochner)

2009-10-27 19:08:30 UTC MAIN commitmail json YAML

update to 1.3.10
changes:
-minor fixes
-translation updates

pkgsrc note: build against newer gnutls was fixed, don't need the
libgnutls-config hack anymore

(drochner)

2009-10-27 18:50:39 UTC MAIN commitmail json YAML

update to 1.06.38
this switches to the "super stable" branch which is the only one
where tarballs are distributed of,
too many changes to list here, the most notable recent one is that the
recent expat DOS vulnerability was fixed, as were some portability
issues which caused problems on NetBSD

(drochner)

2009-10-27 16:28:30 UTC MAIN commitmail json YAML

update master_sites. remove ftp.ifi.uio.no. service suspended.

(zafer)

2009-10-27 16:25:21 UTC MAIN commitmail json YAML

update master_sites. switch to http with gd.tuwien.ac.at

(zafer)

2009-10-27 16:19:14 UTC MAIN commitmail json YAML

tell configure the right python version, should fix build with
default set to 2.6 (problem reported by wiz)

(drochner)

2009-10-27 15:31:28 UTC MAIN commitmail json YAML

+snort-2.8.5.1, xf86-video-intel-2.9.1.

(taca)

2009-10-27 15:30:37 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-quota package to 0.5.1nb7.

(taca)

2009-10-27 15:29:33 UTC MAIN commitmail json YAML

2009-10-27 14:50:07 UTC MAIN commitmail json YAML

update to 0.18.0
This switches to the gnome-2.28 release branch.

pkgsrc changes:
-depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used
by some gnome pkgs (should fix PR pkg/42233 by Robert Elz)
-prepare to call xsltproc with the -nonet option
(commented out for now because it makes xsltproc fail even if no network
accesses are necessary, needs investigation)

(drochner)

2009-10-27 14:40:11 UTC MAIN commitmail json YAML

2009-10-27 14:37:13 UTC MAIN commitmail json YAML

add a makefile snippet to build a wrapper for "xsltproc" which
makes sure the tool is called with the "--nonet" option, keeping
it from using http or ftp to resolve references in xml files
(unfortunately it doesn't work as intended yet)

(drochner)

2009-10-27 14:33:14 UTC MAIN commitmail json YAML

add scrollkeeper-dtd-1.0, a pkg which installs just a single DTD file
needed for some gnome documentation builds

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-10-27 12:23:38 UTC MAIN commitmail json YAML

update to 4.5
this adds version 4.5 of the dtds/schemas (used by some newer gnome pkgs)

(drochner)

2009-10-27 08:09:10 UTC MAIN commitmail json YAML

Checks for zip during configure, so add BUILD_DEPENDS on it.

(wiz)

2009-10-27 03:05:57 UTC MAIN commitmail json YAML

2009-10-27 03:04:44 UTC MAIN commitmail json YAML

Added graphics/clutter-qt version 1.0.0

(obache)

2009-10-27 03:04:23 UTC MAIN commitmail json YAML

Import clutter-qt-1.0.0 as graphics/clutter-qt.

Clutter-Qt is a library providing facilities to integrate Clutter into Qt
applications. It provides a Qt widget, ClutterQt, for embedding the
default ClutterStage into any parent QtWidget.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2009-10-27 00:28:58 UTC MAIN commitmail json YAML

Remove libexif here as well. Hi Matthias!

(wiz)

2009-10-26 22:14:41 UTC MAIN commitmail json YAML

No py24-gobject, so no python 2.4 here.

(tnn)

2009-10-26 20:27:13 UTC MAIN commitmail json YAML

2009-10-26 20:08:21 UTC MAIN commitmail json YAML

Doesn't support Python 2.4 (from . import *).

(joerg)

2009-10-26 19:57:23 UTC MAIN commitmail json YAML

2009-10-26 16:43:15 UTC MAIN commitmail json YAML

+ clutter08
+ clutter08-gtk

(tnn)

2009-10-26 11:33:31 UTC MAIN commitmail json YAML

2009-10-26 11:29:45 UTC MAIN commitmail json YAML

add libview-0.6.4, a collection of widgets from VMware
(checked for in the gtk-vnc build, but not useful there, so I only
add it in the hope that it is of use somewhere else)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-10-26 11:04:28 UTC MAIN commitmail json YAML

update to 2.28.1
This switches to the gnome-2.28 release branch.

(drochner)

2009-10-26 11:02:21 UTC MAIN commitmail json YAML

update to 0.3.10
changes:
-bugfixes
-Support SASL authentication extension
-API and UI improvements
-translation updates

(drochner)

2009-10-26 10:57:21 UTC MAIN commitmail json YAML

2009-10-26 10:39:19 UTC MAIN commitmail json YAML

Updated www/curl to 7.19.6nb1

(wiz)

2009-10-26 10:39:05 UTC MAIN commitmail json YAML

Set default path for CA certificates. Bump PKGREVISION.

>From Matthias Pfaller.

(wiz)

2009-10-26 09:58:51 UTC MAIN commitmail json YAML

2009-10-26 09:48:41 UTC MAIN commitmail json YAML

update to 2.28.1
This switches to the gnome-2.28 release branch.
compile-tested only
(The old one didn't build anymore as reported by wiz.)

(drochner)

2009-10-26 09:47:58 UTC MAIN commitmail json YAML

Note update of the "ImageMagick" package to version 6.5.5.3nb2.

(tron)

2009-10-26 09:47:42 UTC MAIN commitmail json YAML

The "ImageMagick" doesn't use "libexif". Remove the dependence and
bump the package revision.

(tron)

2009-10-26 09:46:22 UTC MAIN commitmail json YAML

2009-10-26 09:19:08 UTC MAIN commitmail json YAML

2009-10-26 08:59:40 UTC MAIN commitmail json YAML

Updated graphics/py-clutter to 1.0.0

(obache)

2009-10-26 08:59:22 UTC MAIN commitmail json YAML

Update py-clutter to 1.0.0.

Overview of changes between 0.9.2 and 1.0.0
===========================================

* Dropped the in-tree bindings of clutter-gtk and clutter-gst: you will
  have to install pyclutter-gtk and pyclutter-gst respectively to be able
  to import cluttergtk and cluttergst.
* Fixed memory leaks in clutter.Actor.animate [Chideok Hwang]
* Allow accessing child properties for clutter.Container
* Allow iterating over the children of a clutter.Container using the
  native Python iterator support
* Allow creating custom ChildMeta classes from Python
* Mark the classes removed from upstream Clutter as "deprecated"; trying
  to instantiate one of the deprecated classes will result in the equivalent
  class in Clutter 1.0 to be created and a warning printed out on the console
* Override the __repr__ and __str__ methods for clutter.Color: the former
  will print out a string that can be used through eval() to create a copy
  of the color; the latter will print out the hexadecimal representation of
  the color.
* Override the __str__ method of clutter.Event: it will now print more
  information on the event (type, time, source actor) and per-event type
  fields (button, key, related actor, etc.).
* Deprecated clutter.stage_get_default() in favour of an optional argument
  to clutter.Stage(); calling:

        clutter.Stage(default=True)

  will return the default Stage singleton; the default argument is optional
  and it defaults to False.
* Allow passing the following values to methods accepting a clutter.Color:

        - a clutter.Color (e.g.: clutter.Color(255, 0, 0, 255))
        - a 4-tuple of RGBA values (e.g.: (255, 0, 0, 255))
        - a hexadecimal representation of the color (e.g.: '#ff0000ff')

Overview of changes between 0.8.2 and 0.9.2
===========================================

* Require clutter core >= 1.0.0
* Provide better bindings for the Cogl API
* Add more examples ported from the clutter core interactive tests

(obache)

2009-10-26 08:55:11 UTC MAIN commitmail json YAML

Updated graphics/p5-clutter to 1.0.1

(obache)

2009-10-26 08:54:52 UTC MAIN commitmail json YAML

Update p5-clutter to 1.0.1.

Clutter 1.001
=============
* Add Clutter::Cogl::Pango API bindings
* Fix a segmentation fault when parsing path nodes of type 'close'
* Add Clutter::Path::foreach() and Clutter::Path::to_cairo_path()
* Allow constructing Clutter::Path objects both by using the stringified
  SVG notation and by using lists of Clutter::PathNode objects
* Add more units to the test suite, covering Clutter::Path and Clutter::Event
* Fully document Clutter::Path
* Add an example of a Clutter::Container implementation
* Improve documentation

Clutter 1.000
=============
* First developers snapshot of the Clutter Perl bindings
* Depend on Clutter 1.0.0
* Drop the clutter-gtk, clutter-gst and clutter-cairo bindings
* Add more COGL bindings under Clutter::Cogl
* Port more examples from Clutter to Perl
* Provide more C API for bindings based on perl-Clutter
* Add ParamSpec bindings for colors and units

(obache)

2009-10-26 08:53:01 UTC MAIN commitmail json YAML

Updated multimedia/clutter-gst to 0.10.0

(obache)

2009-10-26 08:52:43 UTC MAIN commitmail json YAML

Update clutter-gst to 0.10.0.

clutter-gst 0.10.0 (29/07/2009)
===============================================================================

  * list of changes since 0.9.0

    o Requires stable Clutter 1.0.0

(obache)

2009-10-26 08:51:19 UTC MAIN commitmail json YAML

Updated graphics/clutter-gtk to 0.10.2

(obache)

2009-10-26 08:51:01 UTC MAIN commitmail json YAML

Update clutter-gtk to 0.10.2.

Clutter-GTK 0.10  29/07/2009
============================

Alexander Larsson (1):
      Make GtkClutterEmbed derive from GtkContainer

Chris Lord (1):
      [util] Add error arguments to texture functions

Emmanuele Bassi (14):
      [zoomable] Add Zoomable interface
      [zoomable] Fix Introspection data generation
      [viewport] Implement Zoomable
      Update the Viewport example
      [git ignore] Ignore backup and m4 files
      Post-release bump to 0.9.3
      Bump up the required Clutter version
      [examples] Add a Notebook case
      [viewport] Use the ::apply_transform vfunc
      Merge branch 'zoomable'
      [build] Use symbolic values for clutter-gtk version
      [build] Depend on Clutter 1.0.0
      [docs] Update the API Reference
      [docs] Update the Since tags

(obache)

2009-10-26 08:48:22 UTC MAIN commitmail json YAML

Updated graphics/clutter-box2d to 0.10.0

(obache)

2009-10-26 08:48:05 UTC MAIN commitmail json YAML

Update clutter-box2d to 0.10.0.

clutter-box2d-0.10.0:
=====================

Changes:

  - Update to Clutter 1.0
  - Generate GObject-Introspection data

(obache)

2009-10-26 08:46:09 UTC MAIN commitmail json YAML

Updated graphics/clutter to 1.0.8

(obache)

2009-10-26 08:45:52 UTC MAIN commitmail json YAML

Update clutter-1.0.8.

Clutter 1.0.8 (19/10/2009)
===============================================================================

  * List of changes since 1.0.6

    o Documentation fixes and updates

    o Unset the IN_DESTRUCTION flag when leaving ::destroy

    o Fix components validation in the Vertex Buffer API

    o Allow omitting the alpha when converting from string to color

    o Do not overwrite the :use-markup property when setting the :text one

    o Add support for pre-edit strings in ClutterText; this is an
      API addition.

    o Clarify the ID pool warning

    o Notify the :position property of ClutterText when it changes

Many thanks to:

  Damien Lespiau
  Neil Roberts
  Robert Bragg
  Thomas Wood

Clutter 1.0.6 (22/09/2009)
===============================================================================

  * List of changes since 1.0.4

    o Various documentation improvements including a new ClutterPath migration
      guide, a Glossary and objects index

    o A couple of new unit tests for: initial actor sizing, preferred actor
      size and ClutterGroup depth sorting

    o Fix ClutterGroup depth sorting

    o Fix double to float type conversions in ClutterScript and update
      test-script.json so it doesn't refer to old Actor types such as
      ClutterLabel.

    o Do not attempt to free empty ClutterModel column names

    o Fix the BlendString parser so numbers can be part of function names
      allowing use of DOT3_RGB

    o Fix the parsing of special "signal-" property names available when
      using the ClutterAnimation vararg API

    o Adds a "use-markup" property getter for ClutterText

    o Account for clock roll backs between frames so timelines don't simply
      hang

    o Disable mipmap filters before checking framebuffer object completeness
      since some drivers consider texture objects incomplete if a mipmap
      filter is set but the mipmap data hasn't yet been uploaded.

    o Various Makefile fixes, including fixes for the %.c: %.glsl codegen rules
      for GLES2, use AM_SILENT_RULES for automake > 1.11, use a shared set of
      defines for silencing make rules (Makefile.am.silent) and cleanup some
      misuse of CLUTTER_MAJORMINOR.

    o Fix cogl_clear so the alpha component isn't ignored

    o Fix for the GLES 2.0 Cogl backend and the eglx Clutter backend

Many thanks to:

    Damien Lespiau
    Emmanuele Bassi
    Neil Roberts
    Øyvind KolÃ¥s
    Samuel Degrande
    Zhou Jiangwei

Clutter 1.0.4 (25/08/2009)
===============================================================================

  * List of changes since 1.0.2

    o Depend on GObject-Introspection 0.6.4, to fix the generation of
      introspection data from uninstalled libraries

    o Fix a crash when closing multiple stages

    o Help gtk-doc pick up ClutterInterval as an object

    o Do not premultiply the color twice inside the CoglPango renderer

    o Fix keyboard navigation of works inside ClutterText

    o Allow key events to bubble up to its parent container if the
      event contains the control modifier is detected

Many thanks to:

  Jonas Bonn
  Jussi Kukkonen
  Owen W. Taylor

Clutter 1.0.2 (14/08/2009)
===============================================================================

  * List of changes since 1.0.0

    o Documentation fixes

    o Build fixes

    o Update the MingW script for building Clutter on Windows

    o Update the build instructions for OS X

    o On X11, make sure to destroy the stage Window when switching to
      a foreign one

    o Fix a bug where clutter_actor_apply_relative_transform() was no
      using the right vertex to perform the transformation

Many thanks to:

  Damien Lespiau
  Colin Walters
  Joshua Lock
  Xu Li

Clutter 1.0.0 (28/07/2009)
===============================================================================

  * List of changes since 0.9.8

    o Allow per-stage disabling of motion event throttling; this should allow
      platforms or applications that require all the motion events not for
      drawing purposes to get them exactly like Clutter gets them from the
      windowing system.

    o Various documentation fixes.

    o Add per-word key navigation inside ClutterText.

    o Fix the RGB<->HLS conversion.

    o Various fixes for the OSX backend.

    o Various build-related fixes.

Many thanks to:

  Geoff Gustafson
  Michael Mortensen
  Owen W. Taylor

Clutter 0.9.8 (17/07/2009)
===============================================================================

  * List of changes since 0.9.6

    o Add more introspection annotations for language bindings.

    o Fix a bug in clutter_animation_set_alpha(), which also broke the
      clutter_actor_animate_with_alpha() function.

    o Check if the stage requires a relayout before showing it; this fixes
      a bug in the X11-based backends, especially under compositing window
      managers, where a 640x480 window would flicker before the default
      stage was shown for the first time.

    o Performance fixes for Cogl.

    o Sliced textures were broken by the COGL journalling.

    o Use the redraw cycle when asynchronously loading textures from
      files.

    o Miscellaneous compilation fixes for the OS X and Windows backends.

    o Allow querying from within the paint function of an Actor whether
      the actor is currently being directly painted or by a Clone actor.

    o In the GLX backend, when using the non-implicit sync-to-vblank inside
      glXSwapBuffers(), call glFinish() to avoid potential tearing.

Many thanks to:

  Colin Walters
  Evan Martin
  Marcos
  Owen W. Taylor
  Xu Li

Clutter 0.9.6 (01/07/2009)
===============================================================================

  * List of changes since 0.9.4:

    o Allow the manipulation of the actor's transformation matrix, so that is
      is possible to apply additional transformations in a way that is
      compatible with the transformations already applied by the scene graph.

    o Fix a race in the X11 backend that happened between resizing the stage
      drawable and the call to glViewport().

    o Merge the cogl-journal-batching branch; this branch implements batching
      the geometry of the elements of the scene graph before sending it to
      OpenGL, thus minimizing the number of state changes and improving the
      overall performance of Clutter-based applications.

    o Add more debugging states for Clutter and COGL, which allow the developer
      to track the state of the journal; to check the VBO fallback paths; to
      disable picking for reliable profiling; to disable software-side matrix
      transformations in favour of the driver/GPU ones.

    o Improve the ability to "break out" of COGL by using gl_begin/gl_end
      semantics; applications that drop into raw GL are, though, ignoring all
      the caching performed by COGL and might incur in performance issues.

    o Fixed the :load-async and :load-data-async properties of Texture by
      removing the unneeded G_PARAM_CONSTRUCT flag.

    o Added an initial migration guide that shows the porting process from
      older releases of Clutter to the 1.0 API; the first chapter deals with
      the migration from ClutterEffect to the new implicit animations API.

    o Fixed MT-safety for the master clock.

Many thanks to:

  Ole André Vadla RavnÃ¥s
  Tim Horton

Clutter 0.9.4 (19/06/2009)
===============================================================================

  * List of changes since 0.9.2:

    o Set the layout height in ClutterText, so that wrapping and ellipsization
      work correctly to fill all the allocated area.

    o Remove all the units-based API, and migrate all the positional and
      dimensional accessors to use floating point values when dealing with
      pixels. All the properties dealing with pixels now that a floating
      point value as well.

    o Add the ability to track wether an actor is going to be painted or not,
      using the "mapped" flag. This also allows Clutter to be more strict
      in the handling of the scenegraph, ensuring correctness and avoiding
      wasting resources on nodes that won't be painted.

    o Add debugging facilities for COGL, similar to those of Clutter; through
      them is also possible to have an on screen debugging mode that shows the
      boundaries of each rectangle sent to the GPU.

    o Rework "units" into real logical distance units that can be converted
      between millimeters, typographic points and ems into pixels.

    o Simplify the Animation class to avoid redundancy and the possibility
      of it going out of sync with the Timeline and Alpha instances it uses.

    o Move every operation into a single "master clock" source that advances
      the timelines, dispatches events and redraws the stages in a predictable
      sequence, thus avoiding unneeded redraws. The default is to follow the
      sync-to-vblank cycle, if it is supported by the drivers.

    o Cache the glyphs geometry into a vertex buffer object to avoid
      resubmitting too much information to the GPU.

    o Rework the behaviour of ClutterModel when a filter is applied.

    o Allow submitting premultiplied texture data; this removes the need
      for unpremultiplying data in CairoTexture.

    o Add a simple API for submitting blending and texture combining modes
      through a string description.

    o Move Timelines to pure time-based objects.

    o Lots of performance improvements.

    o Removal of all the deprecated API.

    o Removal of all the fixed point entry points.

    o Lots of documentation fixes - the coverage is now 99% of the exported
      1600 symbols for Clutter and 80%+ of the 300 exported symbols for COGL.

    o Generate the GObject Introspection data for both Clutter and COGL
      at build time.

    o Build environment fixes.

Many thanks to:

    Owen W. Taylor <otaylor@fishsoup.net>
    Thomas Wood <thomas.wood@intel.com>
    Havoc Pennington <hp@pobox.com>
    Bastian Winkler <buz@netbuz.org>
    Chris Lord <chris@linux.intel.com>
    Garry Bodsworth <gjb@camvine.com>
    Rob Bradford <rob@linux.intel.com>
    Johan Bilien <jobi@litl.com>
    Jonas Bonn <jonas@southpole.se>
    Raymond Liu <raymond.liu@intel.com>
    Damien Lespiau <damien.lespiau@gmail.com>
    Dan Winship <danw@gnome.org>
    Marc-André Lureau <marcandre.lureau@gmail.com>
    Robert Staudinger <robsta@gnome.org>
    Tommi Komulainen <tko@litl.com>

Clutter 0.9.2 (16/03/2009)
===============================================================================

Bastian Winkler (2):
      [media] Fix the interface cast macro
      Remove redundant declaration in clutter-text.h

Chris Lord (1):
      [actor] Force a relayout on set_parent()

Christian Persch (1):
      Bug 1429 - Redundant declaration in clutter-x11.h

Colin Walters (3):
      Bug 1491 - Fix hardcoded lib path in .pc files
      Typo in clutter-win32.pc.in introduced by commit 24ce19383
      [animation] Enhance the bind API

Damien Lespiau (6):
      [gitignore] update gitignore files for tests/
      [build] Beautify autotools' output
      [build] Add dolt
      [build] Fix interaction between shave, gtk-doc and libtool 1.x
      [build] Fix dist for the newly introduced m4 macro directory
      Update shave

Emmanuele Bassi (111):
      Post-release bump to 0.9.1
      [text] Merge the attributes with markup enabled
      [tests] Update the text-field interactive test
      Add Actor::create_pango_layout()
      [docs] Add clutter_text_set_markup()
      [clone] Allow cloning unparented actors
      [text] Use create_pango_layout()
      [text] Rename :alignment to :line-alignment
      [texture] Consolidate the quality to filter conversions
      [texture] Check if the material is valid
      [event] Extend KeyEvent for multi-input support
      [actor] Check out parameters before setting them
      [list-model] Make ClutterListModel subclassable
      Bug 1440 - Add clutter_get_current_event_time()
      [tests] Add TEST_CONFORM_SKIP() macro
      [tests] Add conformance tests for ClutterModel
      [ignore] Add the newly created conformance units
      [actor] Revert part of commit 402e022c
      [animation] Do not bind construct-only properties
      [x11] Add backend-specific get_current_event_time()
      Initialize a variable to avoid warnings
      [cogl] Add cogl_is_material to cogl-material.h
      [cogl] Provide GTypes for COGL types
      [texture] Use COGL_TYPE_HANDLE for the handle properties
      [docs] Clarify the set_cogl_texture() documentation
      Merge branch 'build-enhancements'
      [docs] Add a missing "return" annotation
      [build] Pass the -s switch to cmp
      Remove type functions for removed types
      [docs] Update the sections file
      [tests] Add TEST_CONFORM_TODO macro
      [build] Show pkg-config file being generated
      [build] Reference the headers with their full path
      [docs] Update build for COGL API reference
      [build] Update the EXTRA_DIST list
      [build] Fix the ChangeLog generation rule
      [build] Do not overwrite BUILT_SOURCES
      [behaviour] Do not notify empty behaviours
      [path] Do not accept NULL descriptions
      [timeline] Set the n_markers out paramater
      Do not use GL types in Clutter headers
      [docs] Require gtk-doc 1.11
      [docs] Use the --name-space option
      [docs] Add the 1.0 symbols index
      [docs] Rename cogl-docs from sgml to xml
      Add build machinery for gobject-introspection data
      [backend] Update the viewport when updating the GL context
      [build] Move all the compiler flags to AM_CFLAGS
      [ignore] Update with the introspection files
      Add runtime debug messages for COGL
      [actor] Remove usage of ClutterFixed
      Make disable text mipmapping a command line switch
      Make fuzzy picking a command line switch
      [docs] Document envvars and command line switches
      Remove stray fixed point macro usage
      Use a dynamic array for the actors when delivering events
      [media] Add sub-second resolution for the duration
      [build] Put the X11 pc dependencies in another variable
      [build] Do not shave typelib generation
      Intern the ClutterScriptable type name
      [backend] Constify font options
      [cogl] Add a PANGO debug flag for CoglPango use
      Clean up of the ClutterColor API
      [shader] Unify code paths
      Add pkg-config file for COGL
      [build] Various fixes for distcheck
      [docs] Clarify clutter_actor_animate() behaviour
      [docs] Note that grabs are evil
      [cogl-fixed] Add a double-to-fixed conversion macro
      Move BehaviourScale to CoglFixed
      Move ClutterBehaviourEllipse to CoglFixed
      Move ClutterBehaviourRotate to CoglFixed
      Move ClutterTimeline to CoglFixed
      [cogl-fixed] Implement the CoglFixed fundamental GType
      [tests] Test CoglFixed, not ClutterFixed
      [interval] Update fixed-point handling
      [stage] Coalesce fog and perspective API
      [texture] Fix ClutterFixed usage
      [text] Convert units to the right type
      [tests] Use floats, not ClutterFixed
      [units] Add more conversion functions
      [fixed] Remove ClutterFixed API
      [cogl] Fix hardcoded paths in the pc file
      [docs] Remove ClutterFixed from the documentation
      [docs] Update API reference
      [animation] Add vector variants for ::animate()
      [cogl] Initialize boolean flag in CoglContext
      [cogl] Initialize all members of CoglContext
      [color] Fixed HLS to RGB conversion
      [docs] Calling g_object_ref() will not dispose an object
      [docs] Document the commit message format
      [tests] Animate the color during easing
      [docs] Reword some of the coding practices
      [docs] Add a bindings coding practices
      Add more deprecation notices
      [deprecated] Add Effect deprecation
      Do not cause more size requisitions than necessary
      [cogl] Avoid shadowing math.h symbols
      [docs] Clarify Animation memory management
      [animation] Add an emitter for ::completed
      [animation] Add Animation getter
      [tests] Remove unused variables
      [docs] Add description of queue_redraw
      [docs] Update after Animation API changes
      [animation] Enhance consistency of the Animation API
      [docs] Bring down the undocumented symbols to 2%
      Fix release date of 0.9.0
      Update release notes
      [docs] Fix naming of the interval parameter
      [docs] Ignore the TimeoutInterval internal API
      Update release notes

Geoff Gustafson (1):
      [animation] Broken fixed:: properties

Gordon Williams (1):
      [group] Output the group name when debugging paint

Havoc Pennington (4):
      Virtualize GL matrix operations and use a client-side matrix when GL is indirect
      [actor] Add :clip-to-allocation property
      [actor] Add ::queue-redraw signal
      [cogl] Flush matrix before clip planes

Jonathan Matthew (1):
      Declare the EnumValues for PixelFormat static

Neil Roberts (36):
      [cogl-material] Always bind the new texture handle
      Fix building GLES 2 after the material branch merge
      [cogl-texture] Fix the count for the number of enabled arrays
      [cogl-gles2-wrapper] Remove the FIXME to adjust the fragment color
      [clutter-clone] Override the parent opacity to self not self->parent
      [clutter-texture] Release the temporary ref taken when setting a texture
      [clutter-texture] Unref the Cogl material on dispose
      [clutter-texture] Fix the no_slice property
      [cogl-texture] Fix offset to next quad when flushing the log
      [cogl-texture] Move the destruction of the material to _finalize
      [cogl-texture] Fix uninitialised priv var in texture_finalize
      Added a test for non-power-of-two sized textures
      Emit CLUTTER_LEAVE events when the pointer leaves the stage
      Call glActiveTexture and glClientActiveTexture through cogl_get_proc_address
      [win32] Track mouse leave messages
      [clutter-main] Fix the input device passed to set_motion_last_actor
      Override the opacity when painting a clone instead of combining
      Allow rotation angle properties to be negative
      [ClutterBehaviourRotate] Fix up some breakage from the cogl-float branch merge
      [tests/conform] Copy in redhand.png
      Replaced ClutterFixed constants in color_{darken,lighten} with float
      [cogl-gles2-wrapper] Convert texture unit settings to be a static sized array
      [cogl-gles2-wrapper] Actually call glActiveTexture
      Add an environment variable to disable mipmapped text
      [tests/tools] Don't install libdisable-npots.so
      [clutter-texture] Use a GThreadPool for loading async textures
      [cogl-pango-glyph-cache] Fix compiler warning on 64-bit
      Fix warning in clutter-backend-sdl
      [eglnative] Add -I flags for the clutter dir in the src and build dirs
      Set the mapped flag on the stage in the SDL and eglnative backends
      Fix out of tree builds
      Remove use of $(builddir)
      [README] Small typo fix
      Change cogl_path_rectangle and cogl_path_round_rectangle to take x1,y1,x2,y2
      [cogl-path] Minor fix to gtk-doc
      Count timeline frames using the FPS instead of an integer interval

Owen W. Taylor (7):
      Honor ACLOCAL_FLAGS in autogen.sh
      Add gobject-introspection annotations
      Fix x/y confusion for GL_TEXTURE_RECTANGLE_ARB
      Use COGL to establish GL state for ClutterGLXTexturePixmap
      Add (out) annotations for ClutterActor
      Allow NULL for clutter_text_set_text()
      Avoid drawing twice if relayout queues a draw

Raymond Liu (2):
      [text] Crash when multi-byte utf8 text exceeds max_length
      [text] Insertion of multi-byte characters broken

Robert Bragg (28):
      [Cogl] Renames cogl_fog_set to cogl_set_fog for consistency
      [cogl-material] Fixes some dirty flag checks
      [cogl-vertex-buffer] Some fixes for texturing and color arrays
      [docs] Various gtk-doc updates for Cogl
      [tests] Some improvements for test-pixmap
      [Cogl] cogl_clip_{set*,unset} renamed to cogl_clip_{push*,pop}
      [Cogl] Renames cogl_paint_init to cogl_clear and adds a cogl_disable_fog function
      [cogl-color.c] #include fix for the cogl_set_source_color prototype
      [Cogl] the cogl_get_*_matrix functions now work with CoglMatrix types
      [Cogl] Fixes automatic handling of the GL blend enable state.
      [cogl-material] Always glBindTexture when flushing material state
      [Cogl] Remove a debugging assert that was triggering on false positives
      [test-vertex-buffer-contiguous] Improves the texturing test
      [cogl-matrix] Adds padding to CoglMatrix
      [cogl-matrix] Documents that CoglMatrix members should be considered read only
      Removes need for casting (const float *) to (GLfloat *) in _cogl_set_clip_planes
      80 char fix
      Avoid casting CoglMatrix to a GLfloat * when calling glGetFloatv
      Explicitly make the modelview-matrix current in cogl_{rotate,transform,etc}
      Use Cogl enum when making modelview-matrix current in cogl_{rotate,transform,etc}
      Finish GLES{1,2} support for client side matrix stacks
      Maintain the Cogl assumption that the modelview matrix is normally current
      Merge branch 'cogl-client-matrix-stacks'
      [cogl-vertex-buffer] Add a flush of attribute changes in the *_draw() functions
      [cogl-vertex-buffer] Allow querying back the number of vertices a buffer represents
      [cogl-vertex-buffer] fix cogl_vertex_buffer_draw_elements prototype
      [tests] Adds an interactive cogl vertex buffer unit test
      [cogl] Don't endlessly print the same warning regarding layer fallbacks

Robert Staudinger (1):
      [build] Add cogl.h to the built sources list

Shane Bryan (1):
      Bug 1434 - _NET_WM_NAME not set before realize

Tomas Frydrych (3):
      Fixed handling of enter and leave events in clutter_x11_handle_event()
      Fix clutter_x11_texture_pixmap_get/set_property() following change of PROP_WINDOW type
      [x11] Only update cached last event time if we have a real timestamp.

Øyvind Kolås (11):
      Added a mutex for clutter asynchronous textures threads.
      Bail early in clutter_texture_paint if opacity == 0
      Add a warning for recursive emit_event
      Change the default size of thread pool from 3 to 1
      [tests] Added test-texture-async
      [clutter-texture] add option to not block on size for loaded images
      [clutter-texture] remove load-size-async property
      Merge commit 'origin/async-texture-thread-pool' into async-size
      [clutter-texture] updated documentation.
      [clutter-texture] fixed gtk-doc formatting, and init threads in test.
      Merge branch 'async-texture-thread-pool'

Clutter 0.9.0 (30/01/2009)
===============================================================================

* List of changes between 0.8.6 and 0.9.0

  o ClutterText is a new actor allowing text display, text editing
    both in multi-line and single-line modes, and text selection using
    the pointer devices and the keyboard. ClutterText supercedes both
    ClutterLabel and ClutterEntry.
  o ClutterClone is a new actor that allows cloning of other actors,
    both simple and composite. ClutterClone supercedes ClutterCloneTexture.
  o ClutterBindingPool is a new API that allows to easily add key bindings
    to an actor.
  o ClutterAnimation is a new API for implicit animations, similar to
    the tweening API used in toolkits like jQuery, Tween and Flash. This
    new API supercedes the ClutterEffect API.
  o ClutterAlpha uses "animation modes" instead of raw function
    pointers; it is still possible to pass alpha functions. The alpha
    functions provided by Clutter have been removed from the public
    API. It is possible to register global alpha functions and use
    them though a logical id.
  o The interval of the ClutterAlpha:alpha property has been changed
    to a floating point value in the [ -1.0, 2.0 ] range; this allowed
    the addition of "overshooting" easing modes.
  o COGL now supports backface culling.
  o The COGL-based Pango renderer is public API and it is accessible
    to developers. It is also possible to access the PangoContext used
    by Clutter in order to create PangoLayouts to render text.
  o The ClutterFixed API has been moved to COGL.
  o COGL does not depend on Clutter data types anymore.
  o The ClutterMedia interface has been overhauled: implementations
    now must only override the interface properties. The ranges of
    some properties have been changed to normalized values.
  o COGL now exposes only floating point entry points, and reserves
    the eventual conversion to fixed point only when needed. The
    fixed point type and macros are publicly available for developers
    concerned about floating point operations.
  o COGL has a new Vertex Attribues API that allows submitting an
    extensible number of vertex attributes to OpenGL in a way that
    does not require format conversions and allows fast re-use.
  o COGL has a new Material API that decouples paths from fills; it
    is possible to create an arbitrary path and fill it with a COGL
    texture. The Material API also allows setting multiple texture
    layers and defining the blend modes and colors.
  o ClutterTexture has the ability to use a worker thread to asynchronously
    load an image from a file, as long as the GLib threading support has
    been enabled prior to calling clutter_init().
  o Clutter now supports localization of the help output, and it
    also supports globally setting the text direction for non left to
    right locales.
  o ClutterCairoTexture is a new actor that allows using Cairo
    to draw on a ClutterTexture; since Cairo does not have an OpenGL
    backend, the drawing is not hardware accelerated.
  o Clutter has a unit testing suite, based on the GLib unit test
    framework, which can be used to track regressions.
  o A ClutterPath object has been added, and it is used by the
    BehaviourPath. The Path object allows defining paths using a set
    of coordinates and operations. A Path can be "painted" either using
    COGL primitives or using Cairo primitives, allowing an easier way
    to paint non-rectangular shaped actors.
  o ClutterInterval is a simple object, used by ClutterAnimation, that
    describes an interval between two values, and interpolates between
    the initial and final values of the interval.

* List of bugs fixed since 0.8.6

  o #835 - Optimize clutter_actor_real_pick()
  o #851 - setting anchor point causes picking problem
  o #883 - Outstanding COGL merge issues
  o #1003 - Add clutter_actor_take_key_focus
  o #1014 - Clutter Animation API Improvements.
  o #1049 - Clutter doesn't support most GLSL uniforms
  o #1051 - WebKit/Clutter product/component?
  o #1058 - Build clutter-box2d with Clutter 0.8
  o #1066 - Clipping regression in 0.8
  o #1086 - virtualize stage_queue_redraw
  o #1105 - low level access to PangoClutter
  o #1106 - ClutterText instead of ClutterLabel and ClutterEntry
  o #1108 - Enter/Leave events logics wrt. skipped motion events
  o #1109 - clutter-0.8.0 fails to compile
  o #1123 - Crash when FBO actor is used and the stage is MINIMIZED
  o #1144 - Provide an option to load images asynchronously in ClutterTexture
  o #1162 - Add unit testing for Clutter
  o #1164 - Mesh API
  o #1172 - Disjoint paths and clip to path
  o #1189 - Backface culling
  o #1209 - Move fixed point API in COGL
  o #1210 - Add CoglColor API
  o #1211 - Drop ClutterFeatureFlags usage from COGL
  o #1212 - Allow only a single include file for Clutter
  o #1215 - Move the Pango renderer to the public API
  o #1219 - Clean up cogl.h
  o #1231 - Build fails in gles flavour in revision 3442
  o #1233 - CLUTTER_ALPHA_SINE_INC is broken in trunk
  o #1251 - Merge the Cairo texture actor in core
  o #1252 - Merge ClutterBehaviourPath and ClutterBehaviourBspline
  o #1261 - [patch] Minimize differences between gl/cogl-texture.c and
    gles/cogl-texture.c
  o #1269 - mingw32 building failed at clutter-media.c
  o #1270 - Update to mingw-cross-compile.sh
  o #1271 - mingw compiling failed:  undefined reference to
    `_glDrawRangeElements@24'
  o #1284 - Return something reasonable from clutter_x11_handle_event()
  o #1300 - clutter_score_remove and clutter_score_remove_all  are different
    in object remove
  o #1310 - font rendering problem
  o #1313 - Fix computation of camera distance
  o #1314 - clutter_sinx() is more inaccurate than it needs to be
  o #1321 - Get Matrix in float
  o #1323 - ClutterBehaviorDepth conflicts with other behaviors
  o #1325 - ClutterPath to cairo_path_t conversion functions
  o #1330 - We should not queue redraw for non-visible actors
  o #1334 - Default value for ClutterLabel::text should be "" instead of NULL
  o #1344 - clutter_actor_transform_stage_point gives invalid coordinates
    for big actors
  o #1352 - Weird cogl-pango.h includes in clutter-[entry|label].c
  o #1354 - Floating point exception when set fps>1000 and start timeline
  o #1361 - Unused ClutterStage::get_resolution() methods
  o #1365 - ClutterEntry doesn't get the cursor when it should
  o #1366 - disable-npots fails to build on mac
  o #1380 - Return booleans from CLUTTER_ACTOR_IS_* macros
  o #1386 - Wrong clipping dimensions for larger actors
  o #1387 - Clarify new-frame signal emission with advance()
  o #1388 - Clarify signal emission for advance_to_marker()
  o #1395 - behaviour_apply and behaviour_get_nth_actor are opposite on
    actors sequence
  o #1397 - clutter command line is not localized.
  o #1402 - Change default tile-waste from 64 to 63
  o #1403 - ClutterMedia::get_uri() should return allocated string
  o #1404 - ClutterMedia issues
  o #1405 - Fix properties that have X11 types to be 'long'
  o #1409 - Use G_SIGNAL_RUN_LAST with ::queue-redraw signal
  o #1410 - [patch] Implements a generic ClutterActorClone class without fbos
  o #1414 - avoid relayout of ClutterTexture if not syncing size
  o #1415 - short-circuit setting same clip again

(obache)

2009-10-26 08:41:35 UTC MAIN commitmail json YAML

Updated math/fricas to 1.0.8

(asau)

2009-10-26 08:40:49 UTC MAIN commitmail json YAML

Updated multimedia/ruby-clutter-gst to 0.8.0nb2

(obache)

2009-10-26 08:40:34 UTC MAIN commitmail json YAML

Switch to use clutter08-gst.
Bump PKGREVISION.

(obache)

2009-10-26 08:39:52 UTC MAIN commitmail json YAML

Updated graphics/ruby-clutter-cairo to 0.8.0nb2

(obache)

2009-10-26 08:39:36 UTC MAIN commitmail json YAML

Recursive bump from clutter-cairo.

(obache)

2009-10-26 08:38:50 UTC MAIN commitmail json YAML

Updated graphics/ruby-clutter-gtk to 0.8.0nb2

(obache)

2009-10-26 08:38:33 UTC MAIN commitmail json YAML

Switch to use clutter08-gtk.
Bump PKGREVISION.

(obache)

2009-10-26 08:37:47 UTC MAIN commitmail json YAML

Updated graphics/ruby-clutter-core to 0.8.0nb2

(obache)

2009-10-26 08:37:28 UTC MAIN commitmail json YAML

Switch to use clutter08.
Bump PKGREVISION.

(obache)

2009-10-26 08:36:46 UTC MAIN commitmail json YAML

Updated graphics/clutter-cairo to 0.8.2nb2

(obache)

2009-10-26 08:36:30 UTC MAIN commitmail json YAML

2009-10-26 08:35:48 UTC MAIN commitmail json YAML

Added multimedia/clutter08-gst version 0.8.0

(obache)

2009-10-26 08:35:18 UTC MAIN commitmail json YAML

2009-10-26 08:32:49 UTC MAIN commitmail json YAML

Added graphics/clutter08-gtk version 0.8.3

(obache)

2009-10-26 08:32:30 UTC MAIN commitmail json YAML

2009-10-26 08:30:37 UTC MAIN commitmail json YAML

Added graphics/clutter08 version 0.8.8

(obache)

2009-10-26 08:30:16 UTC MAIN commitmail json YAML

2009-10-26 08:27:33 UTC MAIN commitmail json YAML

Updated textproc/json-glib to 0.8.0

(obache)

2009-10-26 08:27:17 UTC MAIN commitmail json YAML

Update json-glib to 0.8.0.

Overview of changes for 0.8.0
=============================
* Remove the in-tree Vala bindings: they are part of Vala, now
* Remove the in-tree Debian packaging
* Fix bug #958: JsonGenerator does not escape special characters
* Fix bug #965: Conditionally compile the test suite
* Display the filename and line inside the error messages when
  loading from a file
* Fix bug #1203: Correctly terminate a string array
* Fix bug #1393: Regression tests fail on OpenBSD
* Do not leak memory on error code paths
* Improve and clean up the build system
* Make JsonNode completely opaque
* Conditionally generate introspection data on build
* Fix bug #1353: Do not overwrite when copying
* Deprecate json_object_add_member()
* Add convenience accessors for JsonObject and JsonArray
* Add convenience iteration functions for JsonObject and JsonArray
* Automatically promote integers to gint64, to compensate for the
  lack of integer size in the JSON specificiation
* Disallow the inclusion of single header files: only json-glib,h
  and json-gobject.h can be included directly
* Documentation fixes
* Clean up and remove code duplication inside the Parser object

(obache)

2009-10-26 07:53:39 UTC MAIN commitmail json YAML

Improve PLIST maintainance.

(asau)

2009-10-26 07:38:21 UTC MAIN commitmail json YAML

Fix build on DragonFly (undefined MNT_LOCAL).

(hasso)

2009-10-26 05:18:30 UTC MAIN commitmail json YAML

2009-10-26 04:12:12 UTC MAIN commitmail json YAML

Update msdl to 1.2.6.

Version 1.2.6.
-- msdl
* 12th release
* -o chain enabled, you can do
          $ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 http://bar/file3
* --stream-timeout option for quit streaming after some time.
  $ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
          to download the first 3 and a half minutes.
  This is helpful for downloading the real-time streaming, which ignores
          RTSP Range parameters.

(obache)

2009-10-26 00:30:58 UTC MAIN commitmail json YAML

Updated sysutils/estd to 0.7

(wiz)

2009-10-26 00:30:10 UTC MAIN commitmail json YAML

Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail.

estd-r7
* Add support for ACPI P-States on DragonFly.
* Improve multi-core support on DragonFly. For each CPU domain with individually
  controllable CPU frequency, the load of the most loaded CPU is used instead of
  the overall avarage load.
  This avoids issues on SMP systems where a single-threaded CPU bound process
  will lead to at most 50% overall load.
* Ove Soerensen has asked me to take over maintainership of estd.
  The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html

(wiz)

2009-10-25 23:44:49 UTC MAIN commitmail json YAML

dhcpcd-5.1.3 has been imported with the following changes:
* waitip is enabled when running on a single interface.
* Classless Static Routes are now enabled by default in dhcpcd.conf
  instead of being always being requested.

(roy)

2009-10-25 23:40:15 UTC MAIN commitmail json YAML

+ py26-html-docs

(joerg)

2009-10-25 23:39:37 UTC MAIN commitmail json YAML

Added lang/py26-html-docs version 2.6.3

(joerg)

2009-10-25 23:39:01 UTC MAIN commitmail json YAML

Imported py26-html-docs-2.6.3:
HTML Documentation for Python 2.6

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2009-10-25 23:36:59 UTC MAIN commitmail json YAML

Updated pkgtools/pbulk to 0.42

(joerg)

2009-10-25 23:08:02 UTC MAIN commitmail json YAML

pbulk-0.41:
- Consider packages silently outdated if recorded files are missing.
- Explicitly pass down tar to pbulk-save-wrkdir, TAR is unset at that
  point.

(joerg)

2009-10-25 22:58:24 UTC MAIN commitmail json YAML

Note update of "xlockmore" and "xlockmore-light" packages.

(tron)

2009-10-25 22:54:03 UTC MAIN commitmail json YAML

Update "xlockmore" and "xlockmore-lite" packages to version 5.29.1.
Changes since version 5.28:
- Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow
  on pievwm and tvtwm.
- juggler3d mode stolen from xscreensaver with help from Tim Auckland.
  Jouk Jansen made safe for VMS and fixed colour problem.
- nose: cleaned up for win32.  Still do not know why this mode has
  bottom task bar.
- petri: crashed due to shift of int, fix from Dr Nigel Warr
  <warr AT kp.uni-koeln.de>.  petri improved for win32, should not be
  red all the time now.
- penrose should be working again.  Other small fixes for life, etc.
- image: image set right away and added option -icononly to only display
  image when in password window
- Xinerama patch so the password window will be displayed on one screen
  thanks to Kaelyn Uhrain <satyr_22901 AT yahoo.com>.  (On the wish
  list would be to have password window on screen with mouse instead
  of first screen.
- SuSE patch set thanks to Stanislav Brabec <sbrabec AT suse.cz> and
  Petr Gajdos <pgajdos AT suse.cz>.  For problems in code and compiler
  warnings: fixes build with GLTT and FTGL modules, return if fontset
  is null instead of crash, fixes strict-aliasing compiler warning,
  makes void function not returning anything.
- life3d: resync with my Java code for new patterns.
- xlockrc (use of xlock without system password) did not actually check
  if Key portion matched Again portion.  Also now deletes null .xlockrc
  file when there is a mismatch.

(tron)

2009-10-25 21:32:49 UTC MAIN commitmail json YAML

Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.

(wiz)

2009-10-25 21:32:17 UTC MAIN commitmail json YAML

Add 2-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.

(wiz)

2009-10-25 17:19:44 UTC MAIN commitmail json YAML

Add patch to fix compiler error 'operands have incompatible types'

(sno)

2009-10-25 17:15:44 UTC MAIN commitmail json YAML

recognize compiler newer than 5.9, too

(sno)

2009-10-25 14:59:10 UTC MAIN commitmail json YAML

+ bakefile-0.2.8, cfitsio-3210, covered-0.7.7, gst-plugins0.10-bad-0.10.16,
  gst-plugins0.10-ugly-0.10.13, java-subversion-1.6.6, kchmviewer-4.2,
  libX11-1.3.2, libcanberra-0.22, licq-1.3.7, mldonkey-3.0.1,
  modular-xorg-server-1.7.1, mpop-1.0.19, msmtp-1.4.19,
  p5-DateTime-TimeZone-1.01, p5-Finance-Quote-1.17, p5-HTML-Parser-3.64,
  p5-Module-CoreList-2.22, pure-ftpd-1.0.24, py-qt4-4.6.1,
  py-setuptools-0.6c11, py-sip-4.9.1, py-subversion-1.6.6,
  scrotwm-0.9.19, subversion-base-1.6.6, x264-devel-20091024.

(wiz)

2009-10-25 13:25:51 UTC MAIN commitmail json YAML

Configure checks for the gstreamer soup plugin, so depend on
gst-plugins0.10-soup.

(wiz)

2009-10-25 13:23:49 UTC MAIN commitmail json YAML

libecal uses libedataserver uses GConf, ORBit2, libxml2, so provide
these header files for dependencies as well.

(wiz)

2009-10-25 13:16:35 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 3.48

(sno)

2009-10-25 13:16:22 UTC MAIN commitmail json YAML

Updating www/p5-CGI from 3.47 to 3.48

Upstream changes:
Version 3.48

  [BUG FIXES]
  1. <optgroup> default values are now properly escaped.
    Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
  2. The change to exception handling in CGI::Carp introduced in 3.47 has been
    reverted for now. It caused regressions reported in RT#49630.
    Thanks to mkanat for the report.

  [DOCUMENTATION]
  1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
  2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
  3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)

(sno)

2009-10-25 13:11:30 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-Size to 3.2.1

(sno)

2009-10-25 13:11:17 UTC MAIN commitmail json YAML

Updating graphics/p5-Image-Size from 3.2 to 3.2.1

pkgsrc changes:
  - Correcting license definition
  - Adjusting dependencies

Upstream changes:
3.210 Wednesday October 21, 2009, 06:50:00 PM -0700
* t/magick.t
Removed a stray colon causing errors with some Perl versions.

* t/00_load.t (added)
* t/00_signature.t (deleted)
* t/01_pod.t (added)
* t/02_pod_coverage.t (added)
* t/03_meta.t (added)
* t/04_minimumversion.t (added)
* t/05_critic.t (added)
* t/magick.t
* t/pod.t (deleted)
* t/pod_coverage.t (deleted)
Removed useless signature test, added QA tests, removed a
duplicate test.

* lib/Image/Size.pm
Moved around some conditionally-needed libs to delay loading
until/unless needed. Also made a small fix per Perl::Critic.

(sno)

2009-10-25 13:01:04 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Compress to 2.022

(sno)

2009-10-25 13:00:49 UTC MAIN commitmail json YAML

Updating devel/p5-IO-Compress from 2.021 to 2.022

Upstream changes:
  2.022 9 October 2009
      * IO::Compress - Makefile.PL
        Fix for core.

(sno)

2009-10-25 12:56:16 UTC MAIN commitmail json YAML

Updated devel/p5-Carp-Clan to 6.04

(sno)

2009-10-25 12:56:04 UTC MAIN commitmail json YAML

Updating devel/p5-Carp-Clan from 6.03 to 6.04

pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 6.04  24.10.2009
+ Solved RT ticket #50796 (inform type of license)
+ Made the test suite compatible with Perl versions < v5.6.0

(sno)

2009-10-25 12:49:04 UTC MAIN commitmail json YAML

It seems that <tnn> had an actual fix for the configure bug
in his pockets, thanks!

(ahoka)

2009-10-25 12:30:36 UTC MAIN commitmail json YAML

Disable autoreconf to make it build again (sorry hasso).

(ahoka)

2009-10-25 12:18:16 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Perl-Critic to 1.02

(sno)

2009-10-25 12:18:04 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Perl-Critic from 1.01nb1 to 1.02

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
[1.02] Released on 2009-10-22
    Documentation changes.  META.yml "enhancements".  Moved author
    tests out of the way of normal testing.

    Now requires Perl-Critic version 1.105 or newer.  Fixed source
    code to be compliant with this version. Reported by Xavier Caron.

(sno)

2009-10-25 12:15:55 UTC MAIN commitmail json YAML

More build fixes for non-GNU cpp(1) which usually doesn't grok -undef.
>From Alexander Nasonov in PR pkg/39879.

(tnn)

2009-10-25 11:44:25 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Differences to 0.5000

(sno)

2009-10-25 11:44:13 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Differences from 0.4801nb1 to 0.5000

pkgsrc changes:
  - Adding license definition

Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
    - Production release.

0.49_02 Sat Aug  2 13:00:21 GMT 2008
    - Added support for all diff styles supplied by Text::Diff.  Requested by
      Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
    - Add Build.PL.
    - Convert to universally use Test::More instead of Test.

0.49_01 Fri Aug  1 09:04:58 GMT 2008
    - Convert to modern Perl distribution.
    - Applied doc suggestion from Slaven Rezic
      (http://rt.cpan.org/Ticket/Display.html?id=24297)
    - Bumped up version number higher than normal because I forgot to quote
      the "developer release" number last time.
    - Applied Mark Stosberg's  patch which fixed the { a => 1 } versus
      { a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)

(sno)

2009-10-25 11:36:44 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Aggregate to 0.36.1

(sno)

2009-10-25 11:36:32 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Aggregate from 0.35 to 0.36.1

pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies according to META.yml (choosing the higher
    versions in case of duplicated entries)

Upstream changes:
0.361  20/10/2009
        - Keep Makefile.PL in synch.

0.36    18/10/2009
        - Mark for production.
        - Removed 'dump.t' files in tests.
        - Improve Test::Aggregate::Nested docs.
        - Removed some dead code.
        - Suppress multiple plans (#48352, Chisel Wright)

0.35_07 19/08/2009
        - Added missing files to MANIFEST.

0.35_06 28/06/2009
        - Added support for nested TAP via Test::Aggregate::Nested.
        - I really, really need to get a real release out.

0.35_05 20/05/2009
        - Removed bogus test file throwing my counts off.  No wonder all tests
          were failing for people!
        - Remove development lib links.

0.35_04 Unreleased.
        - Unlink dump files in tests.

0.35_03 15/05/2009
        - Don't run done_testing() in tests if it doesn't exist.

0.35_02 14/05/2009
        - Deprecate tests run in BEGIN/END/CHECK/INIT.
          See http://use.perl.org/~Ovid/journal/38974 for more information.
        - check_plan, if set, is now done at the end of each test instead of
          the end of all tests.
        - Make it work with the Test::Builder 0.88 and previous versions.
        - Embed the calling test script name in a comment at the top of the
          dump file.
        - Fix a doc typo (thanks to Offer Kaye for the report)
        - Cleaned up some tests.

0.35_01 18/11/2008
        - Make 'exit()' scream loudly if called.
        - Move Test::Aggregate::Builder globals into a hashref in the object.
          Further encapsulation to come later.
        - Export &run_this_test_program from Test::Aggregate to make dump
          files cleaner.
        - Reorganize the test suite to avoid false negatives.

(sno)

2009-10-25 11:06:49 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Action-RenderView to 0.13

(sno)

2009-10-25 11:06:35 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Action-RenderView from 0.11nb1 to 0.13

Upstream changes:
0.13 2009-10-24 04:48:03 PDT
    - Re-release 0.12 without changes for reindexing by CPAN/PAUSE.

0.12 2009-10-18 19:10:00 BST
    - Fixup copyright information

(sno)

2009-10-25 10:48:09 UTC MAIN commitmail json YAML

2009-10-24 21:33:24 UTC MAIN commitmail json YAML

After discussion on tech-pkg@ I decided to add the license file for the
2-clause BSD license.
This license does not just use slightly different words from the 3-clause
BSD license but adds a new clause to prohibit certain forms of promotion
without the copyright holders permission.

(heinz)

2009-10-24 20:16:02 UTC MAIN commitmail json YAML

remove unused var

(tnn)

2009-10-24 20:15:05 UTC MAIN commitmail json YAML

Turn native language support into an option and disable it by default
everywhere but on NetBSD (where we know it doesn't add any run-time
dependencies)

(tnn)

2009-10-24 17:05:16 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Lite to 3.027

(sno)

2009-10-24 17:05:00 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Lite from 3.026 to 3.027

Upstream changes:
Version 3.027
    Add send_to_testfile method (Thanks, AlexanderBecker)

(sno)

2009-10-24 17:01:13 UTC MAIN commitmail json YAML

Updated devel/p5-version to 0.7800

(sno)

2009-10-24 17:00:53 UTC MAIN commitmail json YAML

Updating devel/p5-version from 0.7702 to 0.7800

Upstream changes:
2009-10-22  John Peacock <jpeacock@cpan.org>
Forgot to edit the README

2009-10-15  John Peacock <jpeacock@cpan.org>
Make sure we override the system version.pm in the core for perl5.10.x

2009-10-15  John Peacock <jpeacock@cpan.org>
Bump $VERSION in all files and add README text

2009-10-15  John Peacock <jpeacock@cpan.org>
Smarter handling of non-magic v-strings.
Resolves https://rt.cpan.org/Ticket/Display.html?id=50347

(sno)

2009-10-24 16:55:38 UTC MAIN commitmail json YAML

Added devel/p5-Date-Calc-XS version 6.2

(sno)

2009-10-24 16:54:44 UTC MAIN commitmail json YAML

Added devel/p5-Date-Calc-XS version 6.2

(sno)

2009-10-24 16:53:49 UTC MAIN commitmail json YAML

After Date::Calc 6.2 came without XS implementation, importing
devel/p5-Date-Calc-XS version 6.2:

XS wrapper and C library plug-in for Date::Calc.
You never use this module directly. Use Date::Calc(3) instead!

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-10-24 16:42:56 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Calc to 6.2

(sno)

2009-10-24 16:42:40 UTC MAIN commitmail json YAML

Updating devel/p5-Date-Calc from 6.0 to 6.2

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
Version 6.2  16.10.2009
+  Split the "Date::Calc" distribution into a pure-Perl and a C/XS part

Version 6.1  15.10.2009
+  United "Date::Calc" and "Date::Pcalc" into a single distribution
+  Fixed Polish names of months and days of week (RT ticket #14159)

(sno)

2009-10-24 16:37:15 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Method-Modifiers to 1.05

(sno)

2009-10-24 16:37:01 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Method-Modifiers from 1.04 to 1.05

Upstream changes:
1.05    Wed Oct 21 14:01:11 2009
        Add install_modifier as a public API (Goro Fuji)

(sno)

2009-10-24 16:36:11 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.09002

(sno)

2009-10-24 16:33:27 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Accessor-Grouped from 0.09001 to 0.09002

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.09002 Tue Oct 20 23:16:28 2009
    - removing Class::XSAccessor usage for now

(sno)

2009-10-24 16:25:57 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Leak-Object to 1.00

(sno)

2009-10-24 16:25:43 UTC MAIN commitmail json YAML

Updating devel/p5-Devel-Leak-Object from 0.92 to 1.00

pkgsrc changes:
  - Adding license definition
  - Handling bundled Module::Install

Upstream changes:
1.00 Thu 22 Oct 2009
- Upgrading to Module::Install::DSL 0.91
- Switching to a prod version (finally)
- Optionally track where leaked objects come from
- Fix dumping to STDERR at END (previously dumped to STDOUT)
- Tests for that

(sno)

2009-10-24 16:21:31 UTC MAIN commitmail json YAML

Updated devel/p5-Carp-Clan to 6.03

(sno)

2009-10-24 16:21:15 UTC MAIN commitmail json YAML

Updating devel/p5-Carp-Clan from 6.00nb1 to 6.03

Upstream changes:
Version 6.03  18.10.2009
+ Re-release to resolve confusion in CPAN caused by intermediate release
  of Carp::Clan 5.4 (backport of bugfix #50560 below for Perls < v5.6.0)

Version 6.02  17.10.2009
+ Forgot to fix the bug of duplicated prefixes in _longmsg as well

Version 6.01  16.10.2009
+ Fixed bug of duplicated prefixes (RT ticket #50560)

(sno)

2009-10-24 16:13:26 UTC MAIN commitmail json YAML

Updated devel/p5-Cache-Memcached to 1.28

(sno)

2009-10-24 16:13:08 UTC MAIN commitmail json YAML

Updating devel/p5-Cache-Memcached from 1.27 to 1.28

Upstream changes:
2009-10-21: version 1.28
* IPv6 support (https://rt.cpan.org/Ticket/Display.html?id=50577)
* Add Encode.pm requirement to Makefile.PL for perl 5.6.x (Ask)

(sno)

2009-10-24 16:08:59 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 5.833

(sno)

2009-10-24 16:08:44 UTC MAIN commitmail json YAML

Updating www/p5-libwww from 5.832 to 5.833

Upstream changes:
2009-10-06  Release 5.833

Gisle Aas (5):
      Deal with cookies that expire far into the future [RT#50147]
      Deal with cookies that expire at or before epoch [RT#49467]
      Pass separate type for https to LWP::ConnCache [RT#48899]
      Improved handling of the User-Agent header [RT#48461]
      HTTP::Cookies add_cookie_header previous Cookies [RT#46106]

Andreas J. Koenig (1):
      Improve diagnostics from LWP::UserAgent::mirror [RT#48869]

Slaven Rezic (1):
      mirror should die in case X-Died is set [RT#48236]

Ville Skytt"a (1):
      Increase default Net::HTTP max line length to 8k.

(sno)

2009-10-24 16:07:31 UTC MAIN commitmail json YAML

Updated www/p5-HTML-Parser to 3.63

(sno)

2009-10-24 16:07:16 UTC MAIN commitmail json YAML

Updating www/p5-HTML-Parser from 3.62 to 3.63

Upstream changes:
2009-10-22  Release 3.63

Gisle Aas (2):
      Take more care to prepare the char range for encode_entities [RT#50170]
      decode_entities confused by trailing incomplete entity

(sno)

2009-10-24 16:06:20 UTC MAIN commitmail json YAML

Updated www/p5-URI-Escape-XS to 0.06

(sno)

2009-10-24 16:06:07 UTC MAIN commitmail json YAML

Updating www/p5-URI-Escape-XS from 0.05 to 0.06

pkgsrc changes:
  - Adjusting license definition

Upstream changes:
+ t/05-null.t
! XS.xs lib/URI/Escape/XS.pm
  Addressed:
  #45392: First invocation of encodeURIComponentIDN loses the path
  #49375: decodeURIComponent() influences references from a regexp
  #45855: Problems with undef
  http://rt.cpan.org/Public/Bug/Display.html?id=45392
  http://rt.cpan.org/Public/Bug/Display.html?id=49375
  http://rt.cpan.org/Public/Bug/Display.html?id=45855

(sno)

2009-10-24 15:58:07 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Static-Simple to 0.25

(sno)

2009-10-24 15:57:53 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Static-Simple from 0.22nb1 to 0.25

Upstream changes:
0.25  2009-10-22 21:40:00 BST
        - Fix bug where old unrelated $@ values would result in an error.

0.24  2009-10-18 19:10:00 BST
        - Fixup copyright information

0.23  2009-10-06 17:40:39
        - Move actions out of TestApp into a Root controller as
          this is now deprecated.

(sno)

2009-10-24 15:53:50 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-StackTrace to 0.11

(sno)

2009-10-24 15:53:35 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-StackTrace from 0.10nb1 to 0.11

pkgsrc changes:
  - Adjust license definition

Upstream changes:
0.11    2009-10-18 18:30:00 BST
        - Fixup copyright info

(sno)

2009-10-24 15:51:36 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20091023

(schmonz)

2009-10-24 15:51:25 UTC MAIN commitmail json YAML

if neither gtkspell nor libsexy was selected, then --enable-spell=none.

(tnn)

2009-10-24 15:51:16 UTC MAIN commitmail json YAML

Update to 3.20091023. From the changelog:

  * inline: Fix raw mode. Closes: #552114

(schmonz)

2009-10-24 15:13:38 UTC MAIN commitmail json YAML

update master_sites. fix url.

(zafer)

2009-10-24 15:08:58 UTC MAIN commitmail json YAML

update master_sites. use gentoo mirror.

(zafer)

2009-10-24 15:08:32 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-Store-File to 0.18

(sno)

2009-10-24 15:08:18 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Session-Store-File from 0.17nb1 to 0.18

pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies
  - Using pkgsrc built-in Module::Install support

Upstream changes:
0.18  09 Oct 2009
    - Port to new session confic key.

(sno)

2009-10-24 15:05:48 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-Store-FastMmap to 0.13

(sno)

2009-10-24 15:05:35 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Session-Store-FastMmap from 0.11nb1 to 0.13

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
0.13  18 Oct 2009
        - Fixup copyright ino

0.12  16 Oct 2009
        - Port to new session config key

(sno)

2009-10-24 14:59:59 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-Store-DBIC to 0.11

(sno)

2009-10-24 14:59:46 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Session-Store-DBIC from 0.10nb1 to 0.11

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.11  Fri Oct 16 15:04:07 CEST 2009
        - Convert to new session config key.

(sno)

2009-10-24 14:58:45 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-Store-Delegate to 0.05

(sno)

2009-10-24 14:58:29 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Session-Store-Delegate from 0.04nb1 to 0.05

pkgsrc changes:
  - Adding license definition
  - Adjusting dependency information

Upstream changes:
0.05
        - Port to new session config key.
        - Port to Moose.

(sno)

2009-10-24 14:51:59 UTC MAIN commitmail json YAML

update master_sites. remove broken master.

(zafer)

2009-10-24 14:50:53 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session-State-Cookie to 0.17

(sno)

2009-10-24 14:50:28 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.14nb1 to 0.17

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.17    2009-10-18
        - Fixup copyright information

0.16    2009-10-16
        - Use session config handling from Catalyst::Plugin::Session 0.27.

0.15    2009-10-06
        - Fix the httponly option again (Closes RT##50249).
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.

(sno)

2009-10-24 14:46:03 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Session to 0.27

(sno)