[apr] branch master updated (6c74715 -> 1b1c452)

Stefan Fritsch sf at moszumanska.debian.org
Sat Aug 15 14:48:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

sf pushed a change to branch master
in repository apr.

      from  6c74715   release 1.5.1-3
      adds  50c7507   Upstream tarball 1.5.2
       new  1f3193d   Merge branch 'upstream'
       new  98f46ef   Switch to 1.5.2
       new  cb6c7d2   Bump Standards-Version
       new  1b1c452   Don't ship useless doxygen files

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                               |  63 ++++-
 CMakeLists.txt                        |   9 +-
 Makefile.in                           |   6 +-
 NOTICE                                |   2 +-
 NWGNUmakefile                         |   5 +-
 apr.dsp                               |  63 -----
 apr.spec                              |   4 +-
 atomic/win32/apr_atomic.c             |  57 +----
 build-outputs.mk                      |   2 +-
 build/NWGNUenvironment.inc            |  23 +-
 build/NWGNUmakefile                   |  10 +
 build/apr_hints.m4                    |   2 +-
 build/config.guess                    |  10 +-
 build/config.sub                      |  22 +-
 build/nw_export.inc                   |   2 +
 build/rpm/apr.spec.in                 |   2 +-
 configure                             |  73 +++++-
 configure.in                          |  35 ++-
 debian/changelog                      |   8 +
 debian/control                        |   2 +-
 debian/patches/buildfix_r1589984      |  30 ---
 debian/patches/fix_doxygen.patch      |  10 +-
 debian/patches/hurd_path_max.patch    |   4 +-
 debian/patches/hurd_shm_flock.patch   |   8 +-
 debian/patches/series                 |   1 -
 debian/patches/ship_find_apr.m4.patch |   4 +-
 debian/rules                          |   1 +
 encoding/apr_escape.c                 |   2 +
 file_io/win32/pipe.c                  |  51 +++-
 include/apr_skiplist.h                |  16 +-
 include/apr_version.h                 |   4 +-
 libapr.dsp                            |  75 +-----
 locks/beos/thread_cond.c              |   3 +-
 locks/unix/proc_mutex.c               |  22 +-
 memory/unix/apr_pools.c               |  26 +-
 misc/unix/errorcodes.c                |  11 +-
 network_io/unix/sockaddr.c            |  10 +
 network_io/unix/sockets.c             |  34 ++-
 poll/unix/epoll.c                     |  45 +++-
 poll/unix/kqueue.c                    |  33 ++-
 poll/unix/poll.c                      |  30 ++-
 poll/unix/pollcb.c                    |   3 +
 poll/unix/port.c                      |  33 ++-
 poll/unix/z_asio.c                    |  13 +-
 tables/apr_skiplist.c                 | 373 ++++++++++++++++------------
 test/Makefile.in                      |   2 +-
 test/Makefile.win                     |   3 +-
 test/NWGNUaprtest                     |   2 +
 test/abts_tests.h                     |   3 +-
 test/testatomic.c                     |   6 +-
 test/testdll.dsp                      |   4 +
 test/testlib.dsp                      |   4 +
 test/testpoll.c                       |  53 +++-
 test/testskiplist.c                   | 448 ++++++++++++++++++++++++++++++++++
 test/testutil.h                       |   1 +
 threadproc/netware/thread.c           |   8 +-
 56 files changed, 1251 insertions(+), 525 deletions(-)
 delete mode 100644 debian/patches/buildfix_r1589984
 create mode 100644 test/testskiplist.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list