Upstream changes:
0.15 Tue Mar 16 09:40:40 2009
** Factored Path-Dispatcher-Declarative into its own distribution
** Be sure to update your dependency information!
* Implement ->complete for Rule::Dispatch
* Add Path::Dispatcher::Rule::Alternation
* Implement case insensitivity fory Rule::Eq
* Add Path::Dispatcher::Rule::Sequence - like Rule::Tokens but
better!
* Add Path::Dispatcher::Rule::Enum
* Path autoboxing has been factored out into a private method for
more overridability
* A few documentation improvements as usual :)
Upstream changes:
1.42 Tue 16 Mar 2010
- Signficantly expanded documentation on the per-table class
and the methods created for it (Breno G. de Oliveira)
C++ library of mathematical, signal processing and communication
routines
Its main use is in simulation of communication systems and for
performing research in the area of communications. The kernel of the
library consists of generic vector and matrix classes, and a set of
accompanying routines. Such a kernel makes IT++ similar to MATLAB or
GNU Octave.
pkgsrc changes:
- Add recommended dependencies
Upstream changes:
2.80 2010-01-16T04:40:00
- Fixed the regular expression for detecting JIRA keys. Thanks to David
Ferguson for the report (RT#51620).
- Fixed test failure on Perl 5.11.2.
- Switched to improved URL links with link text in the documentation.
2010-03-08 Mike Kestner <mkestner@novell.com>
* configure.in.in: revert the -platform flag usage on windows until
we can figure out why it breaks Gtk# on mono.
2010-03-01 Mike Kestner <mkestner@novell.com>
* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
Check for version 2.0 or greater.
* msi/Makefile.am: ref the netfx extension.
2010-02-26 Mike Kestner <mkestner@novell.com>
* configure.in.in: backport the mono-2 configure fallback.
2010-02-26 Mike Gorse <mgorse@novell.com>
* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.
2010-01-11 Mike Kestner <mkestner@novell.com>
* configure.in.in: checks for wix and add platform switch to win32
builds to ensure 32BIT+ and PE32 are set. [Fixes#473566]
* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
* license.rtf: moved to msi dir
* Makefile.am: add new dir, move installer target to msi Makefile.
* msi/*: new installer building framework. conditionally builds on wix
availability. downloads official binary bundles to build an unmanaged
module. adds the .mo files to support translation [Fixes#513017]
updated gtk+ version to 2.16.6. still depends on win32-installers build
for mono-posix and mono-cairo modules.
2009-11-30 Mike Kestner <mkestner@novell.com>
* generator/Method.cs: support win32_utf8_variant attribute on methods.
* glib/*.cs: support win32 utf8 variant methods.
* gtk/*.custom: support win32 utf8 variant methods.
* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
[Fixes#550961] Adapted from a patch by Tor Lillqvist.
2009-11-23 Christian Hoff <christian_hoff@gmx.net>
* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
accessor properties instead of trying to return the implementor as stored in
the arguments array.
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10
2009-11-20 Gabriel Burt <gabriel.burt@gmail.com>
Make TextBufferSerializeFunc return byte []
* gtk/Makefile.am:
* gtk/textbuffer-serializefunc.patch:
* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
be usable. [Fixes#555495]
* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
longer generated.
* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
RegisterSerializeFormat so bindings not generated.
2009-11-10 Gabriel Burt <gabriel.burt@gmail.com>
* atk/atk-table.patch:
* atk/ColumnDeletedHandler.cs:
* atk/Table.cs:
* atk/TableAdapter.cs:
* atk/ColumnInsertedHandler.cs:
* atk/Atk.metadata:
* atk/RowDeletedHandler.cs:
* atk/RowInsertedHandler.cs: We have to implement AtkTable's
GetSelectedRows/Columns methods manually, and the only way to do that is
to not generate those classes. So these files are the generated files
with the necessary modifications (see atk-table.patch). This fixes
support for custom widgets to add AtkTable a11y (BNC #512477)
* atk/NoOpObject.custom: Manually implement Atk.Table iface
* atk/Makefile.am: Add new files to build
2009-10-30 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: avoid another exception on bogus assm.Locations.
[Fixes#546045]
2009-10-23 Christian Hoff <christian_hoff@gmx.net>
* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
by reference. Patch by Diego Pettenò.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Don't try to remove the handler from the managed
hashtable twice, add a comment explaining the need for the else branch.
2009-09-22 Brad Taylor <brad@getcoded.net>
* glib/Idle.cs:
* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
delegate when we're disposed or finalized. In particular, this fixes a
problem where GLib.Object's PerformQueuedUnrefs was being called after
both the object and the handler had been GC'ed, resulting in a
segfault.
2009-09-16 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
marshaling exceptions on win32. [Fixes#518169]
2009-09-11 Christian Hoff <christian_hoff@gmx.net>
* gtk/Application.cs: Port the theming-relevant part of the
SWF.Application.DoEvents code to avoid loading the assembly
at runtime on the Windows platform.
2009-08-23 Christian Hoff <christian_hoff@gmx.net>
* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
PixbufFormat.MimeTypes as null-terminated arrays. [Fixes#533472]
2009-08-12 Christian Hoff <christian_hoff@gmx.net>
* configure.in.in: Detect GDK backend.
* */*.dll.config.in: Link against the libs of the correct GDK backend
instead of using x11 on Linux/win32 on Windows.
Patch by Christian Hergert. [Fixes 527840]
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* sample/CustomcellRenderer.cs: Use GObject property registration
instead of a CellDataFunc.
2009-08-05 Christian Hoff <christian_hoff@gmx.net>
* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
these constants return the minumum positive values for this type.
2009-07-30 Mike Kestner <mkestner@novell.com>
* generator/InterfaceGen.cs: remove var keyword usage to fix build
on .net 2.0. Fix a few mixed line endings as well.
2009-07-27 Mike Gorse <mgorse@novell.com>
* atk/Atk.metadata: Remove owned for Relation.GetTarget.
2009-07-21 Christian Hoff <christian_hoff@gmx.net>
* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
Patch from Mike Kestner with a minor tweak by me. [Fixes#523306]
2009-07-13 Gabriel Burt <gabriel.burt@gmail.com>
* generator/GenBase.cs: Add AppendCustom override that you can pass the
type name in, used to include .custom for Name + Adapter and Name +
Implementor .custom files for interface gen.
* generator/InterfaceGen.cs: Use the new AppendCustom override for the
Name + Adapter.custom file, and add support for including custom file for
the Name + Implementor interface; necessary to manually implement an
interface method.
2009-07-10 Christian Hoff <christian_hoff@gmx.net>
* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
methods as "out". [Fixes#510105]
2009-06-08 Christian Hoff <christian_hoff@gmx.net>
* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
methods. Patch provided by Mike Kestner and Gabriel Burt.
2009-05-31 Mike Kestner <mkestner@novell.com>
* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
after InstallFinalize to avoid a problem where the GAC assemblies
disappear. [Fixes#508580]
mysql server.
Changes:
Team Amarok is proud to announce Amarok 2.3.0. It contains many
improvements and bugfixes over Amarok 2.2.2 as well as many new
features. Areas such as podcast support and saved playlists have
seen huge improvements, as has the support for USB mass storage
devices (including generic MP3 players).
With large parts of Amarok 2 becoming quite mature, it was also
time to start looking forward again. Therefore, this release also
contains a number of new features of a slightly more experimental
nature. These include a new main toolbar and a rewritten and much
simpler file browser. These parts are brand new and based on user
feedback, and they will change and improve over the next few
releases. The old slim toolbar is still available should you prefer
that, but we encourage you to try out the new toolbar and tell us
what you think. The file browser's look and feel now aligns more
closely with the rest of Amarok with improvements such as breadcrumb
navigation, and it is now focused on being a way to find and play
music instead of being a multi-purpose file manager.
The context menu of tracks in your playlist now offers a "show in
media sources" option, making it easier to find the same track
again in the collection browser for editing, moving or deleting
the file.
Podcasts have received a configuration dialog allowing you to change
the update interval as well as the location to store new downloaded
episodes. Podcasts and saved playlists are now also grouped by
source, and a merged view is available just like in your local
collection - perfect for those that don't care where their music
is coming from but simply want to listen to it. Now, when a new
source of playlists or podcasts becomes available, Amarok will
switch off merged view and show a collapsible list of your new
listening sources.
The Wikipedia applet now looks better and links have been fixed.
Internal links to other pages on Wikipedia will display in the
applet, and external links open a browser window.
In short, Team Amarok has been focusing hard on furthering our
long-term goal: making Amarok the best tool for immersing yourself
in music, no matter where it comes from.
pkgsrc changes:
- Add module type to ensure auto_install in Makefile.PL is properly
handled
Upstream changes:
0.91 2010-02-27
Fix broken test due to behavior of lib under 5.10.1
Fix broken test (warn) when hit some file as directory
pkgsrc changes:
- Add USE_LANGUAGES to mark it's an XS based module requiring a C Compiler
Upstream changes:
1.03 Tue Nov 24 14:31:10 CET 2009
- port to loser platform.
Upstream changes:
Version 2.57: ( Mon Mar 1 15:49:54 IST 2010 )
------------------------------------------------
* Fixed failure to read the ini file contents from a filehandle made out of a
scalar
- https://rt.cpan.org/Ticket/Display.html?id=45997
- Applied a patch by Nicolas Mendoza - thanks!
pkgsrc changes:
- Add license definition
Upstream changes:
Version 2009040901
- Force DATA encoding to be iso-8859-1 (davidhull/RT #38005)
----
Version 2009040801
- Moved to git and github.
- Modernized distro.
Upstream changes:
1.11 - Wed Nov 4 13:48:18 EST 2009
More test adjustments /re Win32 (BRAMBLE)
1.09
Refactored tests to prevent false negatives on Win32 (ADAMK)
1.08 Mon Nov 2 11:23:33 EST 2009
Test fixes and spelling corrections (BRAMBLE)
Upstream changes:
3.11012 2010-03-13
- fixed: added fallback since Test::More 0.95_01 does not
stringify in "is" (tokuhirom)
3.11011 2010-03-11
- fixed documentation to include lookup_users
3.11010 2010-03-11
- Added lookup_users API method
3.11009 2010-03-10
- Added RetryOnError trait
(see perldoc Net::Twitter::Role::RetryOnError)
- Import Sclar::Util::blessed in the POD Synopsis to make it clear
callers need to do so (RT#55283)
- Use newly documented "preferred" oauth endpoints:
http://api.twitter.com/oauth/*
- Added SimulateCursors trait for Identi.ca compatibility
pkgsrc changes:
- fix typo in dependencies
Upstream changes:
0.21 Wed, 10 Mar 2010 22:20:49 UTC
* Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi
Sekimura and Simon Wistow)
* Added performance patch to decrease stat() system calls when requiring
modules (thanks Brad Whitaker)
0.22 Thu, 11 Mar 2010 00:21:26 UTC
* Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for
CamelCaseConsistency
* Added a couple tests for XauthAccessTokenRequest
pkgsrc changes:
- Adjust dependencies
Upstream changes:
2010-03-16 0.28 H.Merijn Brand
* Remove t/00_minimumversion.t from distribution
* Dropped YAML spec to 1.0
* Sync up with SQL::Statement 1.25
NOTE: Internals of both modules changed. They will change again for
SQL::Statement 2.0
2010-02-17 0.27 H.Merijn Brand
* Upped copyright to 2010
* Doc-fix typo in link (Detlef Pilzecker)
* Doc-fix small typo's
2009-11-10 0.26 H.Merijn Brand
* Adjustments for windows (RT#50544)
* Mark all non-\w chars illegal in field and table names
* Fix field types after execute (RT#51090, vgdoqd)
* Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)
pkgsrc changes:
- Adjust dependencies (mark fullfilled by perl CORE)
Upstream changes:
Version 1.25, release March 15th, 2010
----------------------------------------------
[Bug fixes]
* Keep org_table_names with schema information to allow derived
table classes to handle as it seems reasonable there
* Separate columns with "\0" in multi-column aggregation to be able to
difference between ('1','1foo') and ('11','foo')
[Misc]
* More resources added to META.yml
Version 1.24, release March 15th, 2010
----------------------------------------------
[Misc]
* Ignore *.rej in MANIFEST.SKIP (fixes RT #52081 reported by
Lars Thegler)
[Bug fixes]
* Add missing import of _INSTANCE in SQL::Statement::Function::NumericEval
fixes RT #52356 - reported by Detlef Pilzecker)
* Fix wrongly discarded DISTINCT clause (RT#53186)
[Improvements]
* Fix parsing errors of plain numbers (RT#16931)
* Fix parsing errors of nested calculation / functions (RT#16931, RT#52356)
* Rewrite result calculation of aggregation functions (simplify code,
speed up)
* Upgrade Makefile.PL (patch from Alexandr Ciornii) to handle different
EU::MM versions and abilities properly
* Update documentation to show how 'column_defs' and SQL::Statement::Term
instances shall be used
* Introduce SQL::Dialect::Role providing ini-style data access to
SQL::Dialects (patch from Michael Schwern)
[Things that may break your code]
* SQL::Parser now didn't deliver a struct containing 'column_names',
'computed_columns' and 'set_functions' - it's combined into one member
'column_defs'.
* Minimum required perl version is now 5.8 - upcoming next version of DBI
requires perl 5.8, too - and I could simplify some code that's why
Version 1.23, release November 20th, 2009
----------------------------------------------
[Misc]
* Applied patch from Marc Espie which fixes several orthographic
errors in SQL::Statement::Syntax documentation.
* Added a fixed version of test reported via RT #34121
[Bug fixes]
* Fix an issue in UPDATE command which 'shift's the values from
the list of parameters which causes there're no more parameters
left after first row get's updated (Fixes RT #50788)
* Fix aggregate function handling of new code since 1.21_01
* Correct handling of DISTINCT in aggregate functions
[Improvements]
* Add support for tables/columns starting with '_' for CSV and AnyData,
which is usually forbidden by ANSI SQL
* Add support for inserting multiple lines with one statement
(fixes RT #31730)
* Handle ANSI 'IS NULL' and CVS/AnyData 'IS NULL' different
[Things that may break your code]
* row_value now expects up to two arguments
pkgsrc changes:
- Adjust HOMEPAGE to CPAN "Permalink"
- Adjust dependencies according to module's META.yml
Upstream changes:
0.85 2010-03-13 <schubiger@cpan.org>
- Merged development version to stable.
0.84_03 2010-03-11 <schubiger@cpan.org>
- Resolve short aliases only if preceded by a digit.
- Don't capture the date separator for matching with the format.
0.84_02 2010-03-09 <schubiger@cpan.org>
- Guess the format of dates with a dot or hyphen as separator.
- Check for separator mismatch when not in lax mode.
0.84_01 2010-02-24 <schubiger@cpan.org>
- Use the format parameter case-insensitively and test it.
- Don't bless into a reference within the metadata base constructor.
- Add some missing commas to the grammar description.