glib r6803 - in branches/glib-2-16: . docs/reference gio glib/pcre gmodule gobject gthread po
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6803 - in branches/glib-2-16: . docs/reference gio glib/pcre gmodule gobject gthread po
- Date: Mon, 31 Mar 2008 23:11:19 +0100 (BST)
Author: matthiasc
Date: Mon Mar 31 23:11:19 2008
New Revision: 6803
URL: http://svn.gnome.org/viewvc/glib?rev=6803&view=rev
Log:
2.16.2
Modified:
branches/glib-2-16/ChangeLog
branches/glib-2-16/INSTALL
branches/glib-2-16/README
branches/glib-2-16/docs/reference/ChangeLog
branches/glib-2-16/gio/ChangeLog
branches/glib-2-16/glib/pcre/Makefile.am
branches/glib-2-16/gmodule/ChangeLog
branches/glib-2-16/gobject/ChangeLog
branches/glib-2-16/gthread/ChangeLog
branches/glib-2-16/po/ChangeLog
branches/glib-2-16/po/am.po
branches/glib-2-16/po/ar.po
branches/glib-2-16/po/as.po
branches/glib-2-16/po/az.po
branches/glib-2-16/po/be.po
branches/glib-2-16/po/be latin po
branches/glib-2-16/po/bg.po
branches/glib-2-16/po/bn.po
branches/glib-2-16/po/bn_IN.po
branches/glib-2-16/po/bs.po
branches/glib-2-16/po/ca.po
branches/glib-2-16/po/cs.po
branches/glib-2-16/po/cy.po
branches/glib-2-16/po/da.po
branches/glib-2-16/po/de.po
branches/glib-2-16/po/dz.po
branches/glib-2-16/po/el.po
branches/glib-2-16/po/en_CA.po
branches/glib-2-16/po/en_GB.po
branches/glib-2-16/po/eo.po
branches/glib-2-16/po/es.po
branches/glib-2-16/po/et.po
branches/glib-2-16/po/eu.po
branches/glib-2-16/po/fa.po
branches/glib-2-16/po/fi.po
branches/glib-2-16/po/fr.po
branches/glib-2-16/po/ga.po
branches/glib-2-16/po/gl.po
branches/glib-2-16/po/gu.po
branches/glib-2-16/po/he.po
branches/glib-2-16/po/hi.po
branches/glib-2-16/po/hr.po
branches/glib-2-16/po/hu.po
branches/glib-2-16/po/hy.po
branches/glib-2-16/po/id.po
branches/glib-2-16/po/is.po
branches/glib-2-16/po/it.po
branches/glib-2-16/po/ja.po
branches/glib-2-16/po/ka.po
branches/glib-2-16/po/kn.po
branches/glib-2-16/po/ko.po
branches/glib-2-16/po/ku.po
branches/glib-2-16/po/lt.po
branches/glib-2-16/po/lv.po
branches/glib-2-16/po/mg.po
branches/glib-2-16/po/mk.po
branches/glib-2-16/po/ml.po
branches/glib-2-16/po/mn.po
branches/glib-2-16/po/mr.po
branches/glib-2-16/po/ms.po
branches/glib-2-16/po/nb.po
branches/glib-2-16/po/ne.po
branches/glib-2-16/po/nl.po
branches/glib-2-16/po/nn.po
branches/glib-2-16/po/oc.po
branches/glib-2-16/po/or.po
branches/glib-2-16/po/pa.po
branches/glib-2-16/po/pl.po
branches/glib-2-16/po/pt.po
branches/glib-2-16/po/pt_BR.po
branches/glib-2-16/po/ro.po
branches/glib-2-16/po/ru.po
branches/glib-2-16/po/rw.po
branches/glib-2-16/po/si.po
branches/glib-2-16/po/sk.po
branches/glib-2-16/po/sl.po
branches/glib-2-16/po/sq.po
branches/glib-2-16/po/sr.po
branches/glib-2-16/po/sr Latn po
branches/glib-2-16/po/sr ije po
branches/glib-2-16/po/sv.po
branches/glib-2-16/po/ta.po
branches/glib-2-16/po/te.po
branches/glib-2-16/po/th.po
branches/glib-2-16/po/tl.po
branches/glib-2-16/po/tr.po
branches/glib-2-16/po/tt.po
branches/glib-2-16/po/uk.po
branches/glib-2-16/po/vi.po
branches/glib-2-16/po/wa.po
branches/glib-2-16/po/xh.po
branches/glib-2-16/po/yi.po
branches/glib-2-16/po/zh_CN.po
branches/glib-2-16/po/zh_HK.po
branches/glib-2-16/po/zh_TW.po
Modified: branches/glib-2-16/INSTALL
==============================================================================
--- branches/glib-2-16/INSTALL (original)
+++ branches/glib-2-16/INSTALL Mon Mar 31 23:11:19 2008
@@ -1,8 +1,8 @@
Simple install procedure
========================
- % gzip -cd glib-2.16.1.tar.gz | tar xvf - # unpack the sources
- % cd glib-2.16.1 # change to the toplevel directory
+ % gzip -cd glib-2.16.2.tar.gz | tar xvf - # unpack the sources
+ % cd glib-2.16.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
Modified: branches/glib-2-16/README
==============================================================================
--- branches/glib-2-16/README (original)
+++ branches/glib-2-16/README Mon Mar 31 23:11:19 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.16.1. GLib is the low-level core
+This is GLib version 2.16.2. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
Modified: branches/glib-2-16/glib/pcre/Makefile.am
==============================================================================
--- branches/glib-2-16/glib/pcre/Makefile.am (original)
+++ branches/glib-2-16/glib/pcre/Makefile.am Mon Mar 31 23:11:19 2008
@@ -62,3 +62,4 @@
COPYING \
makefile.msc
+test:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]