summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2013-01-11 09:02:22 +0100
committerWerner Lemberg <wl@gnu.org>2013-01-11 09:02:22 +0100
commite4ecce3bfe464cf56a3838db945ca0e528e5555f (patch)
tree6b7d05b1770211a35315407f61e0ad30f338842f
parent53c0cb59ed2baa7de418a1e841529a8774be6fb2 (diff)
downloadfreetype2-e4ecce3bfe464cf56a3838db945ca0e528e5555f.tar.gz
Disable FT_CONFIG_OPTION_OLD_INTERNALS.
After the next release we are going to remove the code completely. * devel/ftoption.h, include/freetype/config/ftoption.h (FT_CONFIG_OPTION_OLD_INTERNALS): Comment out. * docs/CHANGES: Document it.
-rw-r--r--ChangeLog10
-rw-r--r--devel/ftoption.h2
-rw-r--r--docs/CHANGES12
-rw-r--r--include/freetype/config/ftoption.h2
4 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 57b8848bd..1d1968862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-01-11 Werner Lemberg <wl@gnu.org>
+
+ Disable FT_CONFIG_OPTION_OLD_INTERNALS.
+
+ After the next release we are going to remove the code completely.
+
+ * devel/ftoption.h, include/freetype/config/ftoption.h
+ (FT_CONFIG_OPTION_OLD_INTERNALS): Comment out.
+ * docs/CHANGES: Document it.
+
2013-01-10 Alexei Podtelezhnikov <apodtele@gmail.com>
[base] Update the overflow protection bit.
diff --git a/devel/ftoption.h b/devel/ftoption.h
index 6b2a40f83..205d6d01c 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -783,7 +783,7 @@ FT_BEGIN_HEADER
* is recommended to disable the macro since it reduces the library's code
* size and activates a few memory-saving optimizations as well.
*/
-#define FT_CONFIG_OPTION_OLD_INTERNALS
+/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
/*
diff --git a/docs/CHANGES b/docs/CHANGES
index 5de81f500..77df5897d 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,4 +1,16 @@
+CHANGES BETWEEN 2.4.11 and 2.4.12
+
+ I. IMPORTANT CHANGES
+
+ - The macro FT_CONFIG_OPTION_OLD_INTERNALS is no longer set by
+ default. In the next release, we will completely remove the
+ associated code. Please update your programs in case you are
+ still using this macro.
+
+
+======================================================================
+
CHANGES BETWEEN 2.4.10 and 2.4.11
I. IMPORTANT BUG FIXES
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index a73fff455..0d0b4612e 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -783,7 +783,7 @@ FT_BEGIN_HEADER
* is recommended to disable the macro since it reduces the library's code
* size and activates a few memory-saving optimizations as well.
*/
-#define FT_CONFIG_OPTION_OLD_INTERNALS
+/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
/*