2007-10-31 [paul] 3.0.2cvs110
* src/ldapupdate.c fix bug 1375, 'Impossible to modify e-mail in LDAP addressbook twice' Patch by Michael Rasmussen
This commit is contained in:
parent
2f7e52c36f
commit
b0f1451116
4 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-10-31 [paul] 3.0.2cvs110
|
||||
|
||||
* src/ldapupdate.c
|
||||
fix bug 1375, 'Impossible to modify e-mail
|
||||
in LDAP addressbook twice'
|
||||
Patch by Michael Rasmussen
|
||||
|
||||
2007-10-30 [paul] 3.0.2cvs109
|
||||
|
||||
* configure.ac
|
||||
|
|
|
@ -3022,3 +3022,4 @@
|
|||
( cvs diff -u -r 1.1.4.27 -r 1.1.4.28 src/expldifdlg.c; cvs diff -u -r 1.105.2.114 -r 1.105.2.115 src/prefs_account.c; cvs diff -u -r 1.52.2.53 -r 1.52.2.54 src/prefs_folder_item.c; cvs diff -u -r 1.5.2.34 -r 1.5.2.35 src/prefs_spelling.c; cvs diff -u -r 1.3.2.52 -r 1.3.2.53 src/prefs_themes.c; cvs diff -u -r 1.1.2.63 -r 1.1.2.64 src/wizard.c; cvs diff -u -r 1.9.2.54 -r 1.9.2.55 src/gtk/gtkaspell.c; cvs diff -u -r 1.5.2.13 -r 1.5.2.14 src/gtk/gtkaspell.h; cvs diff -u -r 1.23.2.44 -r 1.23.2.45 src/plugins/spamassassin/spamassassin_gtk.c; ) > 3.0.2cvs107.patchset
|
||||
( cvs diff -u -r 1.24.2.23 -r 1.24.2.24 Makefile.am; ) > 3.0.2cvs108.patchset
|
||||
( cvs diff -u -r 1.654.2.3078 -r 1.654.2.3079 configure.ac; ) > 3.0.2cvs109.patchset
|
||||
( cvs diff -u -r 1.1.2.16 -r 1.1.2.17 src/ldapupdate.c; ) > 3.0.2cvs110.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=0
|
|||
MICRO_VERSION=2
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=109
|
||||
EXTRA_VERSION=110
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -1181,6 +1181,7 @@ void ldapsvr_update_contact(LdapServer *server, GHashTable *contact) {
|
|||
else {
|
||||
g_free(newRdn);
|
||||
dn = g_strdup(NoRemove->new_dn);
|
||||
g_hash_table_replace(contact, "dn", dn);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue