pangomm r34 - in trunk: . docs/reference



Author: murrayc
Date: Mon Mar  9 09:56:53 2009
New Revision: 34
URL: http://svn.gnome.org/viewvc/pangomm?rev=34&view=rev

Log:
2.24.0:

2009-03-09  Murray Cumming  <murrayc murrayc com>

* docs/reference/Makefile.am: Added srcdir before the devhelp file, to 
fix distcheck.

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/docs/reference/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar  9 09:56:53 2009
@@ -1,3 +1,13 @@
+2.24.0:
+(Skipped version numbers since 2.14.1, to match pango 1.24 
+(apart from the first digit, which we can't decrease.)
+
+* Layout: Added show_in_cairo_context().
+  (Louis-Francis RattÃ-Boulianne) Bug #560232.
+* Build: Allow pangomm to build outside the source tree. Bug #570322
+  (Theppitak Karoonboonyanan)
+* License Header consistency. (Deng Xiyue)
+
 2.14.1:
 
 * Windows build: Use the new DLL naming convention, like boost.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar  9 09:56:53 2009
@@ -14,8 +14,8 @@
 
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([PANGOMM_MAJOR_VERSION],     [2])
-pushdef([PANGOMM_MINOR_VERSION],     [14])
-pushdef([PANGOMM_MICRO_VERSION],     [1])
+pushdef([PANGOMM_MINOR_VERSION],     [24])
+pushdef([PANGOMM_MICRO_VERSION],     [0])
 pushdef([PANGOMM_EXTRA_VERSION],     [])
 pushdef([PANGOMM_VERSION], PANGOMM_MAJOR_VERSION.PANGOMM_MINOR_VERSION.PANGOMM_MICRO_VERSION[]PANGOMM_EXTRA_VERSION)
 AC_INIT([pangomm], PANGOMM_VERSION, [gtkmm-list gnome org])
@@ -126,7 +126,7 @@
 #  Dependancy checks
 #########################################################################
 pangomm_min_glibmm_version=2.14.1
-pangomm_min_pango_version=1.21.4
+pangomm_min_pango_version=1.23.0
 pangomm_min_cairomm_version=1.2.2
 
 

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am	(original)
+++ trunk/docs/reference/Makefile.am	Mon Mar  9 09:56:53 2009
@@ -1,7 +1,7 @@
 doxygen_configfile = Doxyfile
 doxygen_configfile_source = $(srcdir)/Doxyfile.in
 beautify_docs = @GMMPROC_DIR@/beautify_docs.pl
-devhelp_file = pangomm-1.4.devhelp
+devhelp_file = $(srcdir)/pangomm-1.4.devhelp
 devhelp_stylesheet = doxygen_to_devhelp.xsl
 
 include $(top_srcdir)/docs/Makefile_web.am_fragment



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