[glom] 1.15.1



commit 919b51a5a3d4dd0cfc67193043a1f364478fca58
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed May 26 01:27:12 2010 +0200

    1.15.1

 ChangeLog                      |    2 ++
 NEWS                           |   19 +++++++++++++++++++
 configure.ac                   |    2 +-
 glom/libglom/connectionpool.cc |    2 +-
 4 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c8d42af..d425fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.15.1:
+
 2010-05-25  Murray Cumming  <murrayc murrayc com>
 
 	* glom/libglom/utils.cc: build_sql_select_with_where_clause(): Fix a crash.
diff --git a/NEWS b/NEWS
index 2849df2..d056717 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.15.1 (unstable):
+
+* Uses Gnome::Gda::SqlBuilder in most places to avoid manually building SQL 
+  query strings. This should be more robust and safer.
+  (Murray Cumming)
+* Correct the position of "Records / Found" labels.
+  (Daniel Borgmann)
+* Find:
+  - Make Find mode a toggle and move it to the Edit menu.
+  - Fix a crash when using find mode.
+  (Daniel Borgmann)
+* List view:
+  - Don't add a new row when cancelling editing of a placeholder row.
+  - Don't allow placeholder rows to be delteted.
+  (Daniel Borgmann)
+* Build libglom and pyglom API documentation.
+  (Murray Cumming, Daniel Elstner)
+
+  
 1.14.2 (stable):
 
 * Fix document saving (horribly broken in 1.14.1).
diff --git a/configure.ac b/configure.ac
index 85d2385..65c89cc 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.14.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
diff --git a/glom/libglom/connectionpool.cc b/glom/libglom/connectionpool.cc
index f7c06fa..dfb560b 100644
--- a/glom/libglom/connectionpool.cc
+++ b/glom/libglom/connectionpool.cc
@@ -584,7 +584,7 @@ bool ConnectionPool::startup(const SlotProgress& slot_progress, bool network_sha
 
   //If we crash while running (unlikely, hopefully), then try to cleanup.
   //Comment this out if you want to see the backtrace in a debugger.
-  //previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
+  previous_sig_handler = signal(SIGSEGV, &on_linux_signal);
 
   return true;
 }



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