From bcdc8498504199a4af045e72ef076e8311b53772 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Fri, 8 Mar 2013 15:47:11 +0100 Subject: [PATCH] Release version 0.4.10.2 --- static/plugin_dbui/CHANGELOG | 8 +++++--- static/plugin_dbui/src/base.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 56a61d33..0b9f03eb 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,10 +1,12 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD - - DirectSvc exceptions are logged in the ticket system. - - Polish dbsvc service which can now process several records + +0.4.10.2 (Mar 2013) + - DirectSvc exceptions are logged in the web2py ticket system. + - Polish dbsvc service. It can process several records in create and update transactions. - - Fix a bug and improve App.form.Panel.onStoreException. + - Fix a bug in App.form.Panel.onStoreException and improve it. 0.4.10.1 (Dec 2012) - Bug fixed diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js index 54f8cada..e325c853 100644 --- a/static/plugin_dbui/src/base.js +++ b/static/plugin_dbui/src/base.js @@ -20,7 +20,7 @@ Ext.namespace('App'); /** * @param {String} App.version version of the library */ -App.version = '0.4.10.1'; +App.version = '0.4.10.2'; /** * Helper function mimicking the encode_field function running on the server -- GitLab