2012-05-22 22:40:08 by Julio Merino | Files touched by this commit (6) |
Log message:
Fix kqueue support by using patch for 2.32.2 and correcting some problems
that we had in our own patches for the Makefile.am files.
Bump PKGREVISION to 1.
|
2012-05-15 11:20:15 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
Changes 2.32.3:
* Bug fixes:
Correct a typo in the ELF configure check
Reset LIBS after the ELF configure check
Fix GIO/GObject Visual C++ projects
gio: fix error handling in async case of GProxy...
GConverterInputStream: fix an infinite loop...
* Translation updates:
Bulgarian
Catalan
Czech
German
Japanese
Slovenian
Telugu
|
2012-05-08 18:07:23 by Hans Rosenfeld | Files touched by this commit (3) |
Log message:
Fix build on SunOS.
|
2012-05-04 12:22:08 by OBATA Akio | Files touched by this commit (4) | |
Log message:
* Update PKGCONFIG_OVERRIDE list to reflect reality.
* Restore pthread flag settings in configure script.
It still in the last hunk of patch-ak (for configure.ac),
but lost at updated to 2.32.1.
* Fixes missing pthread linkage of libglib-2.0 on OpenBSD.
Bump PKGREVISION.
|
2012-05-01 20:45:53 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message:
Changes 2.32.2:
* GApplication: can now have a NULL application ID
* g_clear_object: fix warnings when using it on C++ (due to lack of
ability to implicitly cast void*)
* GDBus:
- add our own implementation of the message bus for use on Windows only
- fix up a few bugs that use of this bus uncovered in GDBus
- escape nonce files in dbus addressess (think 'c:\')
- support initial underscores in dbus codegen namespace (for private)
* Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
* make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
* GAppInfo: overwrite the DISPLAY only if it is set in the launch context
* glib/tests/date: force US locale running the GDateTime tests
* GSocketControlMessage: Don't warn about unknown messages
* Resources:
- fix broken use of GVDB on big endian machines
- set a 'display name' so that pretty file names appear in Gtk CSS
warning messages
* GMainContext:
- block child sources when blocking the parent
- introduce more testcases for child sources
* Translations updates:
Brazilian Portuguese
French
Galician
Italian
Lithuanian
Polish
Polish
Serbian
Simplified Chinese
Spanish
* Bug fixed:
619026 avoid warning in gutils.h when using gcc with -Wconversion
669260 Open/Save dialog hangs waiting for data with libsoup
671249 GApplication: Allow a null application_id?
672786 goa-daemon: action in notification doesn't work
673409 g_resource_lookup_data may return stale data pointer
674172 glib-2.32.1 misdetects GNUstep as Cocoa
674345 cssprovider: Make sure to print out file name in css warnings
674483 broken configure results when cross-compiling with gcc >= 4.5
|
2012-05-01 09:05:59 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Only depend on "libelf" on platforms that actually use ELF as their
binary format. Bump package revision because of this dependence change.
|
2012-04-30 15:53:48 by Matthias Drochner | Files touched by this commit (21) | |
Log message:
update to 2.32.1
This is the new major tree, needed for a number of Gnome pkgs.
The optional "kqueue" patch isn't ready yet, so the "kqueue" \
option
does not work atm.
|
2012-04-14 17:43:11 by Julio Merino | Files touched by this commit (2) | |
Log message:
Use updated kqueue patch for glib 2.30.3.
|
2012-04-10 21:48:17 by Benny Siegert | Files touched by this commit (4) |
Log message:
Add some patches for MirBSD support. More to come, but these are at least
sufficient to make glib2 build successfully.
|
2012-04-06 13:08:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
restore kqueue patch checksums
|