2007-09-21 14:58:19 by Thomas Klausner | Files touched by this commit (32) | |
Log message:
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
|
2007-07-09 19:16:39 by Matthias Drochner | Files touched by this commit (4) |
Log message:
remove stale dependency on popt,
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISIONs
|
2007-04-09 02:55:46 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 2.18.0.1:
2.18.0.1
========
Misc
- Don't fail db sync operations and leave %gconf-tree.xml.new
files laying around if there wasn't a %gconf-tree.xml to start
with (Loïc Minier)
2.18.0
======
Misc
- Make sure error strings are utf-8 (Christian Persch)
- don't include xml-entry.h twice (Kjartan Maraas)
- fix leak in gconf meta info code (Richard Hult, Ray Strode)
- remove more popt gunk (Chris Wilson, Ray)
- when installing a batch of schema files, don't abort
the entire transaction if one fails (Laszlo Peter)
- don't close already closed file descriptors if fdwalk()
is available (Padraig O'Briain)
- use g_file_test instead of gconf_file_test or
gconf_file_exists (Paolo Borelli)
- remove dead code found from coverity scan (Paolo Borelli)
- retain file permissions on gconf database files when
syncing a tree to disk (Narayana Pattipati)
- Add g_return_val_if_fail checks on type inputs for
gconf_value_new_from_string (Kjartan Maraas, Ray)
Translators
- Gintautas Miliauskas (lt)
2.16.1
======
Misc
- Fix error handling in the getters (Matthias Clasen)
- Fix a leak (Pascal Terjan)
- Close write end of pipe in parent (Tom Tromey)
Translators
- Khaled Hosny (ar)
- Josep Puigdemont i Casamajó (ca)
- Priit Laes (et)
- Adam Weinberger (en_CA)
- Yair Hershkovitz (he)
- Gabor Kelemen (hu)
- Luca Ferretti (it)
- Vladimer Sichinava (ka)
- Thierry Randrianiriana (mg)
- The GNOME PL Team (pl)
- Leonardo Ferreira Fontenelle (pt_BR)
- Laurent Dhima (sq)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)
- Nguyá»
n Thái Ngá»c Duy (vi)
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-10-23 17:37:52 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Add missing file "share/gtk-doc/html/gconf/gconf.devhelp2" to package list.
Bump package revision.
|
2006-10-23 11:03:03 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
ride on update and migrate devhelp documentation to share/gtk-doc
|
2006-10-23 02:22:14 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 2.16.0:
Bug fixes. Coverity fixes. Use GOption. sysconfdir fixes.
|
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|