2013-06-15 21:18:26 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Fix building with clang
|
2013-06-14 23:04:03 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
Update to 2.36.3:
Overview of changes fron GLib 2.36.2 to 2.36.3
==============================================
* Bug fixes:
692848 Fix property example in gobject tutorial
696857 GThreadedResolver: set an error if no records could be found
697849 spelling fixes of 'runtine' and 'adresses' in cross.xml a...
699779 G_GNUC_FORMAT: documentation error
699959 g_file_copy(): Ensure we create private files by default
701560 various improvements for g_file_set_contents()
701680 GFileEnumerator: Add some documentation about ordering
* Translation updates:
Kannada
|
2013-06-01 00:53:23 by Patrick Welche | Files touched by this commit (5) | |
Log message:
Update glib2 to 2.36.2
gdbus-codegen has grown a --xml-files option for introspection XML files.
* Bug fixes:
697887 GVariant: fix transfer annotation
699485 tests/mappedfile: Also handle ENOMEM
699493 SOCKS5 proxy code crashes if it cannot authenticate
699500 gbitlock: fix this to not unconditionally use futex emu...
Fix a hang in pidgin
* Translation updates:
Indonesian
Italian
Lithuanian
Norwegian bokmål
Polish
Serbian
Slovenian
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-04-25 14:10:48 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Don't complain about non-literal format strings in a number of fix the
build with clang.
|
2013-04-20 11:18:37 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix build under Mac OS X by surpressing the GCC compiler option
"-Werror=missing-prototypes". At least one of the system header files
("emmintrin.h") cannot be compiled with this constraint.
|
2013-04-20 11:17:32 by OBATA Akio | Files touched by this commit (1) |
Log message:
require i486 instructions
|
2013-04-20 11:03:37 by OBATA Akio | Files touched by this commit (1) | |
Log message:
option is not used anymore after updated to 2.36.1.
|
2013-04-20 10:59:29 by OBATA Akio | Files touched by this commit (2) |
Log message:
apply a patch for upstream Bug#697365 (fixed in master, not 2.36.x yet).
at least, required for Cygwin.
|
2013-04-20 00:21:41 by Patrick Welche | Files touched by this commit (20) |
Log message:
Update glib to 2.36.1
Among many bugfixes, changes and translations:
* GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
* GTask (the new GAsyncResult implementation) has landed
* We now install a public "gnetworking.h" header that can be used to
include the relevant OS-dependent networking headers. This does not
really abstract away unix-vs-windows however; error codes, in
particular, are incompatible.
See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.36.1 for details.
Patches removed:
- patch-aj:
Per PR pkg/41601: Bug 133344 is closed and compile tested by Joern Clausen
- patch-at:
Fixed in b26fb3ae (Bug 687600)
- patch-cf:
Adds sys/param.h - if still needed, should go into gnetworking.h.in
XXX might still be needed
- patch-cg:
Fixed (or changed anyway) in 6f8f1f70 and 52a81a7d (Bug 688681)
- patch-ci:
Fixed in a33aaad0 (Bug 637013)
- patch-glib_goption.c:
Fixed in f9a6a974
- patch-glib_tests_include.c:
Fixed in d2b7ee62 (Bug 672406)
Patches changed:
- patch-ak:
First chunk fixed in 5fbdd3aa (Bug 691011)
- patch-ap:
Added NetBSD support to g_credentials_get_unix_pid()
First chunk fixed in b377e696 (Bug 623187)
- patch-aq:
First chunk fixed in b8c13a01 (Bug 688109)
Patches added:
- patch-gio_glocalfile.c (Reported as Bug 698348)
|