[glom/glom-1-18] 1.18.5



commit 9200df9bdafd0b660f39520f194d22b58273e86c
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 27 11:35:13 2011 +0200

    1.18.5
    
    1.18.5

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 02b1931..196ed10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.18.5:
+
+* Details: Avoid an outdent after group titles
+* List View: Correct the default column widths.
+* Examples: Remove all column_width attributes now that defaults are good.
+* Related records:
+  - Allow navigation via read-only relationships.
+  - Fix bug with a blank row when there is only one row. 
+* Find: Get criteria even when a field is on the layout twice.
+* ID chooser dialog: Work around a crash in GTK+. (Bug #660347)
+* Deleting tables: Remove auto-increment rows too.
+  Bug #661653 (Ben Konrath)
+* Build: Fix the build with the latest unstable glibmm.
+* libglom:
+  Added Glom::LayoutItem_Portal::get_suitable_table_to_view_details().
+  Added Glom::DbUtils::layout_field_should_have_navigation()
+
 1.18.4:
 
 * Details:
diff --git a/configure.ac b/configure.ac
index 7f044a0..27c3541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.18.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.18.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



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