From 43998c27270a4ea0fd794ec7fd617c1c5dc972e8 Mon Sep 17 00:00:00 2001 From: Randy Baumgarte Date: Tue, 12 Sep 2017 22:02:42 -0400 Subject: [PATCH 1/2] Correct typo in changelog --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5ba1e2b7..2359cb91 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -NixNote (2.0.1) stable; urgency=low +NixNote (2.0.2) stable; urgency=low * Added the ability to code user exit routines. * Added
 opton to enter pre-formatted text.
   * Changed UTF-8 encoding to be the default option.

From 76c0651e8d1821875be65399d82add99e088c2d3 Mon Sep 17 00:00:00 2001
From: Boyuan Yang <073plan@gmail.com>
Date: Wed, 25 Oct 2017 17:10:21 +0800
Subject: [PATCH 2/2] README.md: Add instructions about stretch-backports

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5b0e3e7e..a4fae92d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ An unofficial client of Evernote for Linux.
 
 #### Install from distribution repository
 
-For users of Debian Stretch (Debian 9), Debian unstable and Ubuntu 17.04+, you may install
+For users of Debian Stretch (Debian 9) or later, Debian unstable and Ubuntu 17.04+, you may install
 from the official repositories. This will become the stable release we will encourage users to install.
 
 ```bash
@@ -20,6 +20,17 @@ sudo apt update
 sudo apt install nixnote2
 ```
 
+For users of Debian Stretch (Debian 9), you may also install the
+**latest upstream stable release** from `stretch-backports` repository:
+
+```bash
+# !! NOTE: You need to enable stretch-backports repository first
+# See https://backports.debian.org for instructions
+# After you enabled backports repository, type the following commands:
+sudo apt update
+sudo apt install nixnote2 -t stretch-backports
+```
+
 You may find the package information on [Debian PTS](https://tracker.debian.org/pkg/nixnote2).
 
 #### Install via daily PPA