[libvtemm] NEWS update and ChangeLog.pre-git is in EXTRA_DIST.



commit 77c671691c927c40b9352356ee271ce1985dabcf
Author: Krzesimir Nowak <krnowak svn gnome org>
Date:   Tue May 12 20:35:18 2009 +0200

    NEWS update and ChangeLog.pre-git is in EXTRA_DIST.
    
    * old_news_and_changelogs/Makefile.am: Added ChangeLog.pre-git
    to EXTRA_DIST.
    * NEWS: Added information about API break and dependencies.
---
 NEWS                                |   11 +++++++++++
 old_news_and_changelogs/Makefile.am |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index ed61b48..ad4f48b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,3 +11,14 @@
 
 * added new API (const getter methods) and fixed some memleaks.
   (Krzesimir Nowak)
+
+0.20.3
+
+* API is incompatible with previous versions, so it is bumped to version 1.1.
+Mostly recompilation is enough, but if you use commit signal, or cursor
+position getter then a change in sources is needed.)
+* SO version is also bumped.
+* libvtemm-1.1 is parallel-installable with version 1.0.
+* Dependencies: vte >= 0.20, gtkmm-2.4 >= 2.14, glibmm-2.4 >= 2.18.
+(I'm not sure about the last, maybe lower would work, but that needs
+change in configure.ac).
diff --git a/old_news_and_changelogs/Makefile.am b/old_news_and_changelogs/Makefile.am
index 07dcd57..8a3a171 100644
--- a/old_news_and_changelogs/Makefile.am
+++ b/old_news_and_changelogs/Makefile.am
@@ -2,6 +2,6 @@
 ## The libvtemm development team.
 
 EXTRA_DIST = NEWS-0.16 NEWS-0.17 NEWS-0.19 ChangeLog-0.16 ChangeLog-0.17
-	ChangeLog-0.19
+	ChangeLog-0.19 ChangeLog.pre-git
 
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]