Re: [gtk-list] Re: Bug#7115 acknowledged by developer(multithreaded app hangs in g_datalist_clear.)



On 20 Mar 2000, Noel Burton-Krahn wrote:

> 
> Thanks Sebastian.
> 
> When do you think glib-1.3 will be released?  If I distribute binaries
> which rely on this fix, I'll need to force my users to upgrade their
> glib.  I should make my binary packages dependent on something greater
> than glib-1.2.  I just need the version number bumped so something
> like libglib-1.3.so (with the bug fixed) is clearly different from
> libglib-1.2.so (with the bug present).

you can simply make your applciation depend on glib 1.2.7 by putting:
  AM_PATH_GLIB(1.2.7,,
    AC_MSG_ERROR([
*** GLIB 1.2.7 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.]),
    gmodule gthread)
into your configure.in.

glib 1.3.x is nothing you should make an application depend upon,
as 1.3 is our new development branch. the new stable version coming
up will be 1.4, not to be expected before the summer. untill then
1.2.x is our stable version branch, recommended to develop against.

> 
> Thanks a lot for all your work.
> 
> --Noel
> 

---
ciaoTJ



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