From 62e8a862b619c1aae880215293d6db1318e5bae8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jan 01 2005 19:41:08 +0000 Subject: totally revamp how parsed smb.conf is handled internally (class SambaSection), among other things to not screw up smb.conf when editing share names (#143291) don't assume all users selected == "guest ok" make About/Copyright easily extensible without screwing up translations admit complicity remove tab indentation some more code consolidation pick up updated translations --- diff --git a/.cvsignore b/.cvsignore index 2679ba7..8577bd2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-samba-1.2.22.tar.bz2 +system-config-samba-1.2.23.tar.bz2 diff --git a/sources b/sources index 5f791b3..b9e9ed3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c23eca0e38f3645316394088f46d9ae1 system-config-samba-1.2.22.tar.bz2 +ced136da2a49250cecaacc2622add9d4 system-config-samba-1.2.23.tar.bz2 diff --git a/system-config-samba.spec b/system-config-samba.spec index 7ad65c8..d2d7fef 100644 --- a/system-config-samba.spec +++ b/system-config-samba.spec @@ -1,6 +1,6 @@ Summary: Samba server configuration tool Name: system-config-samba -Version: 1.2.22 +Version: 1.2.23 Release: 1 URL: http://www.redhat.com/ License: GPL @@ -62,6 +62,17 @@ fi %attr(0644,root,root) %config /etc/pam.d/system-config-samba %changelog +* Sat Jan 01 2005 Nils Philippsen - 1.2.23-1 +- totally revamp how parsed smb.conf is handled internally (class + SambaSection), among other things to not screw up smb.conf when editing share + names (#143291) +- don't assume all users selected == "guest ok" +- make About/Copyright easily extensible without screwing up translations +- admit complicity +- remove tab indentation +- some more code consolidation +- pick up updated translations + * Tue Nov 23 2004 Nils Philippsen - 1.2.22-1 - add missing options (#137756)