forked from pool/libnbd
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9209bd8962 | |||
| 4e880a0308 | |||
| 2246f74653 | |||
| 6ed3b8c016 | |||
| 848a5ba6dd |
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="filename">libnbd</param>
|
||||
<param name="revision">v1.22.2</param>
|
||||
<param name="revision">v1.22.4</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/nbdkit/libnbd.git</param>
|
||||
<param name="changesrevision">5f55a26f3a776c11049a27154b1f2b59b8c335da</param></service></servicedata>
|
||||
<param name="changesrevision">caf41ba1847f79ab25e3a73401f8170cbe351908</param></service></servicedata>
|
||||
BIN
libnbd-1.22.2.tar.bz2
LFS
BIN
libnbd-1.22.2.tar.bz2
LFS
Binary file not shown.
3
libnbd-1.22.4.tar.bz2
Normal file
3
libnbd-1.22.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fb6a89c7ef6faf9ade7e1a2914215c9d0b5d2236ea70d044ca70f5a64e007b
|
||||
size 483984
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 05 21:02:25 UTC 2025 - Charles Arnold <carnold@suse.com>
|
||||
|
||||
- Update to version 1.22.4:
|
||||
* Version 1.22.4.
|
||||
* docs: nbd_connect_uri: Combine export name sections together
|
||||
* docs: nbd_connect_uri: Minor copyedits
|
||||
* docs: nbd_connect_uri: Split up URI parsing section
|
||||
* lib/uri.c: Use uri_query_list functions to free
|
||||
* lib/uri.c: Add static annotation to parse_bool
|
||||
* docs: Clarify documentation for export names in nbd_connect_uri
|
||||
* docs: Add S<...> around qemu versions to avoid distracting linebreak
|
||||
* generator: rust: Parse S<...> (non-breaking spaces) in POD
|
||||
* generator: rust: Allow nested X<..X<..>..> expressions in POD
|
||||
* generator: Don't list nbd_is_uri as a "flag call"
|
||||
* generator: Clarify documentation for nbd_set_private_data
|
||||
* ocaml: Small tweaks to the generated documentation
|
||||
* ci: Remove fedora-40, alpine-320, add fedora-42, alpine-322
|
||||
* common: utils: Add const to <vector>_duplicate variable decls
|
||||
* copy, info: Use new vector_array_append functions in a couple of places
|
||||
* common: utils: vector: Fix vector_uniq prototype and add a test
|
||||
* common: utils: vector: Add range functions for insert, append and remove
|
||||
* common: utils: vector: Prefer vector_reset over free()
|
||||
* common: utils: vector: Add new vector_uniq function
|
||||
* common/utils: Add convenient string_append_format function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 17:01:32 UTC 2025 - Charles Arnold <carnold@suse.com>
|
||||
|
||||
- Update to version 1.22.3:
|
||||
* Version 1.22.3.
|
||||
* ublk: Remove unused EXPECTED_VERSION
|
||||
* todo: Remove a couple of minor features that have been implemented
|
||||
* info: Tolerate nbdkit slop on large extents
|
||||
* generator: Avoid const-correctness warnings in golang
|
||||
* maint: Spelling fixes
|
||||
* ci: Disable cross-builds of Rust
|
||||
* rust: Allow cargo build --target $RUST_TARGET to be set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 06 22:48:02 UTC 2025 - jfehlig@suse.com
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define sover 0
|
||||
|
||||
Name: libnbd
|
||||
Version: 1.22.2
|
||||
Version: 1.22.4
|
||||
Release: 0
|
||||
Summary: NBD client library in userspace
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user