8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Update the docs.

This commit is contained in:
Dmitry Yemanov 2016-04-07 23:19:22 +03:00
parent c390be3276
commit b9ea51fc1c

View File

@ -2,6 +2,21 @@
* v3.0 Final Release
**************************
* Bugfix CORE-5189
Codes of operation of user management plugin are missing in public API
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-5184
Assertion in cloop dispatcher when trying to save exception information in status interface
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-5182
Inconsistent effects of subsequent statement execution if failing during record refetch
Contributor(s):
Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-5181
Build fails when HAVE_MMAP is not defined
Contributor(s):
@ -102,6 +117,11 @@
Contributor(s):
Dmitry Yemanov <dimitr at firebirdsql.org>
* Bugfix CORE-4645
Internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2375)
Contributor(s):
Vlad Khorsun <hvlad at users.sf.net>
* Improvement CORE-5180
Do not require root rights to build linux package
Contributor(s):