From patchwork Sat Dec 29 17:33:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 208677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9F5C62C00BA for ; Sun, 30 Dec 2012 04:34:23 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1357407263; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=NKbnstck3v+bhjvPDRrF SzNhad4=; b=laXFXkUjPFZ0um97Pe5cMAAFFS6gy/maxtKSXs+mNjPSzDFw4dRT J+YrmhtN3EqjK52JBPqImvEiv+NKIh1Z8DyvWB/n80NcYSUjkJu7psHKAd3z5E9Y HaV0U00m9IZgHIC6sOQVc5zZoUm1E7dIJhGhS83O0t/hWk7dhgTLx/g= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Zl9bkEOKXykTdNz8iBHaeLkzALB+Kmzkgd4f4UvQlH2KBQ22GMKnK78L0dSwPO PS4HiuDeyiTieTAtvbVnGi51hKermdnBIaSwsrC8M4q5yRNOBW9fxAFLFZxmC9qP UyQUzcbJtMzX4rg4aeGXDNaS/QbWdoG6R9ntvFWBWZpGQ=; Received: (qmail 25197 invoked by alias); 29 Dec 2012 17:34:19 -0000 Received: (qmail 25092 invoked by uid 22791); 29 Dec 2012 17:34:19 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Dec 2012 17:34:08 +0000 Received: from [192.168.173.14] (207.243.3.202.dsl.dyn.mana.pf [202.3.243.207]) by ainaz.pair.com (Postfix) with ESMTPSA id 448A53F44B; Sat, 29 Dec 2012 12:33:56 -0500 (EST) Date: Sat, 29 Dec 2012 07:33:42 -1000 (TAHT) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] Refer to Jessie without using a link. Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I noticed that the current link to Jessie did not work any more, and could not find a good replacement (both http://jessie.nongnu.org/ and https://savannah.nongnu.org/projects/jessie/ seem quite outdated), so I applied the following. Gerald 2012-12-29 Gerald Pfeifer * news.html: Refer to Jessie without using a link. Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/news.html,v retrieving revision 1.14 diff -u -3 -p -r1.14 news.html --- news.html 1 Nov 2012 22:26:20 -0000 1.14 +++ news.html 29 Dec 2012 17:32:13 -0000 @@ -95,8 +95,7 @@ packages from the latest developer snapshot release. These packages will be an official part of then next major release. Extra crypto algorithms can be obtained from the GNU Crypto -project, a full TLS implementation is provided by the -Jessie project. +project, a full TLS implementation is provided by the Jessie project.
July 16, 2004