From 5c1d844e40b146dd16e88a662368fe1824c46888 Mon Sep 17 00:00:00 2001 From: ickc Date: Wed, 23 Aug 2017 13:48:10 -0700 Subject: Name change OSX -> macOS (#3869) * Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows --- RELEASE-CHECKLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASE-CHECKLIST') diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index b566cc4d8..07d8da4d9 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -1,4 +1,4 @@ -_ Test, on linux, windows, mac (inc. website demos) +_ Test, on Linux, Windows, macOS (inc. website demos) _ Finalize changelog git log --pretty='format:%n%n* %s (%an)%n%b%n%h%n' --reverse --name-only 1.17.0.3..HEAD > LOG @@ -12,7 +12,7 @@ _ Push templates: _ Generate Windows package (make winpkg) -_ Generate MacOS package (make macospkg) +_ Generate macOS package (make macospkg) _ Generate Ubuntu/Debian deb package (make debpkg) -- cgit v1.2.3