mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-08-16 05:33:21 +00:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
rust-pathpatterns (0.3.0-1) bookworm; urgency=medium
|
|
|
|
* add lifetime to MatchList to drop some unsafe blocks
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2023 11:10:21 +0200
|
|
|
|
rust-pathpatterns (0.2.0-1) bookworm; urgency=medium
|
|
|
|
* MatchList functions now take a parameter to possibly lazily fetch the file
|
|
mode, which can be a closure, a mode (u32) or an Option<u32>.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 24 Aug 2023 10:01:22 +0200
|
|
|
|
rust-pathpatterns (0.1.3-1) pve; urgency=medium
|
|
|
|
* documentation and metadata fixups
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2022 11:57:17 +0200
|
|
|
|
rust-pathpatterns (0.1.2-1) pve; urgency=medium
|
|
|
|
* fixed `**/foo` not properly matching a "foo" without any slashes in front
|
|
of it
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:31:36 +0200
|
|
|
|
rust-pathpatterns (0.1.1-1) pve; urgency=medium
|
|
|
|
* let MatchEntry::match_flags() take immutable self
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2020 12:58:03 +0200
|
|
|
|
rust-pathpatterns (0.1.0-1) pve; urgency=medium
|
|
|
|
* initial release
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 12:34:49 +0200
|