summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-23 00:47:39 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-02-23 00:47:39 -0600
commitdbd74ddb26b5a0494ed2f075e886e3450a7ede7b (patch)
tree946c09288c87cf499473575beaa842694e6e125e
parent4e5b9fa82bbf518f2d919a6de6d644a9154c6ec7 (diff)
downloadshimmy-dbd74ddb26b5a0494ed2f075e886e3450a7ede7b.tar.gz
shimmy-dbd74ddb26b5a0494ed2f075e886e3450a7ede7b.tar.bz2
shimmy-dbd74ddb26b5a0494ed2f075e886e3450a7ede7b.tar.xz
shimmy-dbd74ddb26b5a0494ed2f075e886e3450a7ede7b.zip
Update documentation
-rw-r--r--CHANGELOG.rst39
-rw-r--r--CONTRIBUTING.rst6
-rw-r--r--LICENSE4
-rw-r--r--README.rst11
4 files changed, 53 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..caa328b
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,39 @@
+======================
+ Changelog for Shimmy
+======================
+:Author:
+ * **A. Wilcox**, documentation writer
+ * **Contributors**, code
+:Copyright:
+ © 2016-2022 Adélie Linux and contributors.
+
+
+
+0.6 (2019-03-15)
+================
+
+getconf(1)
+----------
+
+* Add `_NPROCESSORS_ONLN` variable on supported systems.
+
+* POSIX2 variables are no longer prefixed with an underscore (_).
+
+* Support more path variables on Linux systems.
+
+
+
+0.5 (2018-08-21)
+================
+
+getconf(1)
+----------
+
+* Added support for path variables.
+
+
+
+0.4 (2018-03-26)
+================
+
+Initial public release.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index b522e5a..7cc982d 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -6,7 +6,7 @@
:Status:
Draft
:Copyright:
- © 2016 Adélie Linux Team. NCSA open source licence.
+ © 2016-2022 Adélie Linux Team. NCSA open source licence.
@@ -31,7 +31,7 @@ Changes
```````
Any changes to this repository must be reviewed before being pushed to the
-master branch. There are no exceptions to this rule. For security-sensitive
+current branch. There are no exceptions to this rule. For security-sensitive
updates, contact the Security Team at sec-bugs@adelielinux.org.
@@ -44,7 +44,7 @@ The addition of more compliant utilities is always appreciated. If you would
like to contribute one, please ensure that:
* the utility in question is specified in IEEE Std 1003.1, 2013 Edition
- (Issue 7);
+ (Issue 7), or Linux Standards Base Core Specification, 5.0.0;
* you have created a new directory in the top level named after the utility;
diff --git a/LICENSE b/LICENSE
index 8d5bf66..6634e99 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,8 @@
-Copyright (c) 2016-2018 Adélie Linux Team.
+Copyright (c) 2016-2022 Adélie Linux Team.
All rights reserved.
Developed by: Adélie Linux Team
- http://adelielinux.org/
+ 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
diff --git a/README.rst b/README.rst
index 8b07368..b45fb59 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@
:Status:
Beta
:Copyright:
- © 2016-2019 Adélie Linux Team. NCSA open source licence.
+ © 2016-2022 Adélie Linux Team. NCSA open source licence.
@@ -41,7 +41,7 @@ Changes
```````
Any changes to this repository must be reviewed before being pushed to the
-master branch. There are no exceptions to this rule. For security-sensitive
+current branch. There are no exceptions to this rule. For security-sensitive
updates, contact the Security Team at sec-bugs@adelielinux.org.
@@ -78,3 +78,10 @@ issue with strict POSIX® conformance.
variables.
* NetBSD does not recognise _-prefixed POSIX2 variables.
+
+
+localedef(1)
+````````````
+
+The localedef(1) utilty returns 3, denoting that the implementation does not
+support the creation of new locales.