Holger Berndt <berndth@users.sf.net>
Tristan Chabredier <wwp@claws-mail.org>
- Hoa viet Dinh <dinh.viet.hoa@free.fr>
Andrej Kacian <andrej@kacian.sk>
Darko Koruga <darko@users.sourceforge.net>
Colin Leroy <colin@colino.net>
Salvatore De Paolis <iwkse@claws-mail.org>
Ex Team Members
+ Hoa viet Dinh <dinh.viet.hoa@free.fr>
Keith Edmunds <keith@midnighthax.com>
Match Grun <match@dimensional.com>
Melvin Hadasht <melvin.hadasht@free.fr>
Michael Shell
Andreas Rönnquist
Sean Buckheister
+ Natanael Copa
+2012-10-19 [paul] 3.8.1cvs102
+
+ * AUTHORS
+ * src/crash.c
+ * src/gtk/authors.h
+ fix bug 2760, 'display correct libc version in crash dialog
+ when uclibc is used'.
+ fixes build with uclibc. patch by Natanael Copa.
+
2012-10-18 [mones] 3.8.1cvs101
* claws-mail.desktop
( cvs diff -u -r 1.4.2.44 -r 1.4.2.45 src/common/ssl_certificate.c; ) > 3.8.1cvs99.patchset
( cvs diff -u -r 1.4.2.45 -r 1.4.2.46 src/common/ssl_certificate.c; ) > 3.8.1cvs100.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 claws-mail.desktop; ) > 3.8.1cvs101.patchset
+( cvs diff -u -r 1.100.2.84 -r 1.100.2.85 AUTHORS; cvs diff -u -r 1.23.2.39 -r 1.23.2.40 src/crash.c; cvs diff -u -r 1.1.2.80 -r 1.1.2.81 src/gtk/authors.h; ) > 3.8.1cvs102.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=101
+EXTRA_VERSION=102
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
# include <sys/utsname.h>
#endif
-#if defined(__GNU_LIBRARY__)
+#if defined(__GNU_LIBRARY__) && !defined(__UCLIBC__)
# include <gnu/libc-version.h>
#endif
*/
static const gchar *get_lib_version(void)
{
-#if defined(__GNU_LIBRARY__)
+#if defined(__UCLIBC__)
+ return g_strdup_printf("uClibc %i.%i.%i", __UCLIBC_MAJOR__, __UCLIBC_MINOR__, __UCLIBC_SUBLEVEL__);
+#elif defined(__GNU_LIBRARY__)
return g_strdup_printf("GNU libc %s", gnu_get_libc_version());
#else
return g_strdup(_("Unknown"));
"Tsu-Fan Cheng",
"Manrat Chobchuen",
"Rich Coe",
+"Natanael Copa",
"Jonathan Corbet",
"Christian Cornelssen",
"George Danchev",