diff options
| author | Nalin Dahyabhai <nalin@redhat.com> | 2012-04-10 17:08:28 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin@redhat.com> | 2012-04-10 17:08:28 -0400 |
| commit | c00fe0d18435bbb9d2ae99a0fe47c59b2c72cbb7 (patch) | |
| tree | e577a5f73d85d391e338d18789c766c58c921607 | |
| parent | ed807a0f5f60499095ffb11655cd7abbaa516d0d (diff) | |
- tag 0.41
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | slapi-nis.spec | 6 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,5 @@ +0.41 * Log errors evaluating pad expressions in %link rather than + continuing on until we hit an arithmetic exception (#810258). 0.40 * Treat the pad values passed to %link as expressions rather than mere literal strings (part of #767372). 0.39 * Populate the entryUSN value in entries with either the value from diff --git a/configure.ac b/configure.ac index 0f889cd..3fbcf49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.40) +AC_INIT(slapi-nis,0.41) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index 54c40b6..424e634 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -5,7 +5,7 @@ %endif Name: slapi-nis -Version: 0.40 +Version: 0.41 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -70,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Tue Apr 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.41-1 +- log errors evaluating pad expressions in %%link rather than continuing on + until we hit an arithmetic exception (#810258) + * Fri Mar 30 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.40-1 - treat padding values passed to the "link" function as expressions to be evaluated rather than simply as literal values (part of #767372) |
