forked from pool/libnbd
Compare commits
21 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 17ee696f58 | |||
| 6e28c3a3e1 | |||
| 7fbfba6fd8 | |||
| 35b399270b | |||
| 2f540ab07e | |||
| 187457b473 | |||
| 292474e6b5 | |||
| 1f8f2598f9 | |||
| 5fa83b5ca0 | |||
| db83d7108f | |||
| b9e034849b | |||
| 866cbccbed | |||
| 600097a89e | |||
| 204847235e | |||
| 5c041faea8 | |||
| 24b95cd094 | |||
| cbfd0d516f | |||
| 0f2e4f9a83 | |||
| a9b26b2484 | |||
| c904431b45 | |||
| b297c46c8f |
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.4</param>
|
||||
<param name="revision">v1.22.2</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">caf41ba1847f79ab25e3a73401f8170cbe351908</param></service></servicedata>
|
||||
<param name="changesrevision">5f55a26f3a776c11049a27154b1f2b59b8c335da</param></service></servicedata>
|
||||
BIN
libnbd-1.22.2.tar.bz2
LFS
Normal file
BIN
libnbd-1.22.2.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fb6a89c7ef6faf9ade7e1a2914215c9d0b5d2236ea70d044ca70f5a64e007b
|
||||
size 483984
|
||||
@@ -1,42 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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.4
|
||||
Version: 1.22.2
|
||||
Release: 0
|
||||
Summary: NBD client library in userspace
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user