diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-09-16 13:46:18 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-09-16 13:46:18 +0000 |
commit | 26af17696be476cbe763d90aec1e8d5d157ecb1e (patch) | |
tree | 6c936e6a08bf4549f69a7f0590b54f1b1ab39039 | |
parent | 52affe9c598259a6d493c210d78d3e822065d42d (diff) | |
download | mgaonline-26af17696be476cbe763d90aec1e8d5d157ecb1e.tar mgaonline-26af17696be476cbe763d90aec1e8d5d157ecb1e.tar.gz mgaonline-26af17696be476cbe763d90aec1e8d5d157ecb1e.tar.bz2 mgaonline-26af17696be476cbe763d90aec1e8d5d157ecb1e.tar.xz mgaonline-26af17696be476cbe763d90aec1e8d5d157ecb1e.zip |
- fix bug on auto-upgrading mdkapplet
- limit machine name possible chars and length
-rw-r--r-- | mdkonline.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mdkonline.spec b/mdkonline.spec index dca01fe1..7dc47237 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -1,6 +1,6 @@ %define version 1.3 %define name mdkonline -%define release 0.2mdk +%define release 0.3mdk Summary: Mandriva Online Update Tool Name: %{name} @@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT # http://www.mandrivalinux.com/en/cvs.php3) %changelog +* Fri Sep 16 2005 Daouda LO <daouda@mandriva.com> 1.3-0.3mdk +- fix bug on auto-upgrading mdkapplet +- limit machine name possible chars and length + * Thu Sep 15 2005 Daouda LO <daouda@mandriva.com> 1.3-0.2mdk - use SOAP for client <-> server communication (account creation and authentication through my.mandriva.com) |