diff --git a/.gitignore b/.gitignore index be10647..04d4580 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ slapi-nis-0.17.tar.gz /slapi-nis-0.27.tar.gz.sig /slapi-nis-0.28.tar.gz /slapi-nis-0.28.tar.gz.sig +/slapi-nis-0.34.tar.gz +/slapi-nis-0.34.tar.gz.sig diff --git a/slapi-nis.spec b/slapi-nis.spec index 875097d..f7d78cf 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -5,8 +5,8 @@ %endif Name: slapi-nis -Version: 0.28 -Release: 2%{?dist} +Version: 0.34 +Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -65,9 +65,35 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Thu Jan 19 2012 Nalin Dahyabhai - 0.34-1 +- do entry comparisons ourselves, albeit less throughly, to avoid the worst + case in pathological cases (more of #771444) + +* Tue Jan 17 2012 Nalin Dahyabhai - 0.33-1 +- get more aggressive about skipping unnecessary calculations (most of + the problem in #771444, though not the approach described there) + +* Mon Jan 16 2012 Nalin Dahyabhai - 0.32-1 +- add support for directory server transactions (#758830,#766320) + * Sat Jan 14 2012 Fedora Release Engineering - 0.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Wed Jan 11 2012 Nalin Dahyabhai - 0.31-1 +- fix some memory leaks (more of #771493) + +* Tue Jan 10 2012 Nalin Dahyabhai - 0.30-1 +- skip recalculations when the attributes which changed don't factor into + our calculations (part of #771493) + +* Wed Jan 4 2012 Nalin Dahyabhai - 0.29-1 +- add regmatchi/regsubi formatting functions which work like regmatch/regsub, + but do matching in a case-insensitive manner +- update NIS map defaults to match {CRYPT} userPassword values in a + case-insensitive manner so that we also use {crypt} userPassword values +- fix inconsistencies in the NIS service stemming from using not-normalized DNs + in some places where it should have used normalized DNs + * Mon Dec 19 2011 Nalin Dahyabhai - 0.28-1 - when configured with --with-ldap=openldap, link with -lldap_r rather than -lldap (rmeggins, #769107) diff --git a/sources b/sources index b4bca47..47c40fc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -7f7d8ef2e4c57cb43976c9681dfdef9a slapi-nis-0.28.tar.gz -72193374570d28e5cdd9e08b13da9f47 slapi-nis-0.28.tar.gz.sig +0050b795b64418f40e8287feef4e1f42 slapi-nis-0.34.tar.gz +5f84a2970a0b67e401cab8cd3b478026 slapi-nis-0.34.tar.gz.sig