summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f72df9d9f..d7ebaf6aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-07-08 New release 1.2.7.8
+fix: allow enter in qestion mark.
+fix: crashes with corrupted data.
+fix: sime memory leaks.
+add: basic support for eathena stable.
+add: maps without client data (without tmx).
+add: special npc font. (by default 13px size)
+add: increase npc window default size.
+add: popup menu option all except 1.
+add: npc avatars (for evol only).
+add: floor item attribute for max pixel offset.
+
2012-06-24 New release 1.2.6.24
fix: scrolling big text in texfields.
fix: npc selection by mouse.
diff --git a/README b/README
index 499175706..e608e1a81 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.6.24 Date: 2012-06-24
+ Version: 1.2.7.8 Date: 2012-07-08
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index e3f903662..fbc9df068 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.6.24 Date: 2012-06-24
+ Version: 1.2.7.8 Date: 2012-07-08
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 500ffda82..d9ca741f0 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.2.6.24" \
+ -DPRODUCT_VERSION="1.2.7.8" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 205a15346..884d1e0b4 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.2.6.24" \
+ -DPRODUCT_VERSION="1.2.7.8" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index eb2c55fc8..e678d19c6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.6.24], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.7.8], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/src/main.h b/src/main.h
index f3feec1ff..933b0197c 100644
--- a/src/main.h
+++ b/src/main.h
@@ -45,8 +45,8 @@
* different interfaces, which have different implementations for each server.
*/
-#define SMALL_VERSION "1.2.6.24"
-#define CHECK_VERSION "01.02.06.24"
+#define SMALL_VERSION "1.2.7.8"
+#define CHECK_VERSION "01.02.07.08"
#ifdef HAVE_CONFIG_H
#include "../config.h"