glom r1481 - in branches/glom-1-6: . docs/user-guide



Author: murrayc
Date: Sat Mar 29 13:50:39 2008
New Revision: 1481
URL: http://svn.gnome.org/viewvc/glom?rev=1481&view=rev

Log:
Increased version

Modified:
   branches/glom-1-6/ChangeLog
   branches/glom-1-6/NEWS
   branches/glom-1-6/configure.in
   branches/glom-1-6/docs/user-guide/Makefile.am

Modified: branches/glom-1-6/NEWS
==============================================================================
--- branches/glom-1-6/NEWS	(original)
+++ branches/glom-1-6/NEWS	Sat Mar 29 13:50:39 2008
@@ -1,3 +1,10 @@
+1.6.11 (stable)
+
+* Allow deletion of tables that use upper case in their name.
+  (Murray Cumming) Bug #522233 (Pavel MlÄoch).
+* Improved the online user guide.
+  (Murray Cumming)
+
 1.6.10 (stable)
 
 * Now supports Postgres 8.3.

Modified: branches/glom-1-6/configure.in
==============================================================================
--- branches/glom-1-6/configure.in	(original)
+++ branches/glom-1-6/configure.in	Sat Mar 29 13:50:39 2008
@@ -4,7 +4,7 @@
 AM_CONFIG_HEADER(config.h)
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.6.10)
+AM_INIT_AUTOMAKE(glom, 1.6.11)
 
 AM_MAINTAINER_MODE
 

Modified: branches/glom-1-6/docs/user-guide/Makefile.am
==============================================================================
--- branches/glom-1-6/docs/user-guide/Makefile.am	(original)
+++ branches/glom-1-6/docs/user-guide/Makefile.am	Sat Mar 29 13:50:39 2008
@@ -5,8 +5,19 @@
 DOC_ENTITIES =
 DOC_INCLUDES = legal.xml 
 DOC_FIGURES = \
-	figures/glom_design_fields.png \
+	figures/glom_data_details.png \
+	figures/glom_design_layout_details.png \
+	figures/glom_design_reports.png \
+	figures/glom_tables.png \
+	figures/glom_data_list.png \
+	figures/glom_design_layout_list.png \
+	figures/glom_design_reports_vertical_group.png \
+	figures/start.png \
 	figures/glom_design_fields_dialog_calculated.png \
-	figures/start.png
+	figures/glom_design_reports_details.png \
+	figures/glom_design_translations.png \
+	figures/glom_design_fields.png \
+	figures/glom_design_reports_group_by.png \
+	figures/glom_report_result.png
 
 DOC_LINGUAS = de en_GB es sv



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