~ubuntu-branches/ubuntu/lucid/libpqxx3/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2009-09-28 01:13:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090928011316-sqyruofmj5j1y7kz
Tags: 3.0.2-1
* New upstream bugfix-only release.
* debian/control:
  - Bumped Standards-Version to 3.8.3, no changes needed.
  - Added {misc:Depends} to dependencies of binary packages.
  - Updated my mail address.
* debian/libpqxx3-doc.install:
  - Added test headers to allow compiling examples. (Closes: 539814)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-08-14  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
2
 tools/preprelease:
 
3
 - Keep absolute tarball path out of md5sum file.
 
4
2009-07-07  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
5
 autogen.sh:
 
6
 - Get ABI version as well as library version.
 
7
 - Single "substitute" function for configure.ac and version header.
 
8
 configure.ac.in:
 
9
 - Substitute full version information.
 
10
 doc/Doxyfile.in, src/util.cxx:
 
11
 - Make Doxygen see through some cpp macros and such that get in the way.
 
12
 - Removed obsolete Doxygen directive DETAILS_AT_TOP.
 
13
 include/Makefile.am, include/pqxx/version.hxx.template:
 
14
 - Forgot to add version header.
 
15
 doc/Doxyfile.in:
 
16
 - Don't generate huge HTML versions of source, thanks Eugene V. Lyubimkin.
 
17
 src/Makefile.am:
 
18
 - Version according to ABI version, not full library version.
 
19
 tools/extract_version:
 
20
 - New --abi option to extract library ABI version.
 
21
 - New --help option.
 
22
2009-07-04  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
23
 include/pqxx/largeobject.hxx:
 
24
 - Fixed compile warnings on some 32-bit configurations.
 
25
2009-06-23  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
26
 doc/libpqxx.xml:
 
27
 - Fixed mistake in tutorial example.  Thanks Patrick Daryll Glandien.
 
28
 - Closes #187.
 
29
2009-06-22  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
30
 tools/preprelease:
 
31
 - Don't build tarball again.
 
32
 - Deal with changed "make check" output.
 
33
 - Clean up and rebuild reference documentation.
 
34
2009-01-21  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
35
 libpqxx.spec.in:
 
36
  - Depend on postgresql-libs and postgresql-devel, thanks Bob Knock
 
37
  - Install x86_64 libs in /usr/lib64, thanks Bob Knock
 
38
  - Use %configure, not ./configure, thanks Bob Knock
 
39
  - Removed some hard-coding of directories, thanks Bob Knock
 
40
 win32/vc-test.mak.template:
 
41
  - Got rid of superfluous dot in library name.
 
42
  - Got rid of unnecessary quotes, thanks Andrew Maclean.
 
43
2009-01-17  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
44
 win32/vc-test.mak.template:
 
45
  - Several fixes, thanks Andrew Maclean.
 
46
2009-01-14  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
47
 include/pqxx/util.hxx:
 
48
  - Export throw_null_conversion, thanks Andrew Maclean
 
49
2008-12-08  Jeroen T. Vermeulen <jtv@xs4all.nl>
 
50
 include/pqxx/Makefile.am:
 
51
  - Fixed glitch that broke with Solaris "make," thanks Doug.
 
52
 test/test_helpers.hxx:
 
53
  - Bounds check failure message now includes value of violated boundary
1
54
2008-11-02  Jeroen T. Vermeulen <jtv@xs4all.nl>
2
55
 tools/extract_version, tools/preprelease, tools/release:
3
56
  - Automating part of release process