We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ddb9d commit 6d73af9Copy full SHA for 6d73af9
ChangeLog
@@ -1,3 +1,15 @@
1
+- 2.0 Jan 9 2017
2
+ * Add/Fix python3 support (Thanks in part to ThePrez@github)
3
+ * Fix documentation having "mapping" which should have been "mappings"
4
+ section
5
+ * Much better errors for config problems
6
+ * Allow a config to omit the "options" section without a warning message
7
+ * Fix the "socket in use" error when PumpkinLB is restarted after a
8
+ connection is made. PumpkinLB will now bind even if an existing TIME_WAIT is
9
+ on the local port, which allows you to listen on the previous port right
10
+ away.
11
+
12
13
- 1.4 Sep 18 2015
14
* Cleanup a lot of code
15
* Add additional comments
0 commit comments