Revision: 87
Author: thockin
Date: Fri Mar 6 06:28:42 2015 UTC
Log: Bump to 2.0.5
https://code.google.com/p/mcedaemon/source/detail?r=87
Modified:
/trunk/Changelog
/trunk/Makefile
=======================================
--- /trunk/Changelog Sat Oct 15 05:20:32 2011 UTC
+++ /trunk/Changelog Fri Mar 6 06:28:42 2015 UTC
@@ -1,4 +1,7 @@
%changelog
+* Thu Mar 5 2015 Tim Hockin <
tho...@hockin.org>
+ - Bump to 2.0.5 for release.
+
* Fri Oct 14 2011 Tim Hockin <
tho...@hockin.org>
- Fix innocuous buffer overflow (uds_addr.sun_path). [ud_socket.c]
- Add a compile option to disable the check for poll() support.
=======================================
--- /trunk/Makefile Fri Jul 25 06:26:39 2014 UTC
+++ /trunk/Makefile Fri Mar 6 06:28:42 2015 UTC
@@ -5,7 +5,7 @@
BUILD_CONFIG = $(TOPDIR)/BUILD_CONFIG
# project version
-PRJ_VERSION = 2.0.4
+PRJ_VERSION = 2.0.5
# assign build options default values
# Use '?=' variable assignment so ENV variables can be used.