chiark / gitweb /
Update version to 1.2.0
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2025 16:59:43 +0000 (16:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2025 17:09:02 +0000 (17:09 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.lock.minimal
Cargo.toml
debian/changelog
macros/Cargo.toml

index 7791fc667b3641b10b29d09d270eda51cc8ebdb5..4fe9227b40bd881c17b942fe8ee01642ec707aae 100644 (file)
@@ -588,7 +588,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 
 [[package]]
 name = "hippotat"
-version = "1.1.12"
+version = "1.2.0"
 dependencies = [
  "backtrace",
  "base64",
@@ -634,7 +634,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat-macros"
-version = "1.1.12"
+version = "1.2.0"
 dependencies = [
  "itertools",
  "proc-macro2",
index 745a9a45798a417b6023c333426d8dbc213d981d..5e9cab942bb3e43600e2ae150fa300c9ca387989 100644 (file)
@@ -623,7 +623,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 
 [[package]]
 name = "hippotat"
-version = "1.1.12"
+version = "1.2.0"
 dependencies = [
  "backtrace",
  "base64 0.21.0",
@@ -669,7 +669,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat-macros"
-version = "1.1.12"
+version = "1.2.0"
 dependencies = [
  "itertools",
  "proc-macro2",
index 73e751eb6c90c4307ec918dcfb39693258c39ae3..8769369ddaec4a4135de2bb52601cba6b2a17338 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "hippotat"
-version = "1.1.12"
+version = "1.2.0"
 edition = "2018"
 description="Asinine HTTP-over-IP"
 license="GPL-3.0-or-later"
@@ -26,7 +26,7 @@ path="server/server.rs"
 
 [dependencies]
 
-hippotat-macros = { version = "1.1.3", path = "macros" }
+hippotat-macros = { version = "1.2.0", path = "macros" }
 
 backtrace = "0.3.74"
 base64 = ">=0.21, <0.23"
index 41c3e7a3fe08a5ce726e51d69f481792abff0aa2..d33b4ef288b256c97ae500cd91d153400a4ba5e4 100644 (file)
@@ -1,3 +1,28 @@
+hippotat (1.2.0) unstable; urgency=medium
+
+  HTTP implementation changed:
+  * Client now uses reqwest (and thus hyper 1)
+  * Server now uses hyper 1
+  * Closes: #1094093.  [Report from Lucas Nussbaum]
+
+  Build system:
+  * Makefile: Add + sigil before cargo invocations.
+    Fixes compatibility with recent GNU make.
+  * autopkgtests: Declare isolation-machine restriction,
+    rather than x-hippotat-adt-broken-in-debci.
+
+  Dependency updates:
+  * New deps: http-body 1.0.1, http-body-util 0.1.2, hyper-util 0.1.10
+  * Require backtrace 0.3.74, tokio 1.43
+  * Allow educe 0.6, itertools 0.14, thiserror 2
+  * cargo update (upstream Cargo.lock)
+
+  Internal tidying up:
+  * HACKING.md: New file with some notes in.
+  * Clarifications to config item defaulting traits.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 02 Feb 2025 16:59:18 +0000
+
 hippotat (1.1.12) unstable; urgency=medium
 
   Dependency updates:
index 9b6ab25e03f34cdca73d82893ebe25351c4867ec..10991f827dbd6a6f06524e3d65b6a267862f02a2 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "hippotat-macros"
-version = "1.1.12"
+version = "1.2.0"
 edition = "2018"
 description="Asinine HTTP-over-IP, proc-macros"
 license="GPL-3.0-or-later"