summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-27 02:04:18 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-27 02:04:18 -0500
commit38d931f466fac9f2470349a27a9b9d260c605562 (patch)
tree88b7783ef7369c665fcb4e9a4c489536f2c7463b
parentdd6bebf69dbe772e8374f1bbcc8f68f8c8421f31 (diff)
downloadgcompat-38d931f466fac9f2470349a27a9b9d260c605562.tar.gz
gcompat-38d931f466fac9f2470349a27a9b9d260c605562.tar.bz2
gcompat-38d931f466fac9f2470349a27a9b9d260c605562.tar.xz
gcompat-38d931f466fac9f2470349a27a9b9d260c605562.zip
Update colophon and changelog for 1.0 release
-rw-r--r--CHANGELOG.rst41
-rw-r--r--LICENSE13
-rw-r--r--README.rst5
3 files changed, 49 insertions, 10 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a430e05..b05ef58 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,17 +5,54 @@
* **A. Wilcox**, documentation writer
* **Contributors**, code
:Copyright:
- © 2016-2019 Adélie Linux and contributors. NCSA open source licence.
+ © 2016-2020 Adélie Software and contributors. NCSA open source license.
-0.9.1 (2020-08-??)
+1.0.0 (2020-09-27)
==================
+loader
+------
+
+* Fix crash on AArch64, courtesy of Ariadne Conill.
+
+math
+----
+
+* Fix __*_finite math functions, courtesy of George Matsumura.
+
pthread
-------
* Add pthread_yield from Hal G.
+* Add __sched_cpualloc and __sched_cpufree from Érico Nogueira.
+
+readlink, unistd
+----------------
+
+* Update for AArch64 fix.
+
+socket
+------
+
+* Fix inverted logic in __poll_chk.
+
+wchar
+-----
+
+* Add the following functions from Michal Kazior:
+
+ * __fwprintf_chk
+
+ * __vfwprintf_chk
+
+ * wcstod_l
+
+ * wcstol_l
+
+ * wcstoul_l
+
0.9.0 (2020-07-06)
==================
diff --git a/LICENSE b/LICENSE
index f6fc7a1..747d37a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,9 @@
-Copyright (c) 2016-2017 Adélie Linux and its contributors.
+Copyright (c) 2016-2020 Adélie Software and its contributors.
All rights reserved.
-Developed by: Adélie Linux and its contributors
- http://adelielinux.org/
+Developed by: Adélie Software in the Public Benefit, Inc.
+ and its contributors
+ https://www.adelielinux.org/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -19,9 +20,9 @@ Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimers in
the documentation and/or other materials provided with the distribution.
-Neither the names of Adélie Linux, nor the names of its contributors, may
-be used to endorse or promote products derived from this Software without
-specific prior written permission.
+Neither the names of Adélie Software, Adélie Linux, nor the names of its
+contributors, may be used to endorse or promote products derived from
+this Software without specific prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
diff --git a/README.rst b/README.rst
index 46f6b01..ee72cbd 100644
--- a/README.rst
+++ b/README.rst
@@ -3,11 +3,12 @@
====================
:Authors:
* **A. Wilcox**, initial concept, maintainer, lead developer
- * **Adélie Linux and its contributors**, development
+ * **Adélie Software and its contributors**, development
:Status:
Production
:Copyright:
- © 2020 Adélie Linux and contributors. NCSA open source license.
+ © 2020 Adélie Software in the Public Benefit, Inc. and its contributors.
+ NCSA open source license.
.. image:: https://img.shields.io/badge/chat-on%20IRC-blue.svg