diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-09-04 05:09:35 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-09-04 05:09:35 +0000 |
commit | 07741c07d814bfd86998dfed1a5da347bb9335bd (patch) | |
tree | d36395163ddec43e0a0c35efd40bf532a1f3f677 /ChangeLog.pre-2-10 | |
parent | 267ff610fe145f555ce63ee0670daed960e3bc1a (diff) |
Update. Don't mention pthreads.
2001-09-04 Tor Lillqvist <tml@iki.fi>
* README.win32: Update. Don't mention pthreads.
* build-dll: Remove, moved to the build module.
* glibconfig.h.win32.in: Don't mention pthreds here, either.
* glib/gstrfuncs.c: Mark the correct variable for export from DLL.
* glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to
rename the win32_watch_funcs variable here, too.
* */makefile.mingw.in: Don't use version number in import library
name. Use whole version number in DLL name. Use build-dll from the
build module.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 62c1aef5e..5f3511725 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,20 @@ +2001-09-04 Tor Lillqvist <tml@iki.fi> + + * README.win32: Update. Don't mention pthreads. + + * build-dll: Remove, moved to the build module. + + * glibconfig.h.win32.in: Don't mention pthreds here, either. + + * glib/gstrfuncs.c: Mark the correct variable for export from DLL. + + * glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to + rename the win32_watch_funcs variable here, too. + + * */makefile.mingw.in: Don't use version number in import library + name. Use whole version number in DLL name. Use build-dll from the + build module. + Tue Sep 4 01:50:24 2001 Tim Janik <timj@gtk.org> * NEWS: updates for 1.3.7 release. |