File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ shpool (0.7.1) unstable; urgency=low
3+
4+ Added
5+
6+ * add span traces at lock() points
7+
8+ Fixed
9+
10+ * forward shell env to pager
11+ * suppress prompt setup in screen restore
12+
13+ Other
14+
15+ * Better ssh config example
16+ * reader thread -> shell_to_client thread
17+
18+ -- Shpool Authors <shpool-eng@google.com> Mon, 16 Sep 2024 14:51:04 +0000
19+
220shpool (0.7.0) unstable; urgency=low
321
422 Added
Original file line number Diff line number Diff line change 11[package ]
22name = " libshpool"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55repository = " https://github.com/shell-pool/shpool"
66authors = [" Ethan Pailes <pailes@google.com>" ]
@@ -43,7 +43,7 @@ strip-ansi-escapes = "0.2.0" # cleaning up strings for pager display
4343notify = " 6" # watch config file for updates
4444libproc = " 0.14.8" # sniffing shells by examining the subprocess
4545daemonize = " 0.5" # autodaemonization
46- shpool-protocol = { version = " 0.2.0 " , path = " ../shpool-protocol" } # client-server protocol
46+ shpool-protocol = { version = " 0.2.1 " , path = " ../shpool-protocol" } # client-server protocol
4747
4848# rusty wrapper for unix apis
4949[dependencies .nix ]
Original file line number Diff line number Diff line change 1+
2+ shpool-protocol (0.2.1) unstable; urgency=low
3+
4+ Other
5+
6+ * Better ssh config example
7+
8+ -- Shpool Authors <shpool-eng@google.com> Mon, 16 Sep 2024 14:51:04 +0000
Original file line number Diff line number Diff line change 11[package ]
22name = " shpool-protocol"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55authors = [" Ethan Pailes <pailes@google.com>" ]
66repository = " https://github.com/shell-pool/shpool"
Original file line number Diff line number Diff line change 11[package ]
22name = " shpool"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55authors = [" Ethan Pailes <pailes@google.com>" ]
66repository = " https://github.com/shell-pool/shpool"
@@ -18,7 +18,7 @@ rust-version = "1.74"
1818[dependencies ]
1919clap = { version = " 4" , features = [" derive" ] } # cli parsing
2020anyhow = " 1" # dynamic, unstructured errors
21- libshpool = { version = " 0.7.0 " , path = " ../libshpool" }
21+ libshpool = { version = " 0.7.1 " , path = " ../libshpool" }
2222
2323[dev-dependencies ]
2424lazy_static = " 1" # globals
You can’t perform that action at this time.
0 commit comments