Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
2.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Dec 20, 2006
1 parent a2f39f1 commit 2091fde
Show file tree
Hide file tree
Showing 88 changed files with 6,022 additions and 4,930 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,4 +1,6 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

* NEWS: Updates

Expand Down
4 changes: 2 additions & 2 deletions INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================

% gzip -cd glib-2.12.4.tar.gz | tar xvf - # unpack the sources
% cd glib-2.12.4 # change to the toplevel directory
% gzip -cd glib-2.12.6.tar.gz | tar xvf - # unpack the sources
% cd glib-2.12.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
General Information
===================

This is GLib version 2.12.4. GLib is the low-level core
This is GLib version 2.12.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,
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/ChangeLog
@@ -1,3 +1,7 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

2006-12-18 Matthias Clasen <mclasen@redhat.com>

* glib/tmpl/keyfile.sgml: Small clarification (#369908,
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/glib/tmpl/messages.sgml
Expand Up @@ -136,6 +136,8 @@ A convenience function/macro to log a normal message.

@...:

@...:

@...:


Expand Down Expand Up @@ -171,6 +173,8 @@ variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).

@...:

@...:

@...:


Expand Down Expand Up @@ -211,6 +215,8 @@ the %G_DEBUG environment variable (see

@...:

@...:

@...:


Expand Down Expand Up @@ -246,6 +252,8 @@ assertion failure.

@...:

@...:

@...:


Expand Down Expand Up @@ -276,6 +284,8 @@ A convenience function/macro to log a debug message.

@...:

@...:

@...:
@Since: 2.6

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/glib/tmpl/thread_pools.sgml
Expand Up @@ -140,7 +140,7 @@ this struct.

@pool:
@immediate:
@wait:
@wait_:


<!-- ##### FUNCTION g_thread_pool_set_max_unused_threads ##### -->
Expand Down
4 changes: 4 additions & 0 deletions gmodule/ChangeLog
@@ -1,3 +1,7 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

2006-10-01 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.4 ===
Expand Down
4 changes: 4 additions & 0 deletions gobject/ChangeLog
@@ -1,3 +1,7 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>

* gtype.c (instance_real_class_get): Dereference the pointer
Expand Down
4 changes: 4 additions & 0 deletions gthread/ChangeLog
@@ -1,3 +1,7 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

2006-10-01 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.4 ===
Expand Down
4 changes: 4 additions & 0 deletions po/ChangeLog
@@ -1,3 +1,7 @@
2006-12-20 Matthias Clasen <mclasen@redhat.com>

* === Released 2.12.6 ===

2006-12-20 Theppitak Karoonboonyanan <thep@linux.thai.net>

* th.po: Updated Thai translation.
Expand Down

0 comments on commit 2091fde

Please sign in to comment.