summaryrefslogtreecommitdiff
path: root/README.in
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30GInetSocketAddress: fix the byte order of flowinfo and scope_idDan Winship1-0/+6
The flowinfo and scope_id fields of struct sockaddr_in6 are in host byte order, but the code previously assumed they were in network byte order. Fix that. This is an ABI-breaking change (since before you would have had to use g_ntohl() and g_htonl() with them to get the correct values, and now that would give the wrong values), but the previous behavior was clearly wrong, and no one ever reported it, so it is likely that no one was actually using it. https://bugzilla.gnome.org/show_bug.cgi?id=684404
2013-01-12Expand g_type_init release notesMatthias Clasen1-0/+5
This is in the light of https://bugzilla.gnome.org/show_bug.cgi?id=691077
2012-12-172.35.3upstream/2.35.32.35.3Matthias Clasen1-0/+6
2012-10-27README.in: Note undefined behavior with new g_type_init() -> ctor changeColin Walters1-1/+4
https://bugzilla.gnome.org/show_bug.cgi?id=686822
2012-10-16Add note about g_type_init() to READMERyan Lortie1-0/+5
2012-09-232.34.02.34.0Matthias Clasen1-0/+10
2012-03-30Fix a linkMatthias Clasen1-1/+1
As pointed out in bug 673139, the link to the mailing list information page was outdated.
2012-03-24Release notes tweaksMatthias Clasen1-49/+47
Update download locations, mailing list instructions, and shuffle the version-specific notes to be at the end.
2012-01-27README: Fix potentially extremely annoying typoRyan Lortie1-1/+1
2012-01-19Note G_MESSAGES_DEBUG in READMERyan Lortie1-0/+10
2011-10-16README: Add note about gobject->gthread situationRyan Lortie1-0/+13
2011-10-16drop -uninstalled.pc filesRyan Lortie1-0/+2
These were meant to provide the ability to use GLib directly out of its build tree but have a couple of rather serious limitations that prevent their serious use: - these files only worked with programs built using libtool - for non-trivial uses, other environment variables will need to be setup to allow GLib to function properly - the system doesn't stack well when attempting to use multiple libraries all uninstalled The jhbuild --prefix= style system works much better in every way, so we remove this old hack.
2011-10-14Mention thread API changes in READMERyan Lortie1-2/+11
2011-10-12Make single includes mandatoryMatthias Clasen1-0/+3
This has been the official line since 2.17, which seems plenty long enough for a transition phase.
2011-10-04Add README notes about recent changesRyan Lortie1-0/+12
2011-08-08Document libffi as new dependencyMatthias Clasen1-0/+8
2011-04-26Fix mailing list link in READMEMatthias Clasen1-1/+1
Patch by Thomas Andersen, bug 647594
2011-02-08Add release note about GApplicationMatthias Clasen1-0/+12
2010-01-27Return NULL from g_mapped_file_get_contents()Ryan Lortie1-0/+5
In the case of an empty file, return NULL instead of "". This means that the return result of g_mapped_file_get_contents() will always be page-aligned.
2010-01-12Mention thread changes in NEWSAlexander Larsson1-0/+8
2009-12-21Update release notesMatthias Clasen1-2/+8
2009-09-222.22.02.22.0Matthias Clasen1-1/+1
2009-07-10Remove outdated paragraphMatthias Clasen1-5/+1
We no longer use PATCH or API keywords.
2009-06-24Add a note about g_simple_async_result_set_op_res_pointer changeMatthias Clasen1-0/+7
2009-04-02Update requirementsMatthias Clasen1-37/+37
Mention that the mimetype-functionality of GIO reqires update-mime-database and update-desktop-database at runtime. (#577128)
2008-10-01If possible, always pass FUSE file:// URIs (such asDavid Zeuthen1-0/+15
2008-10-01 David Zeuthen <davidz@redhat.com> * gdesktopappinfo.c (expand_macro): If possible, always pass FUSE file:// URIs (such as '/home/davidz/.gvfs/sftp on foo/file.avi') instead of the gio URI (such as sftp://foo/file.avi) when using g_app_info_launch() and friends. With a sufficiently recent gvfs, apps using gio+gvfs will map the FUSE file:// URI back to the gio URI (and thus bypass the fuse daemon) thanks the patch from bug #530654. Since Nautilus is an user of g_app_info_launch() it means that non-gio POSIX apps, such as mplayer, will Just Work(tm) when launced via the file manager. Win. Fixes bug #528670. * gappinfo.c: Add some notes about the FUSE POSIX URI <-> GIO URI mapping to the description of GAppInfo. 2008-10-01 David Zeuthen <davidz@redhat.com> * README.in: Add "Notes about glib 2.20" section detailing the ramifications of the patch from bug #528670. svn path=/trunk/; revision=7566
2008-05-27UpdatesMatthias Clasen1-1/+10
svn path=/trunk/; revision=6947
2008-01-06Document new dependenciesMatthias Clasen1-0/+8
svn path=/trunk/; revision=6252
2007-05-23UpdatesMatthias Clasen1-1/+1
svn path=/trunk/; revision=5510
2006-02-24Preparations for 2.10Matthias Clasen1-0/+12
2005-12-21UpdatesMatthias Clasen1-0/+5
2005-12-02Add a note about Solaris threads.Matthias Clasen1-0/+5
2005-12-02 Matthias Clasen <mclasen@redhat.com> * README.in: Add a note about Solaris threads.
2005-11-17UpdatesMatthias Clasen1-0/+11
2005-11-17 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates * glib/gthread.c (g_thread_foreach): Mark as new api. * README.in: Updates.
2004-12-162.6.0GLIB_2_6_0Matthias Clasen1-15/+15
2004-12-15Further Win32 edits.Tor Lillqvist1-6/+15
2004-12-15Win32 edits.Tor Lillqvist1-9/+19
2004-12-14UpdatesMatthias Clasen1-4/+27
2004-12-14 Matthias Clasen <mclasen@redhat.com> * README.in: Updates
2004-03-16=== Released 2.4.0 ===GLIB_2_4_0Owen Taylor1-18/+17
Tue Mar 16 11:50:56 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.4.0 === * configure.in: Version 2.4.0, interface age 0. * README.in: Updates * NEWS: Updates
2002-12-10Improve generation of pseudo-random integers. (#99720, Morten WelinderSebastian Wilhelmi1-5/+10
2002-12-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/grand.c (g_rand_int_range): Improve generation of pseudo-random integers. (#99720, Morten Welinder <terra@diku.dk>) * README.in, docs/reference/glib/running.sgml, docs/reference/glib/tmpl/random_numbers.sgml, docs/reference/glib/changes.sgml: Added notes about the new algorithm. 2CVS: ----------------------------------------------------------------------
2002-11-26Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi1-0/+16
2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c: Improved the seeding algorithm. Old behaviour can be achived by setting envvar G_RANDOM_VERSION to "2.0". (#99262) * docs/reference/glib/glib-docs.sgml, docs/reference/glib/Makefile.am: Renamed docs/reference/glib/changes-2.0.sgml to docs/reference/glib/changes.sgml and added section for changes from 2.0 to 2.2 (Also corrected 1.0 to 1.2). * README.in, docs/reference/glib/running.sgml, docs/reference/glib/tmpl/random_numbers.sgml, docs/reference/glib/changes.sgml: Added notes about the new seeding algorithm.
2002-05-22Remove notes about now-fixed-bugs.Owen Taylor1-17/+0
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com> * README.in: Remove notes about now-fixed-bugs. * m4macros/glib-gettext.m4 acinclude.m4: Get rid of AC_MSG_NOTICE() usage, since some broken systems (Hi Debian!) might not be using autoconf-2.5x for downstream packages even though we require it for glib itself. * INSTALL.in: Add a note about installing extra converters for Solaris. * glib/gutils.h (g_bit_nth_msf): Fix termination condition. (#82582, Paolo Molaro) Wed May 22 15:24:04 2002 Owen Taylor <otaylor@redhat.com> * README.translators: Add from GTK+. * *.po: Convert all po files to UTF-8.
2002-03-08Final updates for 2.0.0Owen Taylor1-4/+0
Fri Mar 8 10:20:46 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Final updates for 2.0.0 * glib/gstrfuncs.c: Convert the results of strerror() and strsignal() to UTF-8. * glib/gconvert.c glib/gdir.c glib/giochannel.c glib/giounix.c glib/giowin32.c: Use g_strerror(), not strerror().
2002-03-08Updates.Owen Taylor1-15/+26
Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com> * README.in: Updates. * README.in: Add warnings about current encoding problems with .po files and error logging functions. * configure.in: Check for bind_textdomain_codeset(). * glib/gutils.c (_glib_gettext): Call bind_textdomain_codeset, if present. * INSTALL.in: Some updates. * AUTHORS: Updates. * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST. * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt from EXTRA_DIST.
2001-04-17Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor1-0/+82
Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove warnings about conflicts with the stable version. * glib-2.0.m4: Fix some of the error text to be halfway up to date. * README.in INSTALL.in: Add these to generate README, INSTAL (as in the stable branch). Update. * HACKING: Update.