diff --git a/CHANGES b/CHANGES index 0da6c9e57..7703536c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -LATEST CHANGES +LATEST CHANGES BETWEEN 2.0.2 and 2.0.1 - changed the library header files inclusion scheme. Right now, a client application can do something like this: @@ -7,6 +7,12 @@ LATEST CHANGES #include FT_FREETYPE_H -- main API file #include FT_GLYPH_H -- abstract glyph image handling, etc.. + - the build system has changed slightly when compiling by hand (either + from the command line or from an IDE). You don't need to put the "src" + directory in the include path anymore. Rather, place each component's + path.. See INSTALL and "docs/BUILD" for details.. + + ========================================================================= LATEST CHANGES BETWEEN 2.0.1 and 2.0: diff --git a/obj/.cvsignore b/objs/.cvsignore similarity index 100% rename from obj/.cvsignore rename to objs/.cvsignore diff --git a/obj/README b/objs/README similarity index 100% rename from obj/README rename to objs/README