summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-25 14:19:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commit41108f686becf61802a9dfef2100bf74773ade37 (patch)
tree696efda9645eb224ca268aeae9092b05b0ad8fef
parent43ecec43bccb4a49469e45dd4460cea24fbf2ef2 (diff)
downloadpango-41108f686becf61802a9dfef2100bf74773ade37.tar.gz
Update news
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 38a512a9..47c58263 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes
+===================
+
+Change the prefix to make Pango 1.x and Pango 2 usable
+in the same process. The new setup is:
+- All types are Pango2...
+- All symbols are pango2_...
+- Includes are #include <pango2/pango.h>
+- The library is libpango2
+- The pc files is pango2.pc
+
+Since this is now effectively an separate project from
+Pango 1.x, the version number has been dropped to 0.x,
+and the news release will be a 0.91 development release
+leading towards Pango2 1.0.
+
+
Overview of changes in 1.90
===========================