From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 36D212018E for ; Fri, 26 Aug 2016 21:10:59 +0000 (UTC) From: Eric Wong To: cmogstored-public@bogomips.org Subject: [PATCH] INSTALL: update latest Debian stable version to 8.x Date: Fri, 26 Aug 2016 21:10:59 +0000 Message-Id: <20160826211059.4259-1-e@80x24.org> List-Id: Debian 8.x (jessie) was released over a year ago :x --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 408c59d..6897fc5 100644 --- a/INSTALL +++ b/INSTALL @@ -20,9 +20,9 @@ A modern GNU/Linux system with NPTL and epoll support is _required_. * GNU C Library (glibc 2.5 or later) * iostat ("sysstat" in most package managers) -The "stable" release of Debian GNU/Linux (currently 7.0) is the -recommended runtime environment, but CentOS 5.x (or later) shall -be fully supported. +The "stable" release of Debian GNU/Linux (currently 8.x) is the +recommended runtime environment, but older distros such as +CentOS 5.x (or later) shall remain fully-supported. Non-GNU/Linux platforms also supported ====================================== -- EW