diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | 2011-10-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852) | ||
| 4 | if the library is found. Otherwise, later configure-time tests, | ||
| 5 | such as the test for pthread_sigmask, generate the wrong results | ||
| 6 | on some platforms. Problem reported for FreeBSD by Nali Toja. | ||
| 7 | |||
| 8 | 2011-10-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 9 | |||
| 10 | Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) | ||
| 11 | * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF): | ||
| 12 | Remove; no longer needed, now that we defer to strftime for time | ||
| 13 | zone names. | ||
| 14 | |||
| 1 | 2011-10-18 Jan Djärv <jan.h.d@swipnet.se> | 15 | 2011-10-18 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 16 | ||
| 3 | * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786). | 17 | * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786). |