summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--sysdeps/generic/Dist1
-rw-r--r--sysdeps/mach/hurd/Dist1
-rw-r--r--sysdeps/unix/sysv/linux/mips/Dist1
-rw-r--r--version.h2
5 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5744a884e..0711f8400d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1998-12-01 Ulrich Drepper <drepper@cygnus.com>
+
+ * version.h (VERSION): Bump to 2.0.105.
+
+ * sysdeps/generic/Dist: Add bits/libc-tsd.h.
+
+ * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h.
+
+ * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
+
1998-11-29 1998 H.J. Lu <hjl@gnu.org>
* libio/genops.c (_IO_unbuffer_write): Renamed from
diff --git a/sysdeps/generic/Dist b/sysdeps/generic/Dist
index 190f972943..be8c4a8811 100644
--- a/sysdeps/generic/Dist
+++ b/sysdeps/generic/Dist
@@ -14,3 +14,4 @@ pututxline.c
setutxent.c
updwtmpx.c
utmpxname.c
+bits/libc-tsd.h
diff --git a/sysdeps/mach/hurd/Dist b/sysdeps/mach/hurd/Dist
index 03f422d794..b78b1e2c9a 100644
--- a/sysdeps/mach/hurd/Dist
+++ b/sysdeps/mach/hurd/Dist
@@ -4,6 +4,7 @@ err_hurd.sub
libc-ldscript
libc_p-ldscript
cthreads.c
+bits/libc-tsd.h
net/ethernet.h
net/if.h
net/if_arp.h
diff --git a/sysdeps/unix/sysv/linux/mips/Dist b/sysdeps/unix/sysv/linux/mips/Dist
index f3ae821129..5f0429b282 100644
--- a/sysdeps/unix/sysv/linux/mips/Dist
+++ b/sysdeps/unix/sysv/linux/mips/Dist
@@ -6,6 +6,7 @@ entry.h
regdef.h
fpregdef.h
sgidefs.h
+xstatconv.c
sys/acct.h
sys/asm.h
sys/cachectl.h
diff --git a/version.h b/version.h
index c1013f1781..396f3442d5 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "experimental"
-#define VERSION "2.0.104"
+#define VERSION "2.0.105"