- Fix free of invalid pointer for multiple search domains
This commit is contained in:
parent
a39b3a6f6c
commit
8cae1e3d3b
@ -19,15 +19,15 @@ ExcludeArch: s390 s390x
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_fc3}
|
%if %{build_fc3}
|
||||||
%define release_extension 1.0.fc3
|
%define release_extension 1.1.fc3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_rhel4}
|
%if %{build_rhel4}
|
||||||
%define release_extension 2.0.EL4
|
%define release_extension 2.1.EL4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_fc4}
|
%if %{build_fc4}
|
||||||
%define release_extension 3.0
|
%define release_extension 3.1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -191,6 +191,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214.x.1
|
||||||
|
- Fix free of invalid pointer for multiple search domains
|
||||||
|
|
||||||
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
|
* Mon Feb 14 2005 Dan Williams <dcbw@redhat.com> 0.3.3-2.cvs20050214
|
||||||
- Never automatically choose a device that doesn't support carrier detection
|
- Never automatically choose a device that doesn't support carrier detection
|
||||||
- Add right-click menu to applet, can now "Pause/Resume" scanning through it
|
- Add right-click menu to applet, can now "Pause/Resume" scanning through it
|
||||||
|
Loading…
Reference in New Issue
Block a user