2015-03-27 19:18:17 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 26 10:56:21 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
|
|
- Update to 1.310 (changes since 1.305):
|
|
|
|
|
* Add code comments about the peculiar Glib::InitiallyUnowned
|
|
|
|
|
sink handling.
|
|
|
|
|
* Add Glib::Variant and Glib::VariantType.
|
|
|
|
|
* Add char_byte and char_byte_ornull typemaps.
|
|
|
|
|
* Reorder and reformat our header and typemap a little.
|
|
|
|
|
* Hush a compiler warning in GMainLoop.xs.
|
|
|
|
|
|
2014-09-16 10:28:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 16 08:08:01 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
-A updated to 1.305
|
|
|
|
|
* Disable the warning message when handing callbacks over to the main loop.
|
|
|
|
|
|
2014-02-09 14:22:37 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 9 13:21:14 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.304
|
|
|
|
|
* Fix compilation against glib < 2.34.0.
|
|
|
|
|
|
2013-12-09 12:19:23 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 9 11:17:41 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.303
|
|
|
|
|
* Revert the change to ref counting of initial wrappers of custom subclasses,
|
|
|
|
|
introduced in Glib 1.300. It caused issues with subclasses inheriting from
|
|
|
|
|
Glib::InitiallyUnowned.
|
|
|
|
|
* Fix a test failure with perl >= 5.19.4.
|
|
|
|
|
* Create a GType for GSpawnFlags and register it with the bindings.
|
|
|
|
|
|
2013-10-04 13:44:43 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 4 09:12:10 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.302
|
|
|
|
|
* Avoid misusing the macro PL_na, thus preventing issues when Glib is used in
|
|
|
|
|
conjunction with certain XS modules, among them XML::Parser and
|
|
|
|
|
String::Approx.
|
|
|
|
|
* Avoid memory corruption when registering boxed synonyms repeatedly.
|
|
|
|
|
|
2013-07-27 14:17:58 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 27 11:58:52 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.301
|
|
|
|
|
* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
|
|
|
|
|
|
2013-06-05 10:19:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 5 05:48:40 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.300
|
|
|
|
|
* Stable release to coincide with the release of Perl 5.18.0
|
|
|
|
|
|
|
|
|
|
Since 1.28x (The previous stable release)
|
|
|
|
|
-----------------------------------------
|
|
|
|
|
* Ensure timely destruction of initial wrapper of custom subclasses
|
|
|
|
|
* Start changing module version numbers in all Perl modules in the
|
|
|
|
|
distribution, not just lib/Glib.pm; (Bugzilla #690464)
|
|
|
|
|
* Make Glib::Object subclassing more robust. This should in particular fix
|
|
|
|
|
issues revealed by the change to hash randomization introduced in perl
|
|
|
|
|
5.17.6.
|
|
|
|
|
* Correctly handle utf8-encoded strings in GPerlArgv. This should fix issues
|
|
|
|
|
seen with utf8-encoded strings in @ARGV with, for example, Gtk2->init.
|
|
|
|
|
|
|
|
|
|
Overview of changes in Glib 1.291 (unstable)
|
|
|
|
|
============================================
|
|
|
|
|
|
|
|
|
|
* Ensure timely destruction of initial wrapper of custom subclasses
|
|
|
|
|
* Start changing module version numbers in all Perl modules in the
|
|
|
|
|
distribution, not just lib/Glib.pm; (Bugzilla #690464)
|
|
|
|
|
|
|
|
|
|
Overview of changes in Glib 1.290 (unstable)
|
|
|
|
|
============================================
|
|
|
|
|
|
|
|
|
|
* Make Glib::Object subclassing more robust. This should in particular fix
|
|
|
|
|
issues revealed by the change to hash randomization introduced in perl
|
|
|
|
|
5.17.6.
|
|
|
|
|
* Correctly handle utf8-encoded strings in GPerlArgv. This should fix issues
|
|
|
|
|
seen with utf8-encoded strings in @ARGV with, for example, Gtk2->init.
|
|
|
|
|
|
|
|
|
|
Overview of changes in Glib 1.280 (stable)
|
|
|
|
|
==========================================
|
|
|
|
|
|
|
|
|
|
Since 1.26x (the previous stable series)
|
|
|
|
|
----------------------------------------
|
|
|
|
|
* Correctly handle the boxed type for GError.
|
|
|
|
|
* Ensure that custom signal marshallers are always used irregardless of
|
|
|
|
|
the spelling used for the signal name.
|
|
|
|
|
* Make the stack handling of some marshallers more robust, in
|
|
|
|
|
preparation for custom Glib::Boxed converters that call back into
|
|
|
|
|
Perl code.
|
|
|
|
|
* Add new C API gperl_register_boxed_synonym.
|
|
|
|
|
|
2012-07-21 08:01:45 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 21 06:00:04 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- disable test suite, creates bigger problems than it helps atm
|
|
|
|
|
|
2012-01-02 14:14:37 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2012-01-23 13:40:49 +01:00
|
|
|
|
Mon Jan 23 02:41:23 UTC 2012 - vcizek@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.250
|
|
|
|
|
* Add a fallback implementation of SvMAGIC_set; Bugzilla bug #665266
|
|
|
|
|
* Avoid a syntax error on older perls
|
|
|
|
|
* Glib::Object: make ref-counting compatible with perl >= 5.16 (RT#73650)
|
|
|
|
|
* Fix some typos in POD (RT#73616)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-01-02 14:14:37 +01:00
|
|
|
|
Mon Jan 2 13:03:26 UTC 2012 - vcizek@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.242
|
|
|
|
|
* Changed addresses in GPL license notices
|
|
|
|
|
* Glib::GenPod: fix typo in default pspec values
|
|
|
|
|
* Glib::GenPod: delete a duplicate key in %basic_types
|
|
|
|
|
|
2011-11-21 11:53:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 21 02:36:26 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.241
|
|
|
|
|
* Fix a test failure in t/GtkEntryBuffer.t
|
|
|
|
|
* Fix a test failure in t/tied-objects.t
|
|
|
|
|
* Add the missing NEWS entries from the stable branch.
|
|
|
|
|
|
2011-10-17 16:49:00 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 17 01:34:29 UTC 2011 - vcizek@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 1.240
|
|
|
|
|
* Add Glib::Param::GType support.
|
|
|
|
|
* Add Glib::Log->set_default_handler() and
|
|
|
|
|
Glib::Log::default_handler().
|
|
|
|
|
* Add Glib::ParamSpec->override() and get_redirect_target().
|
|
|
|
|
* Add Glib::Param->get_default_value().
|
|
|
|
|
* Support the fundamental type Glib::GType.
|
|
|
|
|
* Correctly handle variables with "magic" attached, like tied
|
|
|
|
|
variables.
|
|
|
|
|
* Don't copy boxed objects when passing from Perl to C.
|
|
|
|
|
|
2011-08-04 10:15:14 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 4 07:50:34 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
|
|
- update to 1.224
|
|
|
|
|
Glib::ParamSpec->value_validate(): copy boxed objects if necessary
|
|
|
|
|
Fix a test failure
|
|
|
|
|
|
2010-12-01 07:56:47 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 06:55:37 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2010-11-29 19:55:35 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 29 18:30:05 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
|
|
2010-07-19 14:45:02 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 16 15:01:52 CEST 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.223
|
|
|
|
|
* Fix a few test failures.
|
|
|
|
|
|
2010-01-12 12:05:49 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2010-01-18 16:13:35 +01:00
|
|
|
|
Fri Jan 15 14:20:39 CET 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.222
|
|
|
|
|
* Properly handle slashes in copyright footers passed to
|
|
|
|
|
Glib::MakeHelper.
|
|
|
|
|
* Fix a test failure on s390.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-01-12 12:05:49 +01:00
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
|
2009-04-01 18:27:06 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 30 12:37:54 CEST 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.221
|
|
|
|
|
* test fixes
|
|
|
|
|
|
2009-03-18 22:41:01 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 18 16:24:55 CET 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.220
|
|
|
|
|
* GType.xs (gperl_fundamental_type_from_obj): Check the SV for
|
|
|
|
|
definedness before passing it to SvRV.
|
|
|
|
|
* GClosure.xs (gperl_closure_marshal): Synchronize the way signals
|
|
|
|
|
with no return value are handled with how it's done in
|
|
|
|
|
gperl_signal_class_closure_marshal. This means that Perl handlers
|
|
|
|
|
for these kinds of signals are now always called in void context,
|
|
|
|
|
as they should be.
|
|
|
|
|
* gperl.h: Provide gperl_register_boxed_alias,
|
|
|
|
|
gperl_register_fundamental_alias, and gperl_register_object_alias
|
|
|
|
|
to register aliases for other registered types. An alias is a
|
|
|
|
|
package name that will resolve to the specified type, while the
|
|
|
|
|
type will still resolve to its originally registered package when
|
|
|
|
|
going the other way.
|
|
|
|
|
* Glib.pm: Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE
|
|
|
|
|
for use in source-type callbacks.
|
|
|
|
|
* test fixes, docs fixes
|
|
|
|
|
|
2008-10-06 17:16:57 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 6 14:32:31 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.200
|
|
|
|
|
* GClosure.xs (gperl_callback_invoke): Instead of putting a mortal
|
|
|
|
|
copy of the user data on the stack, increment its ref count and
|
|
|
|
|
mortalize it. This ensure that modifications to $_[-1] in the
|
|
|
|
|
callback actually change the user data. Patch by Kevin Ryde.
|
|
|
|
|
* GValue.xs: Handle NULL GParamSpecs in newSVGParamSpec by
|
|
|
|
|
returning undef. Consequently, remove the NULL handling in
|
|
|
|
|
_gperl_sv_from_value_internal.
|
|
|
|
|
* GType.xs (gperl_convert_flag_one, gperl_convert_flags): Improve
|
|
|
|
|
the wording of the error messages for invalid flags a bit.
|
|
|
|
|
* GValue.xs (_gperl_sv_from_value_internal): Handle NULL
|
|
|
|
|
GParamSpecs gracefully by returning undef.
|
|
|
|
|
* GParamSpec.xs (newSVGParamSpec): Croak on NULL GParamSpecs.
|
|
|
|
|
* GParamSpec.xs: Add hierarchy POD sections to the various
|
|
|
|
|
Glib::ParamSpec subclasses.
|
|
|
|
|
* GenPod.pm: Document how to hide arguments with "=for arg". Cope
|
|
|
|
|
with _noinc_ornull type variants.
|
|
|
|
|
* GObject.xs (g_object_new): Check that we got a correct number of
|
|
|
|
|
arguments.
|
|
|
|
|
* test fixes
|
|
|
|
|
|
2008-06-24 00:55:30 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 19 16:25:11 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.183
|
|
|
|
|
* GSignal.xs: In the xsub for g_signal_add_emission_hook,
|
|
|
|
|
make sure that the type class exists before we try to
|
|
|
|
|
fetch information about one of its signals.
|
|
|
|
|
* t/c.t: Overload '!=' and 'ne' for flags values for consistency.
|
|
|
|
|
* GClosure.xs (gperl_callback_invoke): Put a mortal copy of the
|
|
|
|
|
user data on the stack to avoid prematurely destroying it in
|
|
|
|
|
certain cases. Patch by Kevin Ryde.
|
|
|
|
|
* t/c.t: Test that empty flags values ([], undef) work.
|
|
|
|
|
* GType.xs (gperl_convert_flag_one): Don't call
|
|
|
|
|
gperl_type_flags_get_values needlessly.
|
|
|
|
|
* GType.xs: Use const char* to store the return value of
|
|
|
|
|
sv_reftype.
|
|
|
|
|
* Subclass.pm: Improve the documentation of GET_PROPERTY and
|
|
|
|
|
SET_PROPERTY. (Patch by Kevin Ryde)
|
|
|
|
|
* t/c.t: Register Glib::Enum and Glib::Flags. Remove special case
|
|
|
|
|
logic for these from Glib::Type::register().
|
|
|
|
|
|
2008-04-09 21:44:41 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 9 13:45:33 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.182
|
|
|
|
|
* GType.xs: For the 64 bit integer converters: use
|
|
|
|
|
g_ascii_strtoll, g_ascii_strtoull, and _atoi64 when available.
|
|
|
|
|
Only use _strtoi64 and _strtoui64 if _MSC_VER >= 1300.
|
|
|
|
|
* GenPod.pm: Add setters set_copyright, set_year, set_authors, and
|
|
|
|
|
set_main_mod for the corresponding package variables.
|
|
|
|
|
|
2008-03-26 16:29:00 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 24 15:51:37 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.181
|
|
|
|
|
* Makefile.PL: Remove the no_index specification from EXTRA_META
|
|
|
|
|
because the YAML implementations currently in use don't seem to
|
|
|
|
|
support this syntax yet.
|
|
|
|
|
* Makefile.PL (MY::postamble): Handle the EU::Depends object $glib
|
|
|
|
|
being undefined gracefully.
|
|
|
|
|
* Makefile.PL: Don't warn about this release being unstable
|
|
|
|
|
because it isn't.
|
|
|
|
|
* copyright.pod: Update for 2008.
|
|
|
|
|
|
2008-03-14 17:55:25 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 13 10:22:31 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.180
|
|
|
|
|
* Makefile.PL: Tell the compiler to always look for headers in '.'
|
|
|
|
|
first so that ours are preferred in case of name
|
|
|
|
|
clashes.
|
|
|
|
|
* ParseXSDoc.pm (parse_file): When parsing an #else pre-processor
|
|
|
|
|
directive, make sure we have actually seen and parsed a
|
|
|
|
|
corresponding #if before trying to negate its entry. This can
|
|
|
|
|
happen when our parsing heurestics fail. The result was an
|
|
|
|
|
exception: "Modification of non-creatable array value attempted."
|
|
|
|
|
* GType.xs: Defer the instantiation of a newly-registered
|
|
|
|
|
object class's class until after we've parsed the list of
|
|
|
|
|
signals, properties, and interfaces to add to it. This
|
|
|
|
|
allows perl-derived GObjects to override GInterfaces that
|
|
|
|
|
are implemented by parent classes.
|
|
|
|
|
* GObject.xs: Load GInterface types immediately, instead of
|
|
|
|
|
leaving them for lazy loading. Otherwise, it is possible to
|
|
|
|
|
get into situations in which a GInterface has not triggered
|
|
|
|
|
its lazy loading by the time it is needed.
|
|
|
|
|
* GObject.xs (class_info_finish_loading): When handling a class'
|
|
|
|
|
@ISA, instead of simple av_fetch calls and a final av_clear, use
|
|
|
|
|
repeated av_shift calls. Invoking av_clear on an @ISA array seems
|
|
|
|
|
to break the caching magic associated with it when running under
|
|
|
|
|
perl 5.10.0. This in turn breaks our lazy-loading scheme.
|
|
|
|
|
* Glib.xs: Use gperl_sv_defined instead of SvOK to check SVs for
|
|
|
|
|
definedness. This keeps Glib from erroneously thinking your
|
|
|
|
|
scalars are undefined, for example when using tied hashes.
|
|
|
|
|
* GType.xs: Define and use PORTABLE_LL_FORMAT and
|
|
|
|
|
PORTABLE_ULL_FORMAT.
|
|
|
|
|
|
2008-01-14 12:36:34 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 14 10:41:22 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.164
|
|
|
|
|
* GType.xs: Defer the instantiation of a newly-registered
|
|
|
|
|
object class's class until after we've parsed the list of
|
|
|
|
|
signals, properties, and interfaces to add to it.
|
|
|
|
|
* GObject.xs: Load GInterface types immediately, instead of
|
|
|
|
|
leaving them for lazy loading.
|
|
|
|
|
* ParseXSDoc.pm (parse_file): When parsing an #else pre-processor
|
|
|
|
|
directive, make sure we have actually seen and parsed a
|
|
|
|
|
corresponding #if before trying to negate its entry.
|
|
|
|
|
* GObject.xs (class_info_finish_loading): When handling a class'
|
|
|
|
|
@ISA, instead of simple av_fetch calls and a final av_clear,
|
|
|
|
|
use repeated av_shift calls.
|
|
|
|
|
* GBookmarkFile.xs: Hush compiler warning.
|
|
|
|
|
* GError.xs (gperl_gerror_from_sv): Fix the check for undefined
|
|
|
|
|
domain keys in GError hashes.
|
|
|
|
|
* GType.xs (add_interfaces): Fix the check for undefined
|
|
|
|
|
interface names.
|
|
|
|
|
|
2007-11-22 21:19:38 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 21 10:47:57 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.162
|
|
|
|
|
* MakeHelper.pm (postamble_docs_full): When constructing the
|
|
|
|
|
add_types call, make sure to properly quote the paths.
|
|
|
|
|
|
2007-11-02 01:36:54 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 1 15:35:14 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.161
|
|
|
|
|
* Makefile.PL: Use BEGIN { require 5.008; } instead of use 5.008;
|
|
|
|
|
so automatic CPAN testers know which perl version we need. Also
|
|
|
|
|
get rid of the MY package by prefixing the relevant subs with
|
|
|
|
|
`MY::´.
|
|
|
|
|
* GObject.xs (Glib::Object::CLONE): Check that perl_gobjects !=
|
|
|
|
|
NULL before working with it, to avoid an assertion.
|
|
|
|
|
|
2007-10-05 15:59:40 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 5 13:19:55 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.160
|
|
|
|
|
* GenPod.pm: Output a warning if a type name isn't recognized by
|
|
|
|
|
the doc parser. Add 'package' and 'list' to the basic types and
|
|
|
|
|
fix the remaining type name issues the new warning uncovered.
|
|
|
|
|
* ParseXSDoc.pm: Parse preprocessor conditionals in the XS code to
|
|
|
|
|
add Since: tags to methods' POD.
|
|
|
|
|
* ParseXSDoc.pm: Make it possible to document specific packages in
|
|
|
|
|
different POD files by providing a new =for object variant.
|
|
|
|
|
* GObject.xs: Register G_TYPE_INTERFACES as Glib::Interfaces to
|
|
|
|
|
avoid having it appear under Glib::Object::_Unregistered in
|
|
|
|
|
hierarchies in the generated POD.
|
|
|
|
|
* test fixes
|
|
|
|
|
- do not ignore test results anymore (package builds fine on all
|
|
|
|
|
supported archs)
|
|
|
|
|
|
2007-02-26 13:21:57 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 26 11:07:48 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.144
|
|
|
|
|
* MakeHelper.pm: Use BSD make syntax for the BLIB_DONE stuff on
|
|
|
|
|
BSD systems, unless the environment variable FORCE_GMAKE is set.
|
|
|
|
|
|
2007-01-16 00:30:43 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2007-02-16 07:07:19 +01:00
|
|
|
|
Wed Feb 14 15:08:25 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.143
|
|
|
|
|
* Makefile.PL: Check that glib >= 2.12.0, not 2.11.0, before
|
|
|
|
|
including GBookmarkFile.xs.
|
|
|
|
|
* Glib.xs: Call g_threads_init before g_type_init. Required (and
|
|
|
|
|
probably enforced in the near future) by recent glib versions.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-01-16 00:30:43 +01:00
|
|
|
|
Tue Dec 12 13:10:09 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.142
|
|
|
|
|
* bugfixes, test fixes
|
|
|
|
|
* GType.xs: Add macros, PORTABLE_STRTOLL and PORTABLE_STRTOULL,
|
|
|
|
|
to centralize the preprocessor madness for 64bit integer
|
|
|
|
|
support.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 7 23:05:41 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.140
|
|
|
|
|
* bugfixes and fixes in tests
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 21 13:38:12 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.120
|
|
|
|
|
* add a new header file for private
|
|
|
|
|
functions that are used in more than one xs file
|
|
|
|
|
* bugfixes
|
|
|
|
|
- remove last patch (fixed in upstream)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 21 15:31:49 CET 2006 - schwab@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix broken casts.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 31 00:45:00 CET 2006 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- fixed missing ";" in GType.xs
|
|
|
|
|
- ignore failed test for the moment
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 25 21:39:43 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 3 14:57:20 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.102
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 10 17:20:38 CET 2005 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.101
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 29 20:13:46 CEST 2005 - mjancar@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.082
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 23 01:56:01 CEST 2005 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- update to 1.081
|
|
|
|
|
- removed G_PARAM_PRIVATE (removed from glib2)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 21 02:52:43 CET 2005 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- update to 1.072
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 02 14:13:10 CET 2004 - mcihar@suse.cz
|
|
|
|
|
|
|
|
|
|
- initial packaging
|
|
|
|
|
|