View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/glib2.0 bug 1 Development 2015-10-16 10:08:52 UTC
238. [ Michael Biebl ] * Drop clean-la.mk ...

Author: Iain Lane
Revision Date: 2015-10-15 16:08:30 UTC

[ Michael Biebl ]
* Drop clean-la.mk from debian/rules, no longer required.

[ Iain Lane ]
* New upstream release 2.46.1
  + Remove system_header pragma (should fix lack of warnings with things
    like g_return_if_fail)
  + move GStrv typedef (and auto-cleanup) from libgobject to libglib
  + fix order of trashing files to be closer to what is required in the
    specification. Namely, trashinfo files are written first. This should
    fix issues with the gvfs trash backend failing to correctly read the
    info for recently trashed files (preventing 'restore'). (Closes:
    #800491) (LP: #1495943)
  + tweak mime logic to return text/plain on all empty files instead of
    returning application/octet-stream. This includes files that have
    extensions that imply that they may be other types of files, which is a
    slight change of behaviour with respect to old GLib versions. (LP:
    #1497170)
* debian/patches/0001-Revert-list-store-Fix-a-parameter-check.patch: Drop -
  this is applied upstream in this release.
* debian/patches/0001-GDateTime-test-fix-occasional-failures.patch: Take
  patch from bgo#754994 to resolve intermittent test failures in the
  GDateTime tests.

lp:ubuntu/wily/glib2.0 1 Development 2015-10-15 16:08:30 UTC
238. [ Michael Biebl ] * Drop clean-la.mk ...

Author: Iain Lane
Revision Date: 2015-10-15 16:08:30 UTC

[ Michael Biebl ]
* Drop clean-la.mk from debian/rules, no longer required.

[ Iain Lane ]
* New upstream release 2.46.1
  + Remove system_header pragma (should fix lack of warnings with things
    like g_return_if_fail)
  + move GStrv typedef (and auto-cleanup) from libgobject to libglib
  + fix order of trashing files to be closer to what is required in the
    specification. Namely, trashinfo files are written first. This should
    fix issues with the gvfs trash backend failing to correctly read the
    info for recently trashed files (preventing 'restore'). (Closes:
    #800491) (LP: #1495943)
  + tweak mime logic to return text/plain on all empty files instead of
    returning application/octet-stream. This includes files that have
    extensions that imply that they may be other types of files, which is a
    slight change of behaviour with respect to old GLib versions. (LP:
    #1497170)
* debian/patches/0001-Revert-list-store-Fix-a-parameter-check.patch: Drop -
  this is applied upstream in this release.
* debian/patches/0001-GDateTime-test-fix-occasional-failures.patch: Take
  patch from bgo#754994 to resolve intermittent test failures in the
  GDateTime tests.

lp:ubuntu/vivid-updates/glib2.0 2 Mature 2015-06-25 18:07:45 UTC
228. * Merge stable release from Debian to...

Author: Iain Lane
Revision Date: 2015-05-13 17:59:35 UTC

* Merge stable release from Debian to vivid. (LP: #1454776), remaining
  change:
  - d/p/0001-Don-t-warn-about-deprecated-properties-by-default.patch:
    + Don't warn about deprecated properties by default

lp:ubuntu/vivid-proposed/glib2.0 bug 1 Development 2015-05-24 18:10:21 UTC
228. * Merge stable release from Debian to...

Author: Iain Lane
Revision Date: 2015-05-13 17:59:35 UTC

* Merge stable release from Debian to vivid. (LP: #1454776), remaining
  change:
  - d/p/0001-Don-t-warn-about-deprecated-properties-by-default.patch:
    + Don't warn about deprecated properties by default

lp:ubuntu/vivid/glib2.0 2 Mature 2015-04-21 17:46:36 UTC
227. debian/patches/0001-Fix-trashing-on-o...

Author: Iain Lane
Revision Date: 2015-04-21 18:13:32 UTC

debian/patches/0001-Fix-trashing-on-overlayfs.patch: Cherry-pick patch
from upstream bug to fix trash on live CDs (LP: #1445622).

lp:ubuntu/utopic-proposed/glib2.0 bug 2 Mature 2015-03-04 23:19:46 UTC
215. New upstream bugfix release (LP: #142...

Author: Iain Lane
Revision Date: 2015-03-02 12:32:15 UTC

New upstream bugfix release (LP: #1427219)

lp:ubuntu/utopic-updates/glib2.0 2 Mature 2014-12-01 05:45:43 UTC
214. SRU new upstream release from vivid /...

Author: Iain Lane
Revision Date: 2014-11-13 10:44:15 UTC

SRU new upstream release from vivid / unstable (LP: #1392267)

lp:ubuntu/trusty-updates/glib2.0 2 Mature 2014-10-30 15:45:37 UTC
225. * New upstream stable release (LP: #1...

Author: Iain Lane
Revision Date: 2014-09-23 10:37:56 UTC

* New upstream stable release (LP: #1372847), fixing bugs
  + gobject: try to link with -Wl,-z,nodelete to prevent unloading
  + g_file_copy: Don't set GError when we intend to ignore errors
  + gapplication-tool: ensure object paths are valid
  + gtlscertificate: fix certificate list parsing with trailing comments
  + g_str_has_prefix: improve efficiency with long strings
  + Added type check to GPermission public functions.
  + GApplication: Don't decrease use_count below 0
  + networkmonitornetlink: fix IPv6 issues on Android
  + gresolver: Ensure GThreadedResolver always sets an error if resolution
    fails
  + gmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros for clang
  + networkaddress: fix parsing of uri with @ after authority
  + gvariant tests: workaround libc/compiler "issue"

lp:ubuntu/utopic/glib2.0 bug 1 Development 2014-10-02 13:08:24 UTC
233. [ Andreas Henriksson ] * Update Vcs-*...

Author: Iain Lane
Revision Date: 2014-10-02 13:08:24 UTC

[ Andreas Henriksson ]
* Update Vcs-* to use unstable instead of experimental branch

[ Iain Lane ]
* 0001-properties-disable-default-deprecation-warnings.patch: Backport from
  upstream stable branch - silences warnings that are shown to users on
  stderr, and which also cause some testsuite failures and consequent FTBFS.

lp:ubuntu/trusty-proposed/glib2.0 bug 1 Development 2014-09-25 18:04:47 UTC
225. * New upstream stable release (LP: #1...

Author: Iain Lane
Revision Date: 2014-09-23 10:37:56 UTC

* New upstream stable release (LP: #1372847), fixing bugs
  + gobject: try to link with -Wl,-z,nodelete to prevent unloading
  + g_file_copy: Don't set GError when we intend to ignore errors
  + gapplication-tool: ensure object paths are valid
  + gtlscertificate: fix certificate list parsing with trailing comments
  + g_str_has_prefix: improve efficiency with long strings
  + Added type check to GPermission public functions.
  + GApplication: Don't decrease use_count below 0
  + networkmonitornetlink: fix IPv6 issues on Android
  + gresolver: Ensure GThreadedResolver always sets an error if resolution
    fails
  + gmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros for clang
  + networkaddress: fix parsing of uri with @ after authority
  + gvariant tests: workaround libc/compiler "issue"

lp:ubuntu/trusty/glib2.0 bug 2 Mature 2014-04-02 14:37:13 UTC
224. [ Iain Lane ] * gdbus-tests-wait-up-t...

Author: Emilio Pozuelo Monfort
Revision Date: 2014-04-02 14:37:13 UTC

[ Iain Lane ]
* gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch: Take latest
  version from upstream bug to resolve some test failures.
* Add xauth test-dep, needed for xvfb-run

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

lp:ubuntu/saucy-updates/glib2.0 2 Mature 2013-10-30 15:59:12 UTC
206. * New upstream bugfix release 2.38.1 ...

Author: Iain Lane
Revision Date: 2013-10-17 17:49:34 UTC

* New upstream bugfix release 2.38.1 (LP: #1241083)
  + Fix error code checks when SOCK_CLOEXEC is defined but not supported
    (fix support for GNU/Hurd)
  + g_settings_list_children: only list viable schemas (fix gsettings
    list-recursively crashes with invalid schemas installed)
  + GDBusObjectManagerClient: Fix typo in the /org/freedesktop/DBus path
    when adding match rules
    - Remove 0001-gio-Fix-typo-in-the-org-freedesktop-DBus-path.patch
* 0001-g_file_copy-Fall-back-to-pathname-queryinfo-to-help-.patch:
  Cherry-pick gio patch to fall back to g_file_query_info if
  query_info_on_read is not supported. Fixes copying from backends that
  don't implement the latter. (Closes: #715436, LP: #1217230)

lp:ubuntu/saucy-proposed/glib2.0 bug 1 Development 2013-10-21 23:52:42 UTC
206. * New upstream bugfix release 2.38.1 ...

Author: Iain Lane
Revision Date: 2013-10-17 17:49:34 UTC

* New upstream bugfix release 2.38.1 (LP: #1241083)
  + Fix error code checks when SOCK_CLOEXEC is defined but not supported
    (fix support for GNU/Hurd)
  + g_settings_list_children: only list viable schemas (fix gsettings
    list-recursively crashes with invalid schemas installed)
  + GDBusObjectManagerClient: Fix typo in the /org/freedesktop/DBus path
    when adding match rules
    - Remove 0001-gio-Fix-typo-in-the-org-freedesktop-DBus-path.patch
* 0001-g_file_copy-Fall-back-to-pathname-queryinfo-to-help-.patch:
  Cherry-pick gio patch to fall back to g_file_query_info if
  query_info_on_read is not supported. Fixes copying from backends that
  don't implement the latter. (Closes: #715436, LP: #1217230)

lp:ubuntu/saucy/glib2.0 2 Mature 2013-09-25 10:40:24 UTC
205. * Resynchronise on Debian, remaining ...

Author: Iain Lane
Revision Date: 2013-09-25 10:40:24 UTC

* Resynchronise on Debian, remaining change
  - Build-Depend on python:any for cross building

lp:ubuntu/raring/glib2.0 bug 2 Mature 2013-04-10 11:43:24 UTC
193. debian/patches/git_dont_break_binding...

Author: Sebastien Bacher
Revision Date: 2013-04-10 11:43:24 UTC

debian/patches/git_dont_break_bindings.patch: interface-after-init
exception for glibmm and gtk# until those bindings are updated

lp:ubuntu/raring-proposed/glib2.0 bug 1 Development 2013-04-10 11:43:24 UTC
193. debian/patches/git_dont_break_binding...

Author: Sebastien Bacher
Revision Date: 2013-04-10 11:43:24 UTC

debian/patches/git_dont_break_bindings.patch: interface-after-init
exception for glibmm and gtk# until those bindings are updated

lp:ubuntu/precise-proposed/glib2.0 bug 2 Mature 2013-03-28 17:34:44 UTC
160. * New upstream release (LP: #1154657)...

Author: Iain Lane
Revision Date: 2013-03-13 10:45:56 UTC

* New upstream release (LP: #1154657)
  + GSettings: Don't crash due to incorrect handling of "/" (LP: #1154370)
  + gio: Stop ignoring defaults.list wrongly (LP: #901171)
* Update watch file to track 2.32 series for Precise
* debian/control{,.in}: Require libelf-dev >= 0.8.12, per configure.ac
* gnetworkmonitor_dont_leak_networks.patch: Drop, included in this release.
* Install bash completion files into /etc/bash_completion.d; overriding an
  upstream change (not appropriate for Precise) to install into
  /usr/share/bash-completion/completions. This change also names the
  completion files correctly (after the commands they are completing for),
  so they will start working now.

lp:ubuntu/precise-updates/glib2.0 2 Mature 2013-03-13 10:45:56 UTC
160. * New upstream release (LP: #1154657)...

Author: Iain Lane
Revision Date: 2013-03-13 10:45:56 UTC

* New upstream release (LP: #1154657)
  + GSettings: Don't crash due to incorrect handling of "/" (LP: #1154370)
  + gio: Stop ignoring defaults.list wrongly (LP: #901171)
* Update watch file to track 2.32 series for Precise
* debian/control{,.in}: Require libelf-dev >= 0.8.12, per configure.ac
* gnetworkmonitor_dont_leak_networks.patch: Drop, included in this release.
* Install bash completion files into /etc/bash_completion.d; overriding an
  upstream change (not appropriate for Precise) to install into
  /usr/share/bash-completion/completions. This change also names the
  completion files correctly (after the commands they are completing for),
  so they will start working now.

lp:~allanlesage/ubuntu/raring/glib2.0/enable-gcov 1 Development 2013-03-13 01:55:31 UTC
191. Enable gcov.

Author: Allan LeSage
Revision Date: 2013-03-13 01:35:56 UTC

Enable gcov.

lp:ubuntu/quantal-updates/glib2.0 2 Mature 2012-12-19 10:59:04 UTC
182. * Rebase on Debian experimental. (LP:...

Author: Iain Lane
Revision Date: 2012-10-17 15:47:20 UTC

* Rebase on Debian experimental. (LP: #1067763)
* Add back 91_revert_pcre_8.31_test.patch and lower the pcre dependency back
  to >= 8.30. This needs to be kept until we get pcre 8.31 into Ubuntu.
* Restore dependency on libelf-dev. Following Debian entails a dependency on
  libelfg0 which will break multi-arch glib as this library is not
  multi-arched yet.

lp:ubuntu/lucid-updates/glib2.0 bug 2 Mature 2012-11-15 16:54:54 UTC
58. * debian/patches/90-context-unlock.pa...

Author: Ante Karamatić
Revision Date: 2011-11-09 10:33:37 UTC

* debian/patches/90-context-unlock.patch (LP: #887946):
  - gmain: move finalization of GSource outside of context lock

lp:ubuntu/quantal-proposed/glib2.0 bug 2 Mature 2012-11-04 07:29:33 UTC
182. * Rebase on Debian experimental. (LP:...

Author: Iain Lane
Revision Date: 2012-10-17 15:47:20 UTC

* Rebase on Debian experimental. (LP: #1067763)
* Add back 91_revert_pcre_8.31_test.patch and lower the pcre dependency back
  to >= 8.30. This needs to be kept until we get pcre 8.31 into Ubuntu.
* Restore dependency on libelf-dev. Following Debian entails a dependency on
  libelfg0 which will break multi-arch glib as this library is not
  multi-arched yet.

lp:ubuntu/quantal/glib2.0 bug 1 Development 2012-09-27 10:25:57 UTC
181. * Re-sync with Debian, all our change...

Author: Martin Pitt
Revision Date: 2012-09-27 11:28:26 UTC

* Re-sync with Debian, all our changes are in the latest Debian version.
* Add back 91_revert_pcre_8.31_test.patch and lower the pcre dependency back
  to >= 8.30. This needs to be kept until we get pcre 8.31 into Ubuntu.

lp:ubuntu/lucid-proposed/glib2.0 bug 2 Mature 2012-07-10 05:26:45 UTC
58. * debian/patches/90-context-unlock.pa...

Author: Ante Karamatić
Revision Date: 2011-11-09 10:33:37 UTC

* debian/patches/90-context-unlock.patch (LP: #887946):
  - gmain: move finalization of GSource outside of context lock

lp:ubuntu/precise/glib2.0 bug 2 Mature 2012-04-16 15:33:44 UTC
158. Add revert_schema_path_warning.patch:...

Author: Martin Pitt
Revision Date: 2012-04-16 15:33:44 UTC

Add revert_schema_path_warning.patch: Revert
http://git.gnome.org/browse/glib/commit/?id=6560b3. Final freeze is not
the time to start fixing the gsettings paths of all packages. This avoids
tons of spewage from the gsettings trigger during package installation.

lp:~ivoks/ubuntu/lucid/glib2.0/887946 bug(Has a merge proposal) 1 Development 2011-11-10 19:58:11 UTC
60. Add patch debian/patches/patch90-cont...

Author: Ante Karamatić
Revision Date: 2011-11-10 19:58:11 UTC

Add patch debian/patches/patch90-context-unlock.patch from upstream commit 1f853c75ccb0a42757c3661ed36427e69e416af3
(LP: #887946)
Explain patch in debian/changelog

lp:ubuntu/oneiric/glib2.0 bug 2 Mature 2011-10-06 10:05:02 UTC
129. [ Rodney Dawes ] * debian/patches/10_...

Author: Michael Terry
Revision Date: 2011-10-06 10:05:02 UTC

[ Rodney Dawes ]
* debian/patches/10_gvariant_check_null.patch:
  - Check that value is NULL before continuing (LP: #804946)

[ Michael Terry ]
* debian/libglib2.0-0.postrm.in:
  - Only clear the gsettings schema cache on purge (this also helps us
    deal with the above bug LP: #804946)

lp:ubuntu/natty/glib2.0 bug 2 Mature 2011-04-19 16:22:15 UTC
106. * New upstream release - Fixes asse...

Author: Michael Terry
Revision Date: 2011-04-19 11:06:17 UTC

* New upstream release
  - Fixes assert race with g_settings_delay (LP: #743459)

lp:ubuntu/maverick-updates/glib2.0 2 Mature 2011-02-25 23:58:39 UTC
88. * New upstream release - Fixes (LP:...

Author: Robert Ancell
Revision Date: 2010-11-15 13:57:47 UTC

* New upstream release
  - Fixes (LP: #663384)
* debian/control:
  - Update Vcs-Bzr link

lp:ubuntu/maverick-proposed/glib2.0 bug 2 Mature 2010-11-19 14:38:26 UTC
88. * New upstream release - Fixes (LP:...

Author: Robert Ancell
Revision Date: 2010-11-15 13:57:47 UTC

* New upstream release
  - Fixes (LP: #663384)
* debian/control:
  - Update Vcs-Bzr link

lp:ubuntu/maverick/glib2.0 bug 2 Mature 2010-10-02 22:51:13 UTC
87. * New upstream version * debian/patch...

Author: Sebastien Bacher
Revision Date: 2010-09-27 22:31:56 UTC

* New upstream version
* debian/patches/06_glib_compile_schemas.patch:
  - dropped, the issue is fixed in the new version
* debian/patches/90_gregex-system-pcre.patch:
  - dropped, the issue is fixed in the new version
* debian/libglib2.0-0.symbols:
  - new version update

lp:ubuntu/lucid/glib2.0 bug 1 Development 2010-04-21 01:45:36 UTC
56. Don't run the testsuite on sparc. LP:...

Author: Matthias Klose
Revision Date: 2010-04-21 01:45:36 UTC

Don't run the testsuite on sparc. LP: #551069.

lp:~lifeless/ubuntu/lucid/glib2.0/subunit (Has a merge proposal) 1 Development 2010-03-08 08:14:52 UTC
48. Adjust package recommends.

Author: Robert Collins
Revision Date: 2010-03-08 08:14:52 UTC

Adjust package recommends.

lp:ubuntu/karmic-proposed/glib2.0 bug 2 Mature 2010-02-23 02:10:43 UTC
34. * New upstream version: Bugs fixed:...

Author: Sebastien Bacher
Revision Date: 2009-12-02 10:38:25 UTC

* New upstream version:
  Bugs fixed:
  - 350200 GTypeModule derived class unref does not unload plugin
  - 598899 GWin32DirectoryMonitor is broken
  - 563627 g_get_prgname() threadsafety
  - 572252 Bug in g_file_test() function.
  - 577711 cross compile check for g++ broken
  - 598712 can't detect text file with backspace
  - 541236 not detecting exact content type
  - 593856 file and directory monitors don't work with --disable-debug
  - 593809 Nautilus does not restore the position of the icons (lp: #411322)
  Updated translations

lp:ubuntu/intrepid-security/glib2.0 bug 2 Mature 2010-02-23 02:09:30 UTC
82. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-09 12:00:45 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/62_skip-perms-on-symlinks.patch (originally upstream
    commits).

lp:ubuntu/jaunty-security/glib2.0 bug 2 Mature 2010-02-23 02:09:15 UTC
11. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-04 00:55:25 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/61_skip-perms-on-symlinks.patch (originally upstream
    commits).

lp:ubuntu/karmic-updates/glib2.0 2 Mature 2010-02-23 02:09:14 UTC
34. * New upstream version: Bugs fixed:...

Author: Sebastien Bacher
Revision Date: 2009-12-02 10:38:25 UTC

* New upstream version:
  Bugs fixed:
  - 350200 GTypeModule derived class unref does not unload plugin
  - 598899 GWin32DirectoryMonitor is broken
  - 563627 g_get_prgname() threadsafety
  - 572252 Bug in g_file_test() function.
  - 577711 cross compile check for g++ broken
  - 598712 can't detect text file with backspace
  - 541236 not detecting exact content type
  - 593856 file and directory monitors don't work with --disable-debug
  - 593809 Nautilus does not restore the position of the icons (lp: #411322)
  Updated translations

lp:ubuntu/karmic/glib2.0 2 Mature 2010-02-23 02:08:50 UTC
33. * New upstream version: GIO: - Su...

Author: Sebastien Bacher
Revision Date: 2009-10-07 18:34:27 UTC

* New upstream version:
  GIO:
  - Support case-sensitive globs in the shared mime database,
  including support for the newer cache format that allows these.
  Case-sensitive globs have been introduced in shared-mime-info version 0.70
  GObject:
  - Speed up creation of simple objects
  Bugs fixed:
  - 597194 Typo in _G_TYPE_CVH macro
  Updated translations
* debian/patches/10_xdgmime_cache.patch:
  - the change is in the new version

lp:ubuntu/jaunty-updates/glib2.0 2 Mature 2010-02-23 02:08:40 UTC
11. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-04 00:55:25 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/61_skip-perms-on-symlinks.patch (originally upstream
    commits).

lp:ubuntu/hardy-security/glib2.0 bug 2 Mature 2010-02-23 02:08:26 UTC
69. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-09 16:51:27 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/61_skip-perms-on-symlinks.patch (originally upstream
    commits)
  - Edit patch to use g_set_error, instead of g_set_error_literal which
    is not implemented in this version of glib.

lp:ubuntu/hardy-proposed/glib2.0 bug 2 Mature 2010-02-23 02:08:24 UTC
74. * New stable updates (lp: #271329): ...

Author: Sebastien Bacher
Revision Date: 2008-09-17 13:54:46 UTC

* New stable updates (lp: #271329):
  - GBookmarkFile: Make the parser less strict about unknown attributes
  - Bugs fixed:
  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict,
         and unnecessary
  548321 <string.h> is not included in gi18n-lib.h
  535124 umask 002 not being applied for new directories,
         new files get the correct umask
  544140 fam-helper 64-bit issue
  545157 wrong/no list of "open with" applications for .cc and .cpp files
  (lp: #239692)
  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess_should_display
  (lp: #252942)
  546079 leak in xdgmime
  546017 Don't copy attributes when copying a symlink
  547080 g_file_copy leaks expected errors
  542156 zfs mount in home directory shown on nautilus desktop
  551149 xdgmime mem leak
  550647 synchronous pipe I/O when reading mount reply
  - Work around AC_C_BIGENDIAN breakage in autoconf 2.61
  - Bugs fixed:
  528317 GRegex does not allow recursion limit
  540616 mem leak in filechooser button
  543040 async reading on dummy file will crash on GIO_USE_VFS=local
  543504 crash in Epiphany Web Browser: Opening local file
* debian/patches/04_big-endian.patch,
  debian/patches/99_autoconf.patch:
  - the change is in the new version
* debian/patches/92_upstream_bugzilla_correct_umask_use.patch:
  - the change is in the new version

lp:ubuntu/jaunty/glib2.0 2 Mature 2010-02-23 02:08:18 UTC
10. Build-depend on libgamin-dev | libfam...

Author: Steve Langasek
Revision Date: 2009-04-10 15:48:48 UTC

Build-depend on libgamin-dev | libfam-dev, not libfam-dev | libgamin-dev;
the former is more correct because libgamin-dev is the real (and
preferred) package, and also libfam-dev exists but is a universe package
we don't want pulled into main. (accidentally uploaded before as
-1build2 instead of -1ubuntu1...)

lp:ubuntu/intrepid-updates/glib2.0 2 Mature 2010-02-23 02:07:59 UTC
82. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-09 12:00:45 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/62_skip-perms-on-symlinks.patch (originally upstream
    commits).

lp:ubuntu/intrepid-proposed/glib2.0 2 Mature 2010-02-23 02:07:48 UTC
81. Add 04_hide_ecryptfs.patch: Hide ecry...

Author: Martin Pitt
Revision Date: 2008-10-28 22:27:05 UTC

Add 04_hide_ecryptfs.patch: Hide ecryptfs mounts, so that the desktop does
not show both the mount and the target directory. (LP: #259799)

lp:ubuntu/intrepid/glib2.0 2 Mature 2010-02-23 02:07:31 UTC
80. * New upstream version: - Bugs fixe...

Author: Sebastien Bacher
Revision Date: 2008-10-18 14:52:07 UTC

* New upstream version:
  - Bugs fixed:
  553724 python interpreter path not patched in correctly
  553857 gbacktrace.h requires signal.h
  554790 g_convert() misbehaves with winiconv versions
  555314 mem leak in gmarkup
  554970 segfault when update-desktop-database is not available...
  555121 Improved build-time handling of gio module-dir
  555711 Wrong fallback order of mimetype icons (lp: #280867)
  556334 Warning when building without selinux support

lp:ubuntu/hardy-updates/glib2.0 2 Mature 2010-02-23 02:07:19 UTC
69. * Backported patch from Karmic: fix p...

Author: Martin Erik Werner
Revision Date: 2009-09-09 16:51:27 UTC

* Backported patch from Karmic: fix permissions being overwritten when
  copying symlinks (LP: #418135).
  - Add debian/patches/61_skip-perms-on-symlinks.patch (originally upstream
    commits)
  - Edit patch to use g_set_error, instead of g_set_error_literal which
    is not implemented in this version of glib.

lp:ubuntu/hardy/glib2.0 2 Mature 2010-02-23 02:06:45 UTC
67. [ Sjoerd Simons ] * debian/patches/70...

Author: Sebastian Dröge
Revision Date: 2008-04-08 12:02:07 UTC

[ Sjoerd Simons ]
* debian/patches/70_g_timeout_seconds_fix.patch
  + Added. Fix a rare case where a timeout from g_timeout_add_seconds() is
  never triggered. See http://bugzilla.gnome.org/show_bug.cgi?id=448943

[ Sebastian Dröge ]
* New upstream bugfix release:
  + debian/patches/70_g_timeout_seconds_fix.patch:
    - Dropped, merged upstream.

lp:ubuntu/gutsy-updates/glib2.0 1 Development 2010-02-23 02:06:35 UTC
48. * SECURITY UPDATE: possible arbitrary...

Author: Jamie Strandboge
Revision Date: 2009-03-12 16:47:36 UTC

* SECURITY UPDATE: possible arbitrary code execution when processing large
  Base64 strings
  - debian/patches/68_CVE-2008-4316.patch: update glib/gbase64.c to properly
    verify the string length and set the length of the output buffer.
  - CVE-2008-4316

lp:ubuntu/gutsy-security/glib2.0 1 Development 2010-02-23 02:06:26 UTC
48. * SECURITY UPDATE: possible arbitrary...

Author: Jamie Strandboge
Revision Date: 2009-03-12 16:47:36 UTC

* SECURITY UPDATE: possible arbitrary code execution when processing large
  Base64 strings
  - debian/patches/68_CVE-2008-4316.patch: update glib/gbase64.c to properly
    verify the string length and set the length of the output buffer.
  - CVE-2008-4316

lp:ubuntu/gutsy/glib2.0 1 Development 2010-02-23 02:06:17 UTC
47. * Sync with Debian * New upstream ver...

Author: Sebastien Bacher
Revision Date: 2007-09-17 09:56:18 UTC

* Sync with Debian
* New upstream version:
  Bugs fixed:
  - Invocation of the interface "g_utf8_strreverse" crashes f...
  - Fix FIXME in gregex.c when new pcre is out
  - g_markup_escape_text Produces Invalid XML
  - g_type_default_interface_ref() does not ensure working g_...
  - Clearify that comments can be put anywhere in a Key-file.
  - The GError documentation should give convention for the G...
  - G_BREAKPOINT() docs inaccurate
  - Overuse of -lpcre when using system pcre
  - Incorrect includes in gregex.c
  - Typoes in documentation
  - g_snprintf () talks about characters where it probably me...
  - Missing arch specific atomic implementation
  - Missing pcre flags when static-linking against glib
  - glibthread-2.0.la does not list -lpthread
* debian/control.in:
  - the package is maintained by the Ubuntu Desktop Team
* debian/patches/series:
  - use 01_gettext-desktopfiles.patch
* debian/rules: Add lpia to CHECK_SUPPORTED_ARCHES.

lp:ubuntu/feisty/glib2.0 1 Development 2010-02-23 02:06:06 UTC
33. * New upstream version: - Remove le...

Author: Sebastien Bacher
Revision Date: 2007-03-09 10:17:41 UTC

* New upstream version:
  - Remove leftover debug spew from thread pool code
  - Make g_strtoll() parse negative numbers correctly

lp:ubuntu/edgy/glib2.0 1 Development 2010-02-23 02:05:56 UTC
24. * New upstream version: - Fix build...

Author: Sebastien Bacher
Revision Date: 2006-10-02 09:28:10 UTC

* New upstream version:
  - Fix build problems related to Posix timers.
  - Bugs fixed
    321974 nanosleep on AIX / g_timer API using high resolution timers
    353584 va_end called on caller supplied va_list
    353580 va_copy detection breaks if user sets
           CFLAGS=-Werror-implicit-function-declaration
    354522 Small problem with PLT hiding 6 symbols
    358421 typos in gmain.c
  - New and updated translations (bn,bn_IN,dz,el,en_GB, et,fa,hi,hy,it,ka,nn,
                                  pt_BR,ro,sl,sr,sr@Latn,ta)

lp:ubuntu/dapper-updates/glib2.0 2 Mature 2010-02-23 02:05:42 UTC
18. * New upstream version: Bugs fixed...

Author: Sebastien Bacher
Revision Date: 2006-06-01 11:50:09 UTC

* New upstream version:
   Bugs fixed:
   - g_completion_complete_utf8 crashes when NULL is passed to it
   - update-desktop-database doesn't handle duplicate entries
   - Dereferencing NULL value in g_key_file_get_group_comment
   - GKeyFile set_string_list invalid memory reads
   - The GObject tutorial say g_object_(un)ref is _not_ thread-safe
   - Fix a memory leak in GOption

lp:ubuntu/dapper/glib2.0 2 Mature 2010-02-23 02:05:31 UTC
17. debian/patches/001_gettext_desktopfil...

Author: Martin Pitt
Revision Date: 2006-05-22 18:01:00 UTC

debian/patches/001_gettext_desktopfiles.patch: Check whether the
application used bind_textdomain_codeset() to force a dgettext() return
encoding, and not use g_locale_to_utf8() in this case. This repairs e. g.
Gnome panel translations in non-UTF-8 locales.

lp:ubuntu/breezy/glib2.0 1 Development 2010-02-23 02:05:11 UTC
4. New upstream version.

Author: Sebastien Bacher
Revision Date: 2005-10-03 22:20:33 UTC

New upstream version.

lp:ubuntu/hoary/glib2.0 1 Development 2010-02-23 02:04:55 UTC
3. New upstream release.

Author: Sebastien Bacher
Revision Date: 2005-02-28 09:38:38 UTC

New upstream release.

lp:ubuntu/warty/glib2.0 1 Development 2010-02-23 02:04:45 UTC
3. * debian/rules: - fixed the udeb na...

Author: Sebastien Bacher
Revision Date: 2004-10-11 23:56:00 UTC

* debian/rules:
  - fixed the udeb naming.

157 of 57 results