From 022a155bd2a7efafd19afcd34b7b84887582ebcf Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Mon, 31 Aug 2015 13:11:51 +0000 Subject: [PATCH] 1.4.10 release --- PKG-INFO | 4 ++-- docs/_sources/changelog.txt | 10 ++++++++++ docs/changelog.html | 21 ++++++++++++++++----- docs/differences-from-kdb.html | 10 +++++----- docs/genindex.html | 10 +++++----- docs/getting-started.html | 10 +++++----- docs/index.html | 11 ++++++----- docs/license.html | 10 +++++----- docs/objects.inv | Bin 8099 -> 8100 bytes docs/py-modindex.html | 10 +++++----- docs/python-db-api-compliance.html | 10 +++++----- docs/reference.html | 10 +++++----- docs/search.html | 10 +++++----- docs/searchindex.js | 2 +- docs/usage-guide.html | 10 +++++----- fdb.egg-info/PKG-INFO | 2 +- sphinx/changelog.txt | 10 ++++++++++ sphinx/conf.py | 4 ++-- 18 files changed, 93 insertions(+), 61 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 1df3b66..b1c6297 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,8 +1,8 @@ Metadata-Version: 1.1 Name: fdb -Version: 1.4.9 +Version: 1.4.10 Summary: Firebird RDBMS bindings for Python. -Home-page: http://www.firebirdsql.org/en/devel-python-driver/ +Home-page: http://www.firebirdsql.org/en/python-devel-status/ Author: Pavel Cisar Author-email: pcisar@users.sourceforge.net License: BSD diff --git a/docs/_sources/changelog.txt b/docs/_sources/changelog.txt index d6cb438..391ac9d 100644 --- a/docs/_sources/changelog.txt +++ b/docs/_sources/changelog.txt @@ -2,6 +2,7 @@ Changelog ######### +* `Version 1.4.10`_ (31.8.2015) * `Version 1.4.9`_ (30.6.2015) * `Version 1.4.8`_ (23.6.2015) * `Version 1.4.7`_ (4.6.2015) @@ -26,6 +27,15 @@ Changelog * `Version 0.7.1`_ (31. 1. 2012) * `Version 0.7`_ (21. 12. 2011) +Version 1.4.10 +============== + +- (PYFB-54) Windows 7x64 and FB2.5.2x32 Python2.7: Error in Registry Path. FDB driver does not find the library fbclient.dll +- (PYFB-55) get_sql_for incorrect generate sql query for Views +- (PYFB-56) schema.reload typing mistake for views +- (PYFB-57) role.privileges does not return correct privilege list + + Version 1.4.9 ============= diff --git a/docs/changelog.html b/docs/changelog.html index f957564..26aa5a6 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -6,7 +6,7 @@ - Changelog — FDB 1.4.9 documentation + Changelog — FDB 1.4.10 documentation @@ -14,7 +14,7 @@ - + @@ -50,7 +50,7 @@

Navigation

  • previous |
  • -
  • FDB 1.4.9 documentation »
  • +
  • FDB 1.4.10 documentation »
  • @@ -62,6 +62,7 @@

    Navigation

    Changelog

    +
    +

    Version 1.4.10

    +
      +
    • (PYFB-54) Windows 7x64 and FB2.5.2x32 Python2.7: Error in Registry Path. FDB driver does not find the library fbclient.dll
    • +
    • (PYFB-55) get_sql_for incorrect generate sql query for Views
    • +
    • (PYFB-56) schema.reload typing mistake for views
    • +
    • (PYFB-57) role.privileges does not return correct privilege list
    • +
    +

    Version 1.4.9

    @@ -215,7 +215,7 @@

    Navigation

  • previous |
  • -
  • FDB 1.4.9 documentation »
  • +
  • FDB 1.4.10 documentation »