public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] tree: Update to version 2.1.1-1
Date: Wed, 20 Sep 2023 13:30:56 +0200	[thread overview]
Message-ID: <20230920113056.94387-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]

- IPFire-3.x
- Update from version 2.1.0-2 to 2.1.1-1
- Changelog
    2.1.1
	  - Various spelling corrections.
	  - Fix issue where following links while doing JSON output would lead to
	    incorrect JSON output. (simonpmind)
	  - Fix issue where .info patterns relative to the .info file that did not use
	    a wildcard for matching the prefix were not matching files properly.
	    (German Lashevich)
	  - Added support for making trees from tab indented files (--fromtabfile)
	    (gitlab @AvidSeeker), also cleaned up some other issues in the fromfile
	    code.
	  - Fix buffer overflow in listdir() when file names are allowed to be longer
	    than 256 characters (like when using fromfile.) (Javier Jaramago Fernández)
	  - If when attempting to open a .gitignore or .info file from a top level
	    directory and failing, recursively check the parents for such a file.  This
	    stops when successful at opening such a file. This behavior might in the
	    future be modified to open all such files in all parents to until root is
	    reached. (Damien Bezborodov) Note that this requires the use of realpath()
	    which I think may be an issue for some OSes.
	  - Fix issue where tree would never descend (-l) a symbolic link when a full
	    tree is gathered (--du/matchdirs/prune) (gitlab @6ramr)

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 tree/tree.nm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tree/tree.nm b/tree/tree.nm
index 895948bc4..8eaead08c 100644
--- a/tree/tree.nm
+++ b/tree/tree.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = tree
-version    = 2.1.0
-release    = 2
+version    = 2.1.1
+release    = 1
 
 groups     = Applications/File
 url        = https://mama.indstate.edu/users/ice/tree/
-- 
2.42.0


                 reply	other threads:[~2023-09-20 11:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230920113056.94387-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox