Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
reopenldap: release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erthink committed Nov 30, 2016
1 parent b0baf3f commit 8312be5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New features and Compatibility breaking
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-11-26 reopenldap: support for OpenSSL-1.1.x and LibreSSL-2.5.x (#115, #116).
2016-11-26 contrib: added mr_passthru module.
2016-11-12 return to the original OpenLDAP Foundation license.
Expand Down Expand Up @@ -54,7 +54,7 @@ New features and Compatibility breaking

Documentation
~~~~~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-10-25 man: fix typo (ITS#8185).
2016-08-30 v1.1.3
2016-08-28 man: added page for contrib/smbk5pwd.
Expand Down Expand Up @@ -94,7 +94,7 @@ Documentation

Major and Security Bugs
~~~~~~~~~~~~~~~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-08-30 v1.1.3
2016-08-23 slapd: check for writers while close the connection (fixed #104).
2016-08-23 slapd: fixed #103, stop glue-search on errors.
Expand Down Expand Up @@ -177,7 +177,7 @@ Major and Security Bugs

Minor Bugs
~~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-11-27 mdbx: avoid large '.data' section in mdbx_chk.
2016-11-13 mdbx: fix cursor tracking after mdb_cursor_del (ITS#8406).
2016-10-26 reopenldap: fix LDAPI_SOCK, adds LDAP_VARDIR.
Expand Down Expand Up @@ -496,7 +496,7 @@ Minor Bugs

Performance
~~~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-08-30 v1.1.3
2016-08-28 libreldap: remove resolv-mutex around getnameinfo() and getnameinfo() (Debian#340601).
2016-08-24 slapd: fixed major typo in rurw_r_unlock() which could cause performance degradation.
Expand Down Expand Up @@ -543,7 +543,7 @@ Performance

Build
~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-11-12 ppolicy: fix libltdl's includes for ppolicy overlay.
2016-11-12 libltdl: move `build/libltdl` to the start of SUBDURS.
2016-10-26 configure: don't enable tracing for MDBX by --enable-debug.
Expand Down Expand Up @@ -619,7 +619,7 @@ Build

Cosmetics
~~~~~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-10-27 slapd: adds RELEASE_DATE/STAMP to `slapd -V` output.
2016-10-25 mdbx: clarify fork's caveat (ITS#8505).
2016-08-30 v1.1.3
Expand All @@ -642,7 +642,7 @@ Cosmetics

Other
~~~~~
2016-11-?? v1.1.4 (not yet released)
2016-11-30 v1.1.4
2016-11-12 reopenldap: cleanup/refine AUTHORS file.
2016-08-30 v1.1.3
2016-08-28 reopenldap AUTHORS and CONTRIBUTION.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.1.4 (not yet released)
=========================
v1.1.4 2016-11-30
=================

Briefly:
1. Return to the original OpenLDAP Foundation license.
Expand Down
2 changes: 1 addition & 1 deletion build/BRANDING
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PACKAGE=ReOpenLDAP
PACKAGE_URL="https://github.com/ReOpen/ReOpenLDAP/wiki"
PACKAGE_BUGREPORT="https://github.com/ReOpen/ReOpenLDAP/issues"

RELEASE_TYPE=ReleaseCandidate
RELEASE_TYPE=Release

VERSION_MAJOR=1
VERSION_MINOR=1
Expand Down
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Id: 8c9139400f1cfd3f68bc9b65828515fe85e91ee1 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ReOpenLDAP 1.1.4-ReleaseCandidate.
# Generated by GNU Autoconf 2.69 for ReOpenLDAP 1.1.4-Release.
#
# Report bugs to <https://github.com/ReOpen/ReOpenLDAP/issues>.
#
Expand Down Expand Up @@ -606,8 +606,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ReOpenLDAP'
PACKAGE_TARNAME='reopenldap'
PACKAGE_VERSION='1.1.4-ReleaseCandidate'
PACKAGE_STRING='ReOpenLDAP 1.1.4-ReleaseCandidate'
PACKAGE_VERSION='1.1.4-Release'
PACKAGE_STRING='ReOpenLDAP 1.1.4-Release'
PACKAGE_BUGREPORT='https://github.com/ReOpen/ReOpenLDAP/issues'
PACKAGE_URL='https://github.com/ReOpen/ReOpenLDAP/wiki'

Expand Down Expand Up @@ -1757,7 +1757,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ReOpenLDAP 1.1.4-ReleaseCandidate to adapt to many kinds of systems.
\`configure' configures ReOpenLDAP 1.1.4-Release to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1829,7 +1829,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ReOpenLDAP 1.1.4-ReleaseCandidate:";;
short | recursive ) echo "Configuration of ReOpenLDAP 1.1.4-Release:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -2060,7 +2060,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ReOpenLDAP configure 1.1.4-ReleaseCandidate
ReOpenLDAP configure 1.1.4-Release
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2903,7 +2903,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ReOpenLDAP $as_me 1.1.4-ReleaseCandidate, which was
It was created by ReOpenLDAP $as_me 1.1.4-Release, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3912,7 +3912,7 @@ fi

# Define the identity of the package.
PACKAGE='reopenldap'
VERSION='1.1.4-ReleaseCandidate'
VERSION='1.1.4-Release'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13140,9 +13140,9 @@ VERSION_MINOR=1

VERSION_PATCH=4

RELEASE_DATE=2016-11-21
RELEASE_DATE=2016-11-30

RELEASE_STAMP=g2a9f961b3922-t31199eb50be58b97
RELEASE_STAMP=gb0baf3f51000-ta9697eb57ad0cdf6

API_LIB_RELEASE=1.1

Expand Down Expand Up @@ -35779,7 +35779,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ReOpenLDAP $as_me 1.1.4-ReleaseCandidate, which was
This file was extended by ReOpenLDAP $as_me 1.1.4-Release, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -35846,7 +35846,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ReOpenLDAP config.status 1.1.4-ReleaseCandidate
ReOpenLDAP config.status 1.1.4-Release
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down

2 comments on commit 8312be5

@erthink
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ReOpenLDAP :: master Build 71 is now running

@erthink
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity ReOpenLDAP :: master Build 71 outcome was SUCCESS
Summary: Tests passed Build time: 02:04:56

Please sign in to comment.