Merge from FC-3 branch

This commit is contained in:
Daniel Williams 2005-02-02 22:38:51 +00:00
parent 09e5bd05ac
commit 628015a4d7
2 changed files with 17 additions and 2 deletions

View File

@ -117,7 +117,14 @@ functionality from applications that use glib.
%build
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named
%if %{build_fc4}
%define configure_args "--with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named"
%else
%define configure_args %{nil}
%endif
%configure %{configure_args}
make
@ -211,6 +218,14 @@ fi
* Mon Jan 24 2005 Than Ngo <than@redhat.com> 0.3.3-1.cvs20050112.4
- rebuilt against new wireless tool
* Thu Jan 21 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050118
- Fix issue where NM wouldn't recognize that access points were
encrypted, and then would try to connect without encryption
- Refine packaging to put client library in separate package
- Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts'
instead. DNS queries may timeout now right after device
activation due to this change.
* Wed Jan 12 2005 <dcbw@redhat.com> - 0.3.3-1.cvs20050112
- Update to latest CVS
- Fixes to DHCP code

View File

@ -1 +1 @@
a6bf092c1d36ff7198904d6bb2235b4b NetworkManager-0.3.3.tar.gz
423ebc72eecddeb75de9472a82d93dee NetworkManager-0.3.3.tar.gz