From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 79E36385802A for ; Sat, 5 Feb 2022 20:37:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79E36385802A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1644093464; bh=afiuWUDuiW0XR4T4pDhzTJDfzzr1M5NNhPsXJDScH/g=; h=Date:To:Subject:From:Reply-To:From; b=yL61I7LxflIW2uoExZ2j0s2tt3Uf1GGd5pb7P/gLRQ0Z78/GVc7YO1E0KcrGTTORM NtkCCLwjhqrf3PsYisgj+z8bF0x1PThizjv1ed0qU3MarFk+XPIAG1Us4KvS4ACN6H yvFBiGaD1irz5zl+nJMUNHhtnT4qVF7uo0F4q/eM= DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F5943858423 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1644093464; bh=afiuWUDuiW0XR4T4pDhzTJDfzzr1M5NNhPsXJDScH/g=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:From; b=Cvvg6ALNYELmgm3zMOBhyn6v40n7D2t4/Q7Sd9VpJh27FSfBfXtvBq3CPsGyqiVXl aW95e/pkrHM8KFEJ4q2QHLlvjmgkPOKKgVT2MQx+2ugUb1/wbzpLTU1o7X9jUbG70J pjbdSeShM5DYE1T17/PszxOjN5MCbJsXkNy1OlwE= DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 188633858423 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:from:subject:content-transfer-encoding; bh=afiuWUDuiW0XR4T4pDhzTJDfzzr1M5NNhPsXJDScH/g=; b=RGenROhXXO+Bz8KpoTcQ8Uae99PFaqOA2uMjPNSDENwL+anj3veml1T+jAo941cews x5bp58gqG/dADOm8GbMrjrodB0vfUXQ0S/+yeKx7OANcG3HDW7Y7U+tPhwwVNynfteUX fnUMIzC7UQwMFS5Edzd5Oeol+ao4uSUuF+PUeafKi5pcYBazlEIzlUqvqUSkNnANG3KV Q2De05fRlSA4Jch4ItymPfyOR+Osd2Olhd+9W0FekVxeCM2b5Ldm+eKIzS44Ftoti5rD OPKwYNGtSLqOJNTkCgL13XTJ2FtY+MgxsJo0UtOLnGbtkV/ubFl5HLYaYUPv9OYzzi+R Eu7g== X-Gm-Message-State: AOAM531VNQnT6oL2TXiqwGELagjeNid40NAMF6GMBlbw8YhDgUI3VJqP /q0CuSAAO1WnosVL2AKcmtGX+gwPfko= X-Google-Smtp-Source: ABdhPJygRlTrE8RQj+jjZP6KaQJeQhqWPTKONBc+SFQK43ZAHRKfg14FgmJAS9FPQRkr1rRcNv8PdQ== X-Received: by 2002:a17:906:7308:: with SMTP id di8mr4178721ejc.567.1644093411153; Sat, 05 Feb 2022 12:36:51 -0800 (PST) Message-Id: Date: Sat, 5 Feb 2022 21:36:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Content-Language: it To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: ed-1.18-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 From: Marco Atzeri via Cygwin-announce Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2022 20:37:44 -0000 New version 1.18-1 of ed is available in the Cygwin distribution: CHANGES It is a upstream bugfix release. DESCRIPTION GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. HOMEPAGE http://www.gnu.org/software/ed/ Marco Atzeri If you have questions or comments, please send them to the cygwin mailing list at: cygwin (at) cygwin (dot) com .