glib r6473 - in branches/glib-2-14: . docs/reference glib/pcre gmodule gobject gthread po



Author: matthiasc
Date: Thu Feb  7 06:19:07 2008
New Revision: 6473
URL: http://svn.gnome.org/viewvc/glib?rev=6473&view=rev

Log:
2.14.6


Modified:
   branches/glib-2-14/ChangeLog
   branches/glib-2-14/INSTALL
   branches/glib-2-14/README
   branches/glib-2-14/docs/reference/ChangeLog
   branches/glib-2-14/glib/pcre/Makefile.am
   branches/glib-2-14/gmodule/ChangeLog
   branches/glib-2-14/gobject/ChangeLog
   branches/glib-2-14/gthread/ChangeLog
   branches/glib-2-14/po/ChangeLog
   branches/glib-2-14/po/am.po
   branches/glib-2-14/po/ar.po
   branches/glib-2-14/po/as.po
   branches/glib-2-14/po/az.po
   branches/glib-2-14/po/be.po
   branches/glib-2-14/po/be latin po
   branches/glib-2-14/po/bg.po
   branches/glib-2-14/po/bn.po
   branches/glib-2-14/po/bn_IN.po
   branches/glib-2-14/po/bs.po
   branches/glib-2-14/po/ca.po
   branches/glib-2-14/po/cs.po
   branches/glib-2-14/po/cy.po
   branches/glib-2-14/po/da.po
   branches/glib-2-14/po/de.po
   branches/glib-2-14/po/dz.po
   branches/glib-2-14/po/el.po
   branches/glib-2-14/po/en_CA.po
   branches/glib-2-14/po/en_GB.po
   branches/glib-2-14/po/eo.po
   branches/glib-2-14/po/es.po
   branches/glib-2-14/po/et.po
   branches/glib-2-14/po/eu.po
   branches/glib-2-14/po/fa.po
   branches/glib-2-14/po/fi.po
   branches/glib-2-14/po/fr.po
   branches/glib-2-14/po/ga.po
   branches/glib-2-14/po/gl.po
   branches/glib-2-14/po/gu.po
   branches/glib-2-14/po/he.po
   branches/glib-2-14/po/hi.po
   branches/glib-2-14/po/hr.po
   branches/glib-2-14/po/hu.po
   branches/glib-2-14/po/hy.po
   branches/glib-2-14/po/id.po
   branches/glib-2-14/po/is.po
   branches/glib-2-14/po/it.po
   branches/glib-2-14/po/ja.po
   branches/glib-2-14/po/ka.po
   branches/glib-2-14/po/kn.po
   branches/glib-2-14/po/ko.po
   branches/glib-2-14/po/ku.po
   branches/glib-2-14/po/lt.po
   branches/glib-2-14/po/lv.po
   branches/glib-2-14/po/mg.po
   branches/glib-2-14/po/mk.po
   branches/glib-2-14/po/ml.po
   branches/glib-2-14/po/mn.po
   branches/glib-2-14/po/ms.po
   branches/glib-2-14/po/nb.po
   branches/glib-2-14/po/ne.po
   branches/glib-2-14/po/nl.po
   branches/glib-2-14/po/nn.po
   branches/glib-2-14/po/oc.po
   branches/glib-2-14/po/or.po
   branches/glib-2-14/po/pa.po
   branches/glib-2-14/po/pl.po
   branches/glib-2-14/po/pt.po
   branches/glib-2-14/po/pt_BR.po
   branches/glib-2-14/po/ro.po
   branches/glib-2-14/po/ru.po
   branches/glib-2-14/po/rw.po
   branches/glib-2-14/po/sk.po
   branches/glib-2-14/po/sl.po
   branches/glib-2-14/po/sq.po
   branches/glib-2-14/po/sr.po
   branches/glib-2-14/po/sr Latn po
   branches/glib-2-14/po/sr ije po
   branches/glib-2-14/po/sv.po
   branches/glib-2-14/po/ta.po
   branches/glib-2-14/po/te.po
   branches/glib-2-14/po/th.po
   branches/glib-2-14/po/tl.po
   branches/glib-2-14/po/tr.po
   branches/glib-2-14/po/tt.po
   branches/glib-2-14/po/uk.po
   branches/glib-2-14/po/vi.po
   branches/glib-2-14/po/wa.po
   branches/glib-2-14/po/xh.po
   branches/glib-2-14/po/yi.po
   branches/glib-2-14/po/zh_CN.po
   branches/glib-2-14/po/zh_HK.po
   branches/glib-2-14/po/zh_TW.po

Modified: branches/glib-2-14/INSTALL
==============================================================================
--- branches/glib-2-14/INSTALL	(original)
+++ branches/glib-2-14/INSTALL	Thu Feb  7 06:19:07 2008
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.14.5.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.14.5                           # change to the toplevel directory
+  % gzip -cd glib-2.14.6.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.14.6                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 

Modified: branches/glib-2-14/README
==============================================================================
--- branches/glib-2-14/README	(original)
+++ branches/glib-2-14/README	Thu Feb  7 06:19:07 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.14.5. GLib is the low-level core
+This is GLib version 2.14.6. 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-14/glib/pcre/Makefile.am
==============================================================================
--- branches/glib-2-14/glib/pcre/Makefile.am	(original)
+++ branches/glib-2-14/glib/pcre/Makefile.am	Thu Feb  7 06:19:07 2008
@@ -1,5 +1,3 @@
-include $(top_srcdir)/Makefile.decl
-
 INCLUDES = \
 	-DG_LOG_DOMAIN=\"GLib-GRegex\" \
 	-DSUPPORT_UCP \
@@ -60,7 +58,7 @@
 
 libpcre_la_LDFLAGS = -no-undefined
 
-EXTRA_DIST +=				\
+EXTRA_DIST =				\
 		COPYING			\
 		makefile.msc
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]