diff options
-rw-r--r-- | CHANGELOG.rst | 7 | ||||
-rw-r--r-- | tree/etc/issue | 4 | ||||
-rw-r--r-- | tree/etc/os-release | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf28237..007eb76 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +0.9.2_pre1 (07 Mar 2019) +======================== +* Tweak format /etc/issue a bit more. + +* Release for experimental beta3 builds. + + 0.9.1 (16 Dec 2018) =================== * Release for beta2 diff --git a/tree/etc/issue b/tree/etc/issue index 76bad0c..cc8ebb4 100644 --- a/tree/etc/issue +++ b/tree/etc/issue @@ -1,3 +1,3 @@ -Adelie \s \r/\m on \n -\d \t (\l; \U) +Adelie \s \r/\m on \n (\l) +\d \t diff --git a/tree/etc/os-release b/tree/etc/os-release index b5fabd9..8d3eaf3 100644 --- a/tree/etc/os-release +++ b/tree/etc/os-release @@ -1,10 +1,10 @@ NAME=Adélie -VERSION=1.0-beta2 +VERSION=1.0-beta3_exp ID=adelie ID_LIKE=alpine VERSION_CODENAME=endlesssummer -VERSION_ID=1.0-beta2 -PRETTY_NAME="Adélie Linux 1.0-BETA2" +VERSION_ID=1.0-beta3 +PRETTY_NAME="Adélie Linux 1.0-BETA3 (exp build)" ANSI_COLOR="0;31" HOME_URL=https://www.adelielinux.org/ SUPPORT_URL=https://support.adelielinux.org/ |