-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
36 lines (21 loc) · 881 Bytes
/
ChangeLog
File metadata and controls
36 lines (21 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2024-01-12 gettextize <bug-gnu-gettext@gnu.org>
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
2024-01-06 Sam Varshavchik <mrsam@courier-mta.com>
* Remove FreeBSD build scripts, replace with Debian/Ubuntu package
scaffolding.
2022-11-19 Sam Varshavchik <mrsam@courier-mta.com>
* gcc 12 update. Doxygen, autoconf update.
0.6.0
2020-05-30 Sam Varshavchik <mrsam@courier-mta.com>
* Rebase to libcxx 0.22
0.5.0
2020-03-01 Sam Varshavchik <mrsam@courier-mta.com>
* Rebase to libcxx 0.20
0.4.2
2018-04-29 Sam Varshavchik <mrsam@courier-mta.com>
* Fixes for compilation with gcc 8 assertions enabled, and higher
warning levels.
* Added execute_directly().
* Reimplement transactions using autocommits only for the initial
level, and use execute_directly() for savepoints. Postgres's current
ODBC driver does not grok execute()ing SAVEPOINTs.