|
From: <cn...@us...> - 2021-01-21 04:59:30
|
Revision: 1139
http://sourceforge.net/p/seq/svn/1139
Author: cn187
Date: 2021-01-21 04:59:21 +0000 (Thu, 21 Jan 2021)
Log Message:
-----------
Release 6.0.0.1 patch bugfix
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2021-01-21 04:46:42 UTC (rev 1138)
+++ showeq/trunk/ChangeLog 2021-01-21 04:59:21 UTC (rev 1139)
@@ -1,5 +1,12 @@
cn187 (01/20/21)
----------------
+- Updated version to 6.0.0.1
+- Additional fixes for EQ patch 01/20/21
+ - Fix struct alignment issue causing crashes and invalid spawn data
+ - Fix map loading issue in some zones
+
+cn187 (01/20/21)
+----------------
- Updated version to 6.0.0.0
- Updated to QT4
- Various bug fixes
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2021-01-21 04:46:42 UTC (rev 1138)
+++ showeq/trunk/configure.in 2021-01-21 04:59:21 UTC (rev 1139)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.0.0.0)
+AC_INIT(showeq, 6.0.0.1)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|