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

Commit

Permalink
Released 2.0.4
Browse files Browse the repository at this point in the history
Thu Jun 13 16:19:23 2002  Owen Taylor  <otaylor@redhat.com>

        * Released 2.0.4

        * configure.in: Version 2.0.4, binary, interface age 4.

        * NEWS: Updates.
  • Loading branch information
owtaylor authored and Owen Taylor committed Jun 13, 2002
1 parent 7fe389e commit 106c1bf
Show file tree
Hide file tree
Showing 39 changed files with 281 additions and 191 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-10
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-12
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-2
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-4
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog.pre-2-8
@@ -1,3 +1,11 @@
Thu Jun 13 16:19:23 2002 Owen Taylor <otaylor@redhat.com>

* Released 2.0.4

* configure.in: Version 2.0.4, binary, interface age 4.

* NEWS: Updates.

Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>

* glib/gmain.c (struct _GTimeoutSource): Make
Expand Down
10 changes: 8 additions & 2 deletions INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================

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

Expand Down Expand Up @@ -47,6 +47,12 @@ At a minimum you'll need the SUNWuiu8 package. You probably
should also install the SUNWciu8, SUNWhiu8, SUNWjiu8, and
SUNWkiu8 packages.

The native iconv on Compaq Tru64 doesn't contain support for
UTF-8, so you'll need to use GNU libiconv instead. (When
using GNU libiconv for GTK+, you'll need to use GNU libiconv
for GNU gettext as well.) This probably applies to related
operating systems as well.

Finally, for message catalog handling, GTK+ requires an implementation
of gettext(). If your system doesn't provide this functionality,
you should use the libintl library from the GNU gettext package,
Expand Down
10 changes: 9 additions & 1 deletion NEWS
@@ -1,4 +1,12 @@
Overview of Changes in GLib 2.0.2
Overview of Changes in GLib 2.0.4
=================================

* Fix some 64-bit problems. (George Lebl, David L. Cooper II)
* Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
* Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
* Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)

Overview of Changes in GLib 2.0.3
=================================

* Handle sorting 0-length arrays (Ron Arts)
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
General Information
===================

This is GLib version 2.0.3. GLib is the low-level core
This is GLib version 2.0.4. 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
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -33,9 +33,9 @@ GLIB_AC_DIVERT_BEFORE_HELP([
#
GLIB_MAJOR_VERSION=2
GLIB_MINOR_VERSION=0
GLIB_MICRO_VERSION=3
GLIB_INTERFACE_AGE=3
GLIB_BINARY_AGE=3
GLIB_MICRO_VERSION=4
GLIB_INTERFACE_AGE=4
GLIB_BINARY_AGE=4
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
])dnl

Expand Down
13 changes: 8 additions & 5 deletions po/ar.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-05-24 17:00-0500\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2002-05-27 14:39-0300\n"
"Last-Translator: Isam Bayazidi <bayazidi@arabeyes.org>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
Expand Down Expand Up @@ -179,7 +179,8 @@ msgid "Error on line %d: %s"
msgstr "خطأ في السطر %d: %s"

#: glib/gmarkup.c:423
msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""

#: glib/gmarkup.c:433
Expand Down Expand Up @@ -261,7 +262,8 @@ msgstr ""

#: glib/gmarkup.c:1180
#, c-format
msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""

#: glib/gmarkup.c:1221
Expand Down Expand Up @@ -325,7 +327,9 @@ msgstr ""
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "انتهى المستند بشكل غير متوقع، كنت أتوقع أن أري قوسا ذا زاوية لينهي العلامة<%s/>"
msgstr ""
"انتهى المستند بشكل غير متوقع، كنت أتوقع أن أري قوسا ذا زاوية لينهي العلامة<%"
"s/>"

#: glib/gmarkup.c:1697
msgid "Document ended unexpectedly inside an element name"
Expand Down Expand Up @@ -467,4 +471,3 @@ msgstr "تتابع غير موجود في مدخلات التحويل"
#: glib/gutf8.c:1341 glib/gutf8.c:1437
msgid "Character out of range for UTF-16"
msgstr "الحرف خارج حدود UTF-16"

2 changes: 1 addition & 1 deletion po/az.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.9\n"
"POT-Creation-Date: 2002-05-23 14:42-0400\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2001-12-24 20:11GMT+0200\n"
"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ca.po
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0.3\n"
"POT-Creation-Date: 2002-06-04 02:48+0200\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2002-06-04 01:23+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <gnome@softcatala.net>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.0.1\n"
"POT-Creation-Date: 2002-05-23 14:42-0400\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2002-04-05 10:47+0100\n"
"Last-Translator: Petr Pytelka <pyta@lightcomp.cz>\n"
"Language-Team: LightComp Czech Localization Group <cz_local@lightcomp.cz>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.3.15\n"
"POT-Creation-Date: 2002-05-23 14:42-0400\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2002-02-28 01:13+0100\n"
"Last-Translator: Christian Meyer <chrisime@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/el.po
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 1.0\n"
"POT-Creation-Date: 2002-05-23 14:42-0400\n"
"POT-Creation-Date: 2002-06-13 16:23-0400\n"
"PO-Revision-Date: 2002-02-20 14:33+0000\n"
"Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
Expand Down

0 comments on commit 106c1bf

Please sign in to comment.