]> git.proxmox.com Git - perlmod.git/commitdiff
bump perlmod to 0.10.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Dec 2021 08:22:58 +0000 (09:22 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 17 Dec 2021 08:22:58 +0000 (09:22 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod/Cargo.toml
perlmod/debian/changelog

index 763da28ebce6765fac20cbbe2bf361b083af15e6..9a48b6cdfa33f048a93cb30f97a4d3081b9b33c4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "perlmod"
-version = "0.10.0"
+version = "0.10.1"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 build = "build.rs"
index 6aaef23f03f77d0e1bdcf193aeb8cb934b4a7022..b3ece011a7974df0caf37aa520fe1f69217f5607 100644 (file)
@@ -1,3 +1,16 @@
+rust-perlmod (0.10.1-1) stable; urgency=medium
+
+  * let ffi::RSPL_newXS_flags return the CV pointer
+
+  * let the perl_fn! macro also handle just types, not full functions with
+    bodies
+
+  * add Value::new_xsub as an taking a `perl_fn!(extern "C" fn(*mut CV))`
+
+  * use #[deny(unsafe_op_in_unsafe_fn)] and update code accordingly
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Dec 2021 09:21:24 +0100
+
 rust-perlmod (0.10.0-1) stable; urgency=medium
 
   * bugfix: declare_magic now declares MAGIC as a static instead of a const,