File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## 0.13.0 (2020-06-27)
4
+
5
+ * Fix issue where child process doesn't actually 'exit' when exiting (in a fork)
6
+ * Split out some functions into smaller functions
7
+ * Ensure password hashing is done on the server
8
+ * Minor README fixes
Original file line number Diff line number Diff line change 197
197
(close *Sock) ) # close the socket when we're done
198
198
199
199
(kv-child) # child process
200
- (kv-child-exit) ] # final cleanup before the child exits
200
+ (kv-child-exit) # final cleanup before the child exits
201
+ (bye) ]
Original file line number Diff line number Diff line change 1
1
[de APP_INFO
2
2
(" name" " picolisp-kv" )
3
- (" version" " 0.12 .0" )
3
+ (" version" " 0.13 .0" )
4
4
(" summary" " Redis-inspired in-memory key/value store written in PicoLisp" )
5
5
(" source" " https://github.com/aw/picolisp-kv" )
6
6
(" author" " Alexander Williams" )
You can’t perform that action at this time.
0 commit comments