summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-11-22 00:24:20 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-11-22 00:24:20 +0300
commitc597bd6df8c385227b46fd95cb8339fea058bfb3 (patch)
tree93f69ede3d90a9a0392efb9ceace1f8a2157c93d
parentf186efffe815fb74617aeaaafca5f081ea80126d (diff)
downloadillumos-packaging-c597bd6df8c385227b46fd95cb8339fea058bfb3.tar.gz
libc (5.10.18.git.2a44663-4) unstable
-rw-r--r--libc/debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/debian/changelog b/libc/debian/changelog
index aa24b5b..6e4589d 100644
--- a/libc/debian/changelog
+++ b/libc/debian/changelog
@@ -1,3 +1,11 @@
+libc (5.10.18.git.2a44663-4) unstable; urgency=medium
+
+ * Backport pthread_attr_get_np() [illumos-6501-pthread_attr_get_np.patch]
+ * arpa/nameser.h includes sys/types.h
+ * math.h includes feature.h
+
+ -- Igor Pashev <pashev.igor@gmail.com> Wed, 22 Nov 2017 00:05:08 +0300
+
libc (5.10.18.git.2a44663-3) unstable; urgency=medium
* fix qsort_r() declaration for c++ (updated libc-add-qsort_r.patch)