From a028421d1c44cc01c595de95878dddf1b4f735a6 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 4 Jan 2022 13:18:15 -0500 Subject: nm 29.4.3 rc1 --- newmoon/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newmoon/README.md') diff --git a/newmoon/README.md b/newmoon/README.md index 5553a8b..c011701 100644 --- a/newmoon/README.md +++ b/newmoon/README.md @@ -21,5 +21,9 @@ Credit goes to so many sources and inspirations: * https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1 * instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6 +Fold the debian changelog notes with: + + :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;' + # Differences from upstream diff -aur palemoon newmoon | vi - -- cgit