decred.org/dcrdex@v1.0.5/docs/release-notes/release-notes-0.1.3.md (about) 1 # DCRDEX v0.1.3 2 3 Nov 24, 2020 4 5 This patch release includes a workaround for a bug in the Safari browser, an 6 important fix to a possible deadlock (client hang), and a minor fix to the 7 client's validation of the server's order matching. 8 9 NOTE: If you use the dexcctl program (an optional command line tool), you will 10 need to move any dexcctl.conf file from the ".dexc" folder to a new ".dexcctl" 11 folder. 12 13 Please read the [initial release (v0.1.0) 14 notes](https://github.com/decred/dcrdex/releases/tag/release-v0.1.0) for 15 important information and instructions. 16 17 ## Client (dexc) 18 19 ### Fixes 20 21 - Eliminate a possible deadlock (hang) introduced in v0.1.2. 22 ([65c9830](https://github.com/decred/dcrdex/commit/65c98309370779e747d676b2c29020610645284d)) 23 - Fix the client's validation of the server's deterministic epoch matching 24 result. This avoids an error message in the logs, but the bug was otherwise 25 not a problem. 26 ([10b4689](https://github.com/decred/dcrdex/commit/10b4689ae9a1118f94747951fd3ac444e490faab)) 27 28 ### Other 29 30 The location of the dexcctl.conf file is now in ~/.dexcctl instead of ~/.dexc 31 (or the corresponding "appdata" folders on Windows and macOS). 32 ([16a0fb0](https://github.com/decred/dcrdex/commit/16a0fb003e2eca51fd2c29b938b0ec9bf681f7e5)) 33 34 ## Server (dcrdex) 35 36 There are no server changes. 37 38 ## Code Summary 39 40 5 commits, 17 files changed, 188 insertions(+), and 174 deletions(-) 41 42 <https://github.com/decred/dcrdex/compare/v0.1.2...v0.1.3> 43 44 2 contributors 45 46 - Brian Stafford (@buck54321) 47 - Jonathan Chappelow (@chappjc)