~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-11-24 14:21:14 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131124142114-uw10gvpf90yw4l9n
Tags: 1.5.3-1
* New upstream version.
* When querying the berkley db version, strip the epoch from the
  version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                                                     -*- coding: utf-8 -*-
 
2
Changes with APR-util 1.5.3
 
3
 
 
4
  *) Cygwin: Use correct file extension when loading APR DSOs.  PR 55587.
 
5
     [Carlo Bramini <carlo.bramix libero.it>]
 
6
 
 
7
  *) Add experimental cmake-based build system for Windows.  Refer to
 
8
     README.cmake for more information.  [Jeff Trawick, Tom Donovan]
 
9
 
 
10
  *) Fix warnings in odbc driver on 64bit systems.
 
11
     PR 55197  [Tom Donovan]
 
12
 
 
13
  *) Add support to apr_memcache for unix domain sockets. PR 54573 [Remi
 
14
     Gacogne <rgacogne+asf aquaray.com>]
 
15
 
 
16
  *) Add support for Berkeley DB 6.0. [Rainer Jung]
 
17
 
 
18
  *) Improve platform detection for bundled expat by updating
 
19
     config.guess and config.sub. [Rainer Jung]
 
20
 
2
21
Changes with APR-util 1.5.2
3
22
 
4
23
  *) Windows: Add command line makefiles. [Gregg Smith]