forked from pool/yast2-firewall
This commit is contained in:
parent
8f7c1b7d64
commit
d19269336e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bc2af26d8b0e9b0eae1a611448dd513c15ec32a9dd75bdaeeb4294751e46b04
|
|
||||||
size 109000
|
|
3
yast2-firewall-2.16.0.tar.bz2
Normal file
3
yast2-firewall-2.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e4134797ba27c456a3adb18353494cc97c7448b5446e08101414d82757a8bc6
|
||||||
|
size 110878
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 12:22:32 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- rnc file fixed
|
||||||
|
- 2.16.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 12:43:32 CET 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- added 'StartupNotify=true' to the desktop file (bnc #304964)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 21 15:20:33 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- UI adjusted to be possible to proceed with more services defined
|
||||||
|
by package with the same name / translation.
|
||||||
|
- Requires yast2 >= 2.16.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 4 15:30:30 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Merged proofread texts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 17 17:39:12 CEST 2007 - ug@suse.de
|
Mon Sep 17 17:39:12 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-firewall (Version 2.15.8)
|
# spec file for package yast2-firewall (Version 2.16.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,18 +10,18 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-firewall
|
Name: yast2-firewall
|
||||||
Version: 2.15.8
|
Version: 2.16.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-firewall-2.15.8.tar.bz2
|
Source0: yast2-firewall-2.16.0.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
|
||||||
# SuSEFirewallExpertRules::DeleteRuleID()
|
# SuSEFirewallServices::GetFilenameFromServiceDefinedByPackage()
|
||||||
# SuSEFirewall::SuSEFirewallIsInstalled()
|
Requires: yast2 >= 2.16.22
|
||||||
Requires: yast2 >= 2.15.15
|
|
||||||
Provides: yast2-config-firewall
|
Provides: yast2-config-firewall
|
||||||
Obsoletes: yast2-config-firewall
|
Obsoletes: yast2-config-firewall
|
||||||
Provides: yast2-trans-firewall
|
Provides: yast2-trans-firewall
|
||||||
@ -41,7 +41,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.de>
|
Lukas Ocilka <locilka@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-firewall-2.15.8
|
%setup -n yast2-firewall-2.16.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -73,80 +73,90 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{prefix}/share/applications/YaST2/firewall.desktop
|
%{prefix}/share/applications/YaST2/firewall.desktop
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/firewall.rnc
|
||||||
%doc %{prefix}/share/doc/packages/yast2-firewall
|
%doc %{prefix}/share/doc/packages/yast2-firewall
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 17 2007 - ug@suse.de
|
* Fri Mar 28 2008 ug@suse.de
|
||||||
|
- rnc file fixed
|
||||||
|
- 2.16.0
|
||||||
|
* Mon Mar 17 2008 jsrain@suse.cz
|
||||||
|
- added 'StartupNotify=true' to the desktop file (bnc #304964)
|
||||||
|
* Mon Jan 21 2008 locilka@suse.cz
|
||||||
|
- UI adjusted to be possible to proceed with more services defined
|
||||||
|
by package with the same name / translation.
|
||||||
|
- Requires yast2 >= 2.16.22
|
||||||
|
* Tue Dec 04 2007 locilka@suse.cz
|
||||||
|
- Merged proofread texts.
|
||||||
|
* Mon Sep 17 2007 ug@suse.de
|
||||||
- firewall.rnc file fixed for autoyast XML file
|
- firewall.rnc file fixed for autoyast XML file
|
||||||
validation (#211014)
|
validation (#211014)
|
||||||
- 2.15.8
|
- 2.15.8
|
||||||
* Mon Jul 30 2007 - locilka@suse.cz
|
* Mon Jul 30 2007 locilka@suse.cz
|
||||||
- 2.15.7
|
- 2.15.7
|
||||||
* Fri May 25 2007 - jsrain@suse.cz
|
* Fri May 25 2007 jsrain@suse.cz
|
||||||
- removed outdated translations from .desktop-files (#271209)
|
- removed outdated translations from .desktop-files (#271209)
|
||||||
* Wed May 16 2007 - locilka@suse.cz
|
* Wed May 16 2007 locilka@suse.cz
|
||||||
- Opening "service:sshd" (defined by package) instead "ssh" in the
|
- Opening "service:sshd" (defined by package) instead "ssh" in the
|
||||||
firewall proposal and "service:xorg-x11-Xvnc" instead of "vnc"
|
firewall proposal and "service:xorg-x11-Xvnc" instead of "vnc"
|
||||||
(#274761)
|
(#274761)
|
||||||
- Disabling "ssh" by one-click-feature in the firewall proposal
|
- Disabling "ssh" by one-click-feature in the firewall proposal
|
||||||
disables both "service:sshd" and "ssh" port if added manually.
|
disables both "service:sshd" and "ssh" port if added manually.
|
||||||
- 2.15.6
|
- 2.15.6
|
||||||
* Wed May 09 2007 - locilka@suse.cz
|
* Wed May 09 2007 locilka@suse.cz
|
||||||
- Fixed typo (#270965).
|
- Fixed typo (#270965).
|
||||||
* Wed Apr 04 2007 - locilka@suse.cz
|
* Wed Apr 04 2007 locilka@suse.cz
|
||||||
- A brand new and better revolutionary solution has been worked out
|
- A brand new and better revolutionary solution has been worked out
|
||||||
for a firewall service starting/stopping and enabling/disabling
|
for a firewall service starting/stopping and enabling/disabling
|
||||||
in order to maximize user understanding and minimize errors
|
in order to maximize user understanding and minimize errors
|
||||||
(#259304).
|
(#259304).
|
||||||
- 2.15.5
|
- 2.15.5
|
||||||
* Mon Apr 02 2007 - locilka@suse.cz
|
* Mon Apr 02 2007 locilka@suse.cz
|
||||||
- Show firewall summary details on request (#230042).
|
- Show firewall summary details on request (#230042).
|
||||||
- 2.15.4
|
- 2.15.4
|
||||||
* Fri Mar 02 2007 - locilka@suse.cz
|
* Fri Mar 02 2007 locilka@suse.cz
|
||||||
- Adding forgotten handling of `cancel in the Summary dialog
|
- Adding forgotten handling of `cancel in the Summary dialog
|
||||||
(bugzilla #249777).
|
(bugzilla #249777).
|
||||||
- 2.15.3
|
- 2.15.3
|
||||||
* Wed Feb 28 2007 - locilka@suse.cz
|
* Wed Feb 28 2007 locilka@suse.cz
|
||||||
- Check and install SuSEfirewall2 package when reading the
|
- Check and install SuSEfirewall2 package when reading the
|
||||||
configuration. Supported in yast2-2.15.15 and later (#245506).
|
configuration. Supported in yast2-2.15.15 and later (#245506).
|
||||||
- Disabling possibility to configure firewall in Installation in
|
- Disabling possibility to configure firewall in Installation in
|
||||||
Network proposal when SuSEfirewall2 package is not installed.
|
Network proposal when SuSEfirewall2 package is not installed.
|
||||||
* Tue Feb 27 2007 - locilka@suse.cz
|
* Tue Feb 27 2007 locilka@suse.cz
|
||||||
- Added support for Firewall Custom Rules (FATE #120042,
|
- Added support for Firewall Custom Rules (FATE #120042,
|
||||||
FATE #100068). Supported settings are: Source Network, Source
|
FATE #100068). Supported settings are: Source Network, Source
|
||||||
Port, Protocol, and Destination Port.
|
Port, Protocol, and Destination Port.
|
||||||
- Added new testsuite.
|
- Added new testsuite.
|
||||||
- 2.15.2
|
- 2.15.2
|
||||||
* Thu Feb 22 2007 - locilka@suse.cz
|
* Thu Feb 22 2007 locilka@suse.cz
|
||||||
- Fixed and unified icons in dialogs.
|
- Fixed and unified icons in dialogs.
|
||||||
- 2.15.1
|
- 2.15.1
|
||||||
* Mon Dec 04 2006 - locilka@suse.cz
|
* Mon Dec 04 2006 locilka@suse.cz
|
||||||
- A little help/description for firewall module in installation
|
- A little help/description for firewall module in installation
|
||||||
proposal (using result of FATE #301151).
|
proposal (using result of FATE #301151).
|
||||||
- 2.15.0
|
- 2.15.0
|
||||||
* Thu Oct 26 2006 - locilka@suse.cz
|
* Thu Oct 26 2006 locilka@suse.cz
|
||||||
- Added and fixed firewall.rnc for checking AutoYaST profile
|
- Added and fixed firewall.rnc for checking AutoYaST profile
|
||||||
(#215248).
|
(#215248).
|
||||||
- 2.14.1
|
- 2.14.1
|
||||||
* Mon Oct 09 2006 - locilka@suse.cz
|
* Mon Oct 09 2006 locilka@suse.cz
|
||||||
- Merged SLES10 SP1 branch to openSUSE 10.2.
|
- Merged SLES10 SP1 branch to openSUSE 10.2.
|
||||||
- 2.14.0
|
- 2.14.0
|
||||||
* Mon Oct 02 2006 - locilka@suse.cz
|
* Mon Oct 02 2006 locilka@suse.cz
|
||||||
- Merged proofread texts
|
- Merged proofread texts
|
||||||
- 2.13.13
|
- 2.13.13
|
||||||
* Mon Oct 02 2006 - locilka@suse.cz
|
* Mon Oct 02 2006 locilka@suse.cz
|
||||||
- Added missing firewall icon to all dialogs
|
- Added missing firewall icon to all dialogs
|
||||||
- Removed warning pop-up message that firewall will be
|
- Removed warning pop-up message that firewall will be
|
||||||
started/stopped when it gets enabled/disabled.
|
started/stopped when it gets enabled/disabled.
|
||||||
- 2.13.12
|
- 2.13.12
|
||||||
* Fri Aug 11 2006 - locilka@suse.cz
|
* Fri Aug 11 2006 locilka@suse.cz
|
||||||
- Fixed BuildRequires loop: removing yast2-installation (#198412).
|
- Fixed BuildRequires loop: removing yast2-installation (#198412).
|
||||||
- Added missing SuSEFirewallUI module.
|
- Added missing SuSEFirewallUI module.
|
||||||
- 2.13.11
|
- 2.13.11
|
||||||
* Tue Jul 18 2006 - locilka@suse.cz
|
* Tue Jul 18 2006 locilka@suse.cz
|
||||||
- Summary informs whether the firewall service will be running or
|
- Summary informs whether the firewall service will be running or
|
||||||
stopped after the configuration gets written.
|
stopped after the configuration gets written.
|
||||||
- 2.13.10
|
- 2.13.10
|
||||||
* Mon Jul 17 2006 - locilka@suse.cz
|
* Mon Jul 17 2006 locilka@suse.cz
|
||||||
- Adding help for Additional Services dialog.
|
- Adding help for Additional Services dialog.
|
||||||
- Checking port ranges for rightness.
|
- Checking port ranges for rightness.
|
||||||
- Checking additional services for a common mistake: separating
|
- Checking additional services for a common mistake: separating
|
||||||
@ -160,57 +170,57 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
and vice versa for disabled firewall (start manually).
|
and vice versa for disabled firewall (start manually).
|
||||||
- Modified .spec and Make files for building the package.
|
- Modified .spec and Make files for building the package.
|
||||||
- 2.13.9
|
- 2.13.9
|
||||||
* Wed Jul 12 2006 - locilka@suse.cz
|
* Wed Jul 12 2006 locilka@suse.cz
|
||||||
- Speeding commandline up. Moving commandline definition into the
|
- Speeding commandline up. Moving commandline definition into the
|
||||||
separate YCP module SuSEFirewallCMDLine.
|
separate YCP module SuSEFirewallCMDLine.
|
||||||
* Mon May 22 2006 - locilka@suse.cz
|
* Mon May 22 2006 locilka@suse.cz
|
||||||
- Fixing visibility of widgets in Broadcast Configuration (#175920)
|
- Fixing visibility of widgets in Broadcast Configuration (#175920)
|
||||||
- 2.13.8
|
- 2.13.8
|
||||||
* Thu Mar 23 2006 - locilka@suse.cz
|
* Thu Mar 23 2006 locilka@suse.cz
|
||||||
- Added checking for root permissions into the module startup
|
- Added checking for root permissions into the module startup
|
||||||
process (#158483)
|
process (#158483)
|
||||||
- 2.13.7
|
- 2.13.7
|
||||||
* Mon Mar 06 2006 - locilka@suse.cz
|
* Mon Mar 06 2006 locilka@suse.cz
|
||||||
- Adjusted BuildRequires for the package
|
- Adjusted BuildRequires for the package
|
||||||
- 2.13.6
|
- 2.13.6
|
||||||
* Mon Feb 13 2006 - locilka@suse.cz
|
* Mon Feb 13 2006 locilka@suse.cz
|
||||||
- NetworkManager has changed behavior again. Currently it reports
|
- NetworkManager has changed behavior again. Currently it reports
|
||||||
its network interfaces so the NetworkManager support from 2.13.3
|
its network interfaces so the NetworkManager support from 2.13.3
|
||||||
is removed (#149075).
|
is removed (#149075).
|
||||||
- 2.13.5
|
- 2.13.5
|
||||||
* Fri Jan 27 2006 - locilka@suse.cz
|
* Fri Jan 27 2006 locilka@suse.cz
|
||||||
- merged proofed texts
|
- merged proofed texts
|
||||||
* Fri Jan 06 2006 - locilka@suse.cz
|
* Fri Jan 06 2006 locilka@suse.cz
|
||||||
- Adjusting for SLES10
|
- Adjusting for SLES10
|
||||||
- 2.13.4
|
- 2.13.4
|
||||||
* Wed Jan 04 2006 - locilka@suse.cz
|
* Wed Jan 04 2006 locilka@suse.cz
|
||||||
- Adding Network Manager support
|
- Adding Network Manager support
|
||||||
- 2.13.3
|
- 2.13.3
|
||||||
* Mon Dec 19 2005 - jsuchome@suse.cz
|
* Mon Dec 19 2005 jsuchome@suse.cz
|
||||||
- merged proofed texts
|
- merged proofed texts
|
||||||
- 2.13.2
|
- 2.13.2
|
||||||
* Tue Nov 29 2005 - locilka@suse.cz
|
* Tue Nov 29 2005 locilka@suse.cz
|
||||||
- Adding support for handling feature #5998: Port ranges
|
- Adding support for handling feature #5998: Port ranges
|
||||||
- 2.13.1
|
- 2.13.1
|
||||||
* Fri Sep 23 2005 - locilka@suse.cz
|
* Fri Sep 23 2005 locilka@suse.cz
|
||||||
- Adding support for VNC and SSH installations.
|
- Adding support for VNC and SSH installations.
|
||||||
VNC/SSH can be enabled/disabled by a single click
|
VNC/SSH can be enabled/disabled by a single click
|
||||||
(enhancement #113211).
|
(enhancement #113211).
|
||||||
- Adding more help for Advanced configuration of Allowed Services.
|
- Adding more help for Advanced configuration of Allowed Services.
|
||||||
Also with examples (enhancement #104635).
|
Also with examples (enhancement #104635).
|
||||||
- 2.13.0
|
- 2.13.0
|
||||||
* Mon Sep 05 2005 - locilka@suse.cz
|
* Mon Sep 05 2005 locilka@suse.cz
|
||||||
- Fixing bug #112899
|
- Fixing bug #112899
|
||||||
[Advanced...] button had been truncated in some languages because
|
[Advanced...] button had been truncated in some languages because
|
||||||
of fixed length of the button. Changing UI to stretch when
|
of fixed length of the button. Changing UI to stretch when
|
||||||
needed.
|
needed.
|
||||||
- 2.12.5
|
- 2.12.5
|
||||||
* Tue Aug 16 2005 - locilka@suse.cz
|
* Tue Aug 16 2005 locilka@suse.cz
|
||||||
- Fixing bug #104635
|
- Fixing bug #104635
|
||||||
From now, YaST doesn't complain when the additional allowed port
|
From now, YaST doesn't complain when the additional allowed port
|
||||||
is a numeric range of ports such as "550:570".
|
is a numeric range of ports such as "550:570".
|
||||||
- 2.12.4
|
- 2.12.4
|
||||||
* Wed Aug 10 2005 - locilka@suse.cz
|
* Wed Aug 10 2005 locilka@suse.cz
|
||||||
- Fixing Progress in MakeProposal function (installation)
|
- Fixing Progress in MakeProposal function (installation)
|
||||||
Patch created by mvidner
|
Patch created by mvidner
|
||||||
- Fixing bug #103196,
|
- Fixing bug #103196,
|
||||||
@ -218,35 +228,35 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
Activating modification popups when double-clicked on any
|
Activating modification popups when double-clicked on any
|
||||||
firewall network interface
|
firewall network interface
|
||||||
- 2.12.3
|
- 2.12.3
|
||||||
* Thu Jul 28 2005 - locilka@suse.cz
|
* Thu Jul 28 2005 locilka@suse.cz
|
||||||
- Updated desktop file
|
- Updated desktop file
|
||||||
- 2.12.2
|
- 2.12.2
|
||||||
* Thu Jun 30 2005 - locilka@suse.cz
|
* Thu Jun 30 2005 locilka@suse.cz
|
||||||
- Rwalter's Style Guide update (mostly texts)
|
- Rwalter's Style Guide update (mostly texts)
|
||||||
- 2.12.1
|
- 2.12.1
|
||||||
* Thu May 19 2005 - locilka@suse.cz
|
* Thu May 19 2005 locilka@suse.cz
|
||||||
- Changed texts and labels to be YaST2 Guidelines-Compatible
|
- Changed texts and labels to be YaST2 Guidelines-Compatible
|
||||||
- Added popup confirmation for deleting forward rule in Masquerade
|
- Added popup confirmation for deleting forward rule in Masquerade
|
||||||
* Mon May 09 2005 - locilka@suse.cz
|
* Mon May 09 2005 locilka@suse.cz
|
||||||
- Moving "Requires: SuSEfirewall2" to yast2 package
|
- Moving "Requires: SuSEfirewall2" to yast2 package
|
||||||
* Tue Apr 19 2005 - locilka@suse.cz
|
* Tue Apr 19 2005 locilka@suse.cz
|
||||||
- Applied new functional interface of ProductFeatures
|
- Applied new functional interface of ProductFeatures
|
||||||
- 2.12.0
|
- 2.12.0
|
||||||
* Fri Mar 04 2005 - locilka@suse.cz
|
* Fri Mar 04 2005 locilka@suse.cz
|
||||||
- fixed bug #67335
|
- fixed bug #67335
|
||||||
Fixed unnecessary warning aborting the unchanged configuration
|
Fixed unnecessary warning aborting the unchanged configuration
|
||||||
- 2.11.11
|
- 2.11.11
|
||||||
* Wed Mar 02 2005 - locilka@suse.cz
|
* Wed Mar 02 2005 locilka@suse.cz
|
||||||
- merged proofed texts
|
- merged proofed texts
|
||||||
- 2.11.10
|
- 2.11.10
|
||||||
* Wed Mar 02 2005 - locilka@suse.cz
|
* Wed Mar 02 2005 locilka@suse.cz
|
||||||
- fixed bug #66119
|
- fixed bug #66119
|
||||||
Profile Exported for AutoYaST had been lowercased.
|
Profile Exported for AutoYaST had been lowercased.
|
||||||
Profile Imported from AutoYaST had been uppercased.
|
Profile Imported from AutoYaST had been uppercased.
|
||||||
* Mon Feb 21 2005 - locilka@suse.cz
|
* Mon Feb 21 2005 locilka@suse.cz
|
||||||
- added shortcuts for UI widgets
|
- added shortcuts for UI widgets
|
||||||
- 2.11.9
|
- 2.11.9
|
||||||
* Fri Feb 04 2005 - locilka@suse.cz
|
* Fri Feb 04 2005 locilka@suse.cz
|
||||||
- added missing comments for translators
|
- added missing comments for translators
|
||||||
- fixed bug installation proposal, tuning the configuration started
|
- fixed bug installation proposal, tuning the configuration started
|
||||||
the command line interface unstead of UI
|
the command line interface unstead of UI
|
||||||
@ -255,17 +265,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- added disabled Back button into the TreeWidget
|
- added disabled Back button into the TreeWidget
|
||||||
- added proofed texts
|
- added proofed texts
|
||||||
- 2.11.8
|
- 2.11.8
|
||||||
* Mon Jan 31 2005 - locilka@suse.cz
|
* Mon Jan 31 2005 locilka@suse.cz
|
||||||
- added feature for better checking of the configuration, user is
|
- added feature for better checking of the configuration, user is
|
||||||
informed if any network interface is not assigned to any firewall
|
informed if any network interface is not assigned to any firewall
|
||||||
zone and all network traffic would be blocked there
|
zone and all network traffic would be blocked there
|
||||||
(bugzilla #50333)
|
(bugzilla #50333)
|
||||||
- 2.11.7
|
- 2.11.7
|
||||||
* Tue Jan 25 2005 - locilka@suse.cz
|
* Tue Jan 25 2005 locilka@suse.cz
|
||||||
- replaced SuSEfirewall2_final with SuSEfirewall2_setup for
|
- replaced SuSEfirewall2_final with SuSEfirewall2_setup for
|
||||||
checking whether SuSEfirewall2 is running (bugzilla #50157)
|
checking whether SuSEfirewall2 is running (bugzilla #50157)
|
||||||
- 2.11.6
|
- 2.11.6
|
||||||
* Mon Jan 17 2005 - locilka@suse.cz
|
* Mon Jan 17 2005 locilka@suse.cz
|
||||||
- Added comments for translators (CommandLine)
|
- Added comments for translators (CommandLine)
|
||||||
- Added CommandLine and UI handling in RedirectToMasquerade
|
- Added CommandLine and UI handling in RedirectToMasquerade
|
||||||
functionality to follow iptables/SuSEfirewall2 syntax
|
functionality to follow iptables/SuSEfirewall2 syntax
|
||||||
@ -274,70 +284,70 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Fixed StartNow(), StopNow() and SaveAndRestart() functionality to
|
- Fixed StartNow(), StopNow() and SaveAndRestart() functionality to
|
||||||
change the final service status after Write() operations
|
change the final service status after Write() operations
|
||||||
- 2.11.5
|
- 2.11.5
|
||||||
* Tue Jan 11 2005 - locilka@suse.cz
|
* Tue Jan 11 2005 locilka@suse.cz
|
||||||
- Added CommandLine support
|
- Added CommandLine support
|
||||||
* Mon Jan 03 2005 - locilka@suse.cz
|
* Mon Jan 03 2005 locilka@suse.cz
|
||||||
- Adjusted start/stop dialog for new CWM functionality (own
|
- Adjusted start/stop dialog for new CWM functionality (own
|
||||||
functions for starting and stopping)
|
functions for starting and stopping)
|
||||||
- More informative Summarization
|
- More informative Summarization
|
||||||
- Support for new SuSEfirewall2's broadcast implementation
|
- Support for new SuSEfirewall2's broadcast implementation
|
||||||
- Added help texts
|
- Added help texts
|
||||||
- 2.11.4
|
- 2.11.4
|
||||||
* Tue Dec 21 2004 - locilka@suse.cz
|
* Tue Dec 21 2004 locilka@suse.cz
|
||||||
- New implementation of yast2-firewall UI (in progress)
|
- New implementation of yast2-firewall UI (in progress)
|
||||||
- 2.11.3
|
- 2.11.3
|
||||||
* Wed Oct 27 2004 - mvidner@suse.cz
|
* Wed Oct 27 2004 mvidner@suse.cz
|
||||||
- Adjusted for changes in Mode.
|
- Adjusted for changes in Mode.
|
||||||
- 2.11.2
|
- 2.11.2
|
||||||
* Tue Oct 19 2004 - locilka@suse.cz
|
* Tue Oct 19 2004 locilka@suse.cz
|
||||||
- Fixed debug and error messages in log
|
- Fixed debug and error messages in log
|
||||||
* Sun Oct 03 2004 - nashif@suse.de
|
* Sun Oct 03 2004 nashif@suse.de
|
||||||
- #46262: Firewall is always enabled
|
- #46262: Firewall is always enabled
|
||||||
- Firewall settings not written during autoinstall
|
- Firewall settings not written during autoinstall
|
||||||
* Fri Sep 24 2004 - locilka@suse.cz
|
* Fri Sep 24 2004 locilka@suse.cz
|
||||||
- fixed bug #46043
|
- fixed bug #46043
|
||||||
firewall enabled in network proposal was not disabled when user
|
firewall enabled in network proposal was not disabled when user
|
||||||
went back again to the network proposal and disabled it
|
went back again to the network proposal and disabled it
|
||||||
- 2.10.12
|
- 2.10.12
|
||||||
* Mon Sep 20 2004 - locilka@suse.cz
|
* Mon Sep 20 2004 locilka@suse.cz
|
||||||
- fixed bug #45440
|
- fixed bug #45440
|
||||||
although special ipppX ISDN devices were proposed as external
|
although special ipppX ISDN devices were proposed as external
|
||||||
devices, they weren't offered in combobox in the firewall
|
devices, they weren't offered in combobox in the firewall
|
||||||
editation as a single item
|
editation as a single item
|
||||||
- 2.10.11
|
- 2.10.11
|
||||||
* Tue Sep 14 2004 - locilka@suse.cz
|
* Tue Sep 14 2004 locilka@suse.cz
|
||||||
- default values enable_firewall and open_ssh were moved into the
|
- default values enable_firewall and open_ssh were moved into the
|
||||||
control file #45240
|
control file #45240
|
||||||
- fixed texts to be matching the actual state of the naming of
|
- fixed texts to be matching the actual state of the naming of
|
||||||
network interfaces #45209
|
network interfaces #45209
|
||||||
* Mon Sep 13 2004 - locilka@suse.cz
|
* Mon Sep 13 2004 locilka@suse.cz
|
||||||
- fixed SuSEfirewall2 defaults to be the same as in the SFW2
|
- fixed SuSEfirewall2 defaults to be the same as in the SFW2
|
||||||
package (FW_PROTECT_FROM_INTERNAL=no FW_AUTOPROTECT_SERVICES=no).
|
package (FW_PROTECT_FROM_INTERNAL=no FW_AUTOPROTECT_SERVICES=no).
|
||||||
- added ISDN::NetDeviceList() into the firewall proposal to catch
|
- added ISDN::NetDeviceList() into the firewall proposal to catch
|
||||||
just configured devices.
|
just configured devices.
|
||||||
- fixed testsuites
|
- fixed testsuites
|
||||||
- 2.10.10
|
- 2.10.10
|
||||||
* Fri Sep 10 2004 - locilka@suse.cz
|
* Fri Sep 10 2004 locilka@suse.cz
|
||||||
- fixed bug #44966, forgot text in CWMFirewall marked for
|
- fixed bug #44966, forgot text in CWMFirewall marked for
|
||||||
translation.
|
translation.
|
||||||
* Tue Sep 07 2004 - locilka@suse.cz
|
* Tue Sep 07 2004 locilka@suse.cz
|
||||||
- fixed bug #44759 because of chaned defaults, firewall wasn't
|
- fixed bug #44759 because of chaned defaults, firewall wasn't
|
||||||
written in normal mode configuration
|
written in normal mode configuration
|
||||||
- 2.10.9
|
- 2.10.9
|
||||||
* Mon Sep 06 2004 - locilka@suse.cz
|
* Mon Sep 06 2004 locilka@suse.cz
|
||||||
- added SetModified() function to autoyast
|
- added SetModified() function to autoyast
|
||||||
- 2.10.8
|
- 2.10.8
|
||||||
* Mon Sep 06 2004 - locilka@suse.cz
|
* Mon Sep 06 2004 locilka@suse.cz
|
||||||
- fixed #44650 Function ActivateConfiguration now tests if you
|
- fixed #44650 Function ActivateConfiguration now tests if you
|
||||||
really want to activate (start) the configuration (not only if
|
really want to activate (start) the configuration (not only if
|
||||||
you call this function).
|
you call this function).
|
||||||
- 2.10.7
|
- 2.10.7
|
||||||
* Fri Sep 03 2004 - locilka@suse.cz
|
* Fri Sep 03 2004 locilka@suse.cz
|
||||||
- fixed #44656 Firewall in install proposal is disabled by default
|
- fixed #44656 Firewall in install proposal is disabled by default
|
||||||
if there are any dial-up interfaces, they are proposed as
|
if there are any dial-up interfaces, they are proposed as
|
||||||
external interfaces, other interfaces as internal interfaces and
|
external interfaces, other interfaces as internal interfaces and
|
||||||
the firewall is proposed to be enabled.
|
the firewall is proposed to be enabled.
|
||||||
* Thu Sep 02 2004 - locilka@suse.cz
|
* Thu Sep 02 2004 locilka@suse.cz
|
||||||
- fixed #44566 Wrong handling with newly added interfaces into the
|
- fixed #44566 Wrong handling with newly added interfaces into the
|
||||||
user-changed firewall proposal in the installation
|
user-changed firewall proposal in the installation
|
||||||
- fixed #44463 Firewall can be disabled in autoyast, added dialog
|
- fixed #44463 Firewall can be disabled in autoyast, added dialog
|
||||||
@ -346,212 +356,212 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
in the autoyast summary
|
in the autoyast summary
|
||||||
- fixed #44569 Firewall in autoyast was getting interfaces from
|
- fixed #44569 Firewall in autoyast was getting interfaces from
|
||||||
the running system instead of the autoyast settings
|
the running system instead of the autoyast settings
|
||||||
* Mon Aug 30 2004 - locilka@suse.cz
|
* Mon Aug 30 2004 locilka@suse.cz
|
||||||
- 2.10.6
|
- 2.10.6
|
||||||
* Mon Aug 30 2004 - locilka@suse.cz
|
* Mon Aug 30 2004 locilka@suse.cz
|
||||||
- added NFS-Server, NFS-Client, NIS-Server support
|
- added NFS-Server, NFS-Client, NIS-Server support
|
||||||
- added functions for searching FW_SERVICES_XXX_RPC for serv. supp.
|
- added functions for searching FW_SERVICES_XXX_RPC for serv. supp.
|
||||||
* Mon Aug 30 2004 - jsrain@suse.cz
|
* Mon Aug 30 2004 jsrain@suse.cz
|
||||||
- added CWMFirewallInterfaces::Modified () function (#44106)
|
- added CWMFirewallInterfaces::Modified () function (#44106)
|
||||||
- allowed CWMFirewallInterfaces to be used if Mode::config (#43904)
|
- allowed CWMFirewallInterfaces to be used if Mode::config (#43904)
|
||||||
* Fri Aug 27 2004 - locilka@suse.cz
|
* Fri Aug 27 2004 locilka@suse.cz
|
||||||
- added allowing broadcast messages into ipp-client service
|
- added allowing broadcast messages into ipp-client service
|
||||||
- modified testsiutes to support new broadcast option
|
- modified testsiutes to support new broadcast option
|
||||||
- merged proofreaded UI messages
|
- merged proofreaded UI messages
|
||||||
- fixed Bugzilla bug #40287, helptext for Traceroute improved
|
- fixed Bugzilla bug #40287, helptext for Traceroute improved
|
||||||
* Fri Aug 27 2004 - visnov@suse.cz
|
* Fri Aug 27 2004 visnov@suse.cz
|
||||||
- fix HaveService() for any device (join separated by spaces)
|
- fix HaveService() for any device (join separated by spaces)
|
||||||
* Thu Aug 26 2004 - locilka@suse.cz
|
* Thu Aug 26 2004 locilka@suse.cz
|
||||||
- changed RunServiceSupport() to support all groups of interfaces
|
- changed RunServiceSupport() to support all groups of interfaces
|
||||||
- created testsuites for all global functions
|
- created testsuites for all global functions
|
||||||
* Tue Aug 24 2004 - locilka@suse.cz
|
* Tue Aug 24 2004 locilka@suse.cz
|
||||||
- removed "SSH open by default" from the Instalation Proposal
|
- removed "SSH open by default" from the Instalation Proposal
|
||||||
* Mon Aug 23 2004 - locilka@suse.cz
|
* Mon Aug 23 2004 locilka@suse.cz
|
||||||
- added functionality for adding/removing devices into/from
|
- added functionality for adding/removing devices into/from
|
||||||
user-changed configuration in network proposal
|
user-changed configuration in network proposal
|
||||||
- 2.10.5
|
- 2.10.5
|
||||||
* Fri Aug 20 2004 - locilka@suse.cz
|
* Fri Aug 20 2004 locilka@suse.cz
|
||||||
- fixed Bugzilla bug #43975
|
- fixed Bugzilla bug #43975
|
||||||
FW wasn't started in install proposal when user didn't change it
|
FW wasn't started in install proposal when user didn't change it
|
||||||
- 2.10.4
|
- 2.10.4
|
||||||
* Mon Aug 16 2004 - locilka@suse.cz
|
* Mon Aug 16 2004 locilka@suse.cz
|
||||||
- added functions SetModified() and GetModified()
|
- added functions SetModified() and GetModified()
|
||||||
- added call SetModified() in all Set*() functions
|
- added call SetModified() in all Set*() functions
|
||||||
- changed selecting/deselecting additional TCP/UDP services
|
- changed selecting/deselecting additional TCP/UDP services
|
||||||
- 2.10.3
|
- 2.10.3
|
||||||
* Tue Aug 10 2004 - locilka@suse.cz
|
* Tue Aug 10 2004 locilka@suse.cz
|
||||||
- merged proofread messages
|
- merged proofread messages
|
||||||
- added support for NTP
|
- added support for NTP
|
||||||
* Fri Aug 06 2004 - jsrain@suse.cz
|
* Fri Aug 06 2004 jsrain@suse.cz
|
||||||
- disable firewall enabling checkbox after all interfaces were
|
- disable firewall enabling checkbox after all interfaces were
|
||||||
deselected in interface selection popup
|
deselected in interface selection popup
|
||||||
* Thu Aug 05 2004 - locilka@suse.cz
|
* Thu Aug 05 2004 locilka@suse.cz
|
||||||
- added support for ipp, LDAP and LDAPS
|
- added support for ipp, LDAP and LDAPS
|
||||||
- 2.10.2
|
- 2.10.2
|
||||||
* Wed Aug 04 2004 - locilka@suse.cz
|
* Wed Aug 04 2004 locilka@suse.cz
|
||||||
- added new functionality for enabling/disabling services defined
|
- added new functionality for enabling/disabling services defined
|
||||||
as list of ports and special functions
|
as list of ports and special functions
|
||||||
- added global handling for other YaST modules
|
- added global handling for other YaST modules
|
||||||
* Fri Jul 30 2004 - jsrain@suse.cz
|
* Fri Jul 30 2004 jsrain@suse.cz
|
||||||
- added popup (CWM widget) for selecting interfaces to open in
|
- added popup (CWM widget) for selecting interfaces to open in
|
||||||
firewall
|
firewall
|
||||||
- added the CWM widget for openning/closing the firewall
|
- added the CWM widget for openning/closing the firewall
|
||||||
* Wed Jul 21 2004 - locilka@suse.cz
|
* Wed Jul 21 2004 locilka@suse.cz
|
||||||
- added firewall proposal (for network proposal)
|
- added firewall proposal (for network proposal)
|
||||||
- 2.10.1
|
- 2.10.1
|
||||||
* Tue Jun 15 2004 - msvec@suse.cz
|
* Tue Jun 15 2004 msvec@suse.cz
|
||||||
- 2.10.0
|
- 2.10.0
|
||||||
* Tue May 04 2004 - mvidner@suse.cz
|
* Tue May 04 2004 mvidner@suse.cz
|
||||||
- merged proofread messages
|
- merged proofread messages
|
||||||
- 2.9.12
|
- 2.9.12
|
||||||
* Fri Apr 02 2004 - msvec@suse.cz
|
* Fri Apr 02 2004 msvec@suse.cz
|
||||||
- fixed network configurations listing
|
- fixed network configurations listing
|
||||||
- changed license to GPL
|
- changed license to GPL
|
||||||
- 2.9.11
|
- 2.9.11
|
||||||
* Wed Mar 31 2004 - msvec@suse.cz
|
* Wed Mar 31 2004 msvec@suse.cz
|
||||||
- fixed [Back] button behavior in step 2 (#37700)
|
- fixed [Back] button behavior in step 2 (#37700)
|
||||||
- 2.9.10
|
- 2.9.10
|
||||||
* Wed Mar 10 2004 - sh@suse.de
|
* Wed Mar 10 2004 sh@suse.de
|
||||||
- V 2.9.9
|
- V 2.9.9
|
||||||
- Migration to new wizard
|
- Migration to new wizard
|
||||||
* Tue Mar 09 2004 - lnussel@suse.de
|
* Tue Mar 09 2004 lnussel@suse.de
|
||||||
- cast to string only if it's indeed a string to fix feature dialog
|
- cast to string only if it's indeed a string to fix feature dialog
|
||||||
- 2.9.8
|
- 2.9.8
|
||||||
* Mon Mar 08 2004 - msvec@suse.cz
|
* Mon Mar 08 2004 msvec@suse.cz
|
||||||
- set title icon
|
- set title icon
|
||||||
- 2.9.7
|
- 2.9.7
|
||||||
* Fri Mar 05 2004 - msvec@suse.cz
|
* Fri Mar 05 2004 msvec@suse.cz
|
||||||
- more strict type casts
|
- more strict type casts
|
||||||
- 2.9.6
|
- 2.9.6
|
||||||
* Wed Mar 03 2004 - visnov@suse.cz
|
* Wed Mar 03 2004 visnov@suse.cz
|
||||||
- fixed type info
|
- fixed type info
|
||||||
* Tue Mar 02 2004 - lnussel@suse.de
|
* Tue Mar 02 2004 lnussel@suse.de
|
||||||
- add option to allow IPsec traffic
|
- add option to allow IPsec traffic
|
||||||
- 2.9.5
|
- 2.9.5
|
||||||
* Fri Feb 20 2004 - lnussel@suse.de
|
* Fri Feb 20 2004 lnussel@suse.de
|
||||||
- fix warnings about useless global
|
- fix warnings about useless global
|
||||||
- move masquerading setting to top so users find it easier
|
- move masquerading setting to top so users find it easier
|
||||||
- state that the expert service config configures TCP services
|
- state that the expert service config configures TCP services
|
||||||
- 2.9.4
|
- 2.9.4
|
||||||
* Sat Feb 07 2004 - msvec@suse.cz
|
* Sat Feb 07 2004 msvec@suse.cz
|
||||||
- fixed testsuite output
|
- fixed testsuite output
|
||||||
- 2.9.3
|
- 2.9.3
|
||||||
* Fri Feb 06 2004 - msvec@suse.cz
|
* Fri Feb 06 2004 msvec@suse.cz
|
||||||
- drop y2cc config file
|
- drop y2cc config file
|
||||||
- 2.9.2
|
- 2.9.2
|
||||||
* Tue Feb 03 2004 - visnov@suse.cz
|
* Tue Feb 03 2004 visnov@suse.cz
|
||||||
- use Sequencer module instead of WizardSequencer
|
- use Sequencer module instead of WizardSequencer
|
||||||
* Mon Jan 26 2004 - msvec@suse.cz
|
* Mon Jan 26 2004 msvec@suse.cz
|
||||||
- updated for the new interpreter
|
- updated for the new interpreter
|
||||||
- 2.9.1
|
- 2.9.1
|
||||||
* Tue Dec 02 2003 - msvec@suse.cz
|
* Tue Dec 02 2003 msvec@suse.cz
|
||||||
- extended help text (#33394)
|
- extended help text (#33394)
|
||||||
- 2.9.0
|
- 2.9.0
|
||||||
* Sun Sep 14 2003 - adrian@suse.de
|
* Sun Sep 14 2003 adrian@suse.de
|
||||||
- let it work in kcontrol again
|
- let it work in kcontrol again
|
||||||
- 2.8.13
|
- 2.8.13
|
||||||
* Sat Sep 13 2003 - nashif@suse.de
|
* Sat Sep 13 2003 nashif@suse.de
|
||||||
- #30291: return list of needed packages for autoinstall
|
- #30291: return list of needed packages for autoinstall
|
||||||
* Fri Aug 29 2003 - visnov@suse.de
|
* Fri Aug 29 2003 visnov@suse.de
|
||||||
- fix #29659 (syntax errors)
|
- fix #29659 (syntax errors)
|
||||||
- 2.8.11
|
- 2.8.11
|
||||||
* Mon Aug 25 2003 - visnov@suse.de
|
* Mon Aug 25 2003 visnov@suse.de
|
||||||
- clarify a help text
|
- clarify a help text
|
||||||
- 2.8.10
|
- 2.8.10
|
||||||
* Wed Aug 20 2003 - jsuchome@suse.de
|
* Wed Aug 20 2003 jsuchome@suse.de
|
||||||
- removed redundant "initialization dialog" (#28779)
|
- removed redundant "initialization dialog" (#28779)
|
||||||
- 2.8.9
|
- 2.8.9
|
||||||
* Mon Aug 11 2003 - visnov@suse.de
|
* Mon Aug 11 2003 visnov@suse.de
|
||||||
- merged in proofread texts
|
- merged in proofread texts
|
||||||
- 2.8.8
|
- 2.8.8
|
||||||
* Tue Aug 05 2003 - visnov@suse.de
|
* Tue Aug 05 2003 visnov@suse.de
|
||||||
- read and write also DMZ/INT/EXT services and all interfaces
|
- read and write also DMZ/INT/EXT services and all interfaces
|
||||||
- 2.8.7
|
- 2.8.7
|
||||||
* Mon Aug 04 2003 - nashif@suse.de
|
* Mon Aug 04 2003 nashif@suse.de
|
||||||
- Fixed sequence for autoyast
|
- Fixed sequence for autoyast
|
||||||
- 2.8.6
|
- 2.8.6
|
||||||
* Mon Aug 04 2003 - visnov@suse.de
|
* Mon Aug 04 2003 visnov@suse.de
|
||||||
- added API for enabling and disabling services
|
- added API for enabling and disabling services
|
||||||
- added desktop file
|
- added desktop file
|
||||||
- 2.8.5
|
- 2.8.5
|
||||||
* Wed Jul 30 2003 - msvec@suse.cz
|
* Wed Jul 30 2003 msvec@suse.cz
|
||||||
- further sources and texts cleanup
|
- further sources and texts cleanup
|
||||||
- 2.8.4
|
- 2.8.4
|
||||||
* Tue Jul 22 2003 - msvec@suse.cz
|
* Tue Jul 22 2003 msvec@suse.cz
|
||||||
- sources cleanup and fixes
|
- sources cleanup and fixes
|
||||||
- 2.8.3
|
- 2.8.3
|
||||||
* Tue Jul 15 2003 - msvec@suse.de
|
* Tue Jul 15 2003 msvec@suse.de
|
||||||
- fix the help text (#27857)
|
- fix the help text (#27857)
|
||||||
- updated testsuite
|
- updated testsuite
|
||||||
- 2.8.2
|
- 2.8.2
|
||||||
* Fri Jun 27 2003 - msvec@suse.cz
|
* Fri Jun 27 2003 msvec@suse.cz
|
||||||
- updated to the current yast2 interface
|
- updated to the current yast2 interface
|
||||||
- added minimal testsuite
|
- added minimal testsuite
|
||||||
- 2.8.1
|
- 2.8.1
|
||||||
* Fri Mar 07 2003 - nashif@suse.de
|
* Fri Mar 07 2003 nashif@suse.de
|
||||||
- dont clone unconfigured firewall ( #24792 )
|
- dont clone unconfigured firewall ( #24792 )
|
||||||
- 2.7.7
|
- 2.7.7
|
||||||
* Tue Mar 04 2003 - mvidner@suse.de
|
* Tue Mar 04 2003 mvidner@suse.de
|
||||||
- Texts from final proofreading.
|
- Texts from final proofreading.
|
||||||
- 2.7.6
|
- 2.7.6
|
||||||
* Wed Feb 26 2003 - nashif@suse.de
|
* Wed Feb 26 2003 nashif@suse.de
|
||||||
- fixed bug when writing config in autoinst mode (#24221)
|
- fixed bug when writing config in autoinst mode (#24221)
|
||||||
- Use Runlevel to set runlevels
|
- Use Runlevel to set runlevels
|
||||||
- Improved Write function and removed duplicate code
|
- Improved Write function and removed duplicate code
|
||||||
- 2.7.5
|
- 2.7.5
|
||||||
* Thu Feb 20 2003 - nashif@suse.de
|
* Thu Feb 20 2003 nashif@suse.de
|
||||||
- bug #23887: Finish installation after configuration is written
|
- bug #23887: Finish installation after configuration is written
|
||||||
- Using common text: Finish instead of Quit.
|
- Using common text: Finish instead of Quit.
|
||||||
- 2.7.4
|
- 2.7.4
|
||||||
* Mon Feb 17 2003 - nashif@suse.de
|
* Mon Feb 17 2003 nashif@suse.de
|
||||||
- Read configuration if firewall is activated
|
- Read configuration if firewall is activated
|
||||||
- 2.7.2
|
- 2.7.2
|
||||||
* Wed Feb 05 2003 - lnussel@suse.de
|
* Wed Feb 05 2003 lnussel@suse.de
|
||||||
- apply proof read texts
|
- apply proof read texts
|
||||||
* Mon Feb 03 2003 - nashif@suse.de
|
* Mon Feb 03 2003 nashif@suse.de
|
||||||
- use SuSEFirewall module
|
- use SuSEFirewall module
|
||||||
- added autoinstallation support
|
- added autoinstallation support
|
||||||
- removed obsolete _write client
|
- removed obsolete _write client
|
||||||
* Thu Jan 30 2003 - lnussel@suse.de
|
* Thu Jan 30 2003 lnussel@suse.de
|
||||||
- apply proof read texts
|
- apply proof read texts
|
||||||
- 2.7.0
|
- 2.7.0
|
||||||
* Mon Sep 02 2002 - mvidner@suse.cz
|
* Mon Sep 02 2002 mvidner@suse.cz
|
||||||
- Fixed firewall deactivation (broken by stricter insserv) (#18735).
|
- Fixed firewall deactivation (broken by stricter insserv) (#18735).
|
||||||
- 2.6.6
|
- 2.6.6
|
||||||
* Tue Aug 27 2002 - jsuchome@suse.cz
|
* Tue Aug 27 2002 jsuchome@suse.cz
|
||||||
- provide/obsolete old translation packages
|
- provide/obsolete old translation packages
|
||||||
* Mon Jul 22 2002 - lnussel@suse.de
|
* Mon Jul 22 2002 lnussel@suse.de
|
||||||
- more proof read texts
|
- more proof read texts
|
||||||
- import Wizard instead of including it
|
- import Wizard instead of including it
|
||||||
* Fri Jul 12 2002 - arvin@suse.de
|
* Fri Jul 12 2002 arvin@suse.de
|
||||||
- use proper namespace for Args and CallFunction (#16776)
|
- use proper namespace for Args and CallFunction (#16776)
|
||||||
* Thu Jul 11 2002 - lnussel@suse.de
|
* Thu Jul 11 2002 lnussel@suse.de
|
||||||
- re-insert proof read texts
|
- re-insert proof read texts
|
||||||
* Mon Jul 08 2002 - arvin@suse.de
|
* Mon Jul 08 2002 arvin@suse.de
|
||||||
- moved non binary files to /usr/share/YaST2
|
- moved non binary files to /usr/share/YaST2
|
||||||
* Tue Jul 02 2002 - arvin@suse.de
|
* Tue Jul 02 2002 arvin@suse.de
|
||||||
- removed personal-firewall.scr (use the one from yast2-network)
|
- removed personal-firewall.scr (use the one from yast2-network)
|
||||||
* Mon Jul 01 2002 - msvec@suse.cz
|
* Mon Jul 01 2002 msvec@suse.cz
|
||||||
- renamed to yast2-firewall
|
- renamed to yast2-firewall
|
||||||
- 2.6.0
|
- 2.6.0
|
||||||
* Fri Mar 08 2002 - lnussel@suse.de
|
* Fri Mar 08 2002 lnussel@suse.de
|
||||||
- fix error dialog to display stdout and stderr, add TERM=raw to the
|
- fix error dialog to display stdout and stderr, add TERM=raw to the
|
||||||
environment of the initscript to avoid escape sequences (#14695)
|
environment of the initscript to avoid escape sequences (#14695)
|
||||||
* Thu Feb 28 2002 - mike@suse.de
|
* Thu Feb 28 2002 mike@suse.de
|
||||||
- undo "insert proofreaded texts" because the translation are
|
- undo "insert proofreaded texts" because the translation are
|
||||||
based on not proofreaded texts
|
based on not proofreaded texts
|
||||||
* Thu Feb 21 2002 - lnussel@suse.de
|
* Thu Feb 21 2002 lnussel@suse.de
|
||||||
- marked two more strings for translation
|
- marked two more strings for translation
|
||||||
* Thu Feb 21 2002 - lnussel@suse.de
|
* Thu Feb 21 2002 lnussel@suse.de
|
||||||
- dialogs for stopping the firewall
|
- dialogs for stopping the firewall
|
||||||
* Tue Feb 19 2002 - lnussel@suse.de
|
* Tue Feb 19 2002 lnussel@suse.de
|
||||||
- use /etc/sysconfig/personal-firewall
|
- use /etc/sysconfig/personal-firewall
|
||||||
- minor fixes
|
- minor fixes
|
||||||
* Mon Feb 18 2002 - mike@suse.de
|
* Mon Feb 18 2002 mike@suse.de
|
||||||
- first working version
|
- first working version
|
||||||
* Tue Feb 12 2002 - tom@suse.de
|
* Tue Feb 12 2002 tom@suse.de
|
||||||
- Renamed menuentry_firewall.y2cc ---> menuentry_firewall2.y2cc (conflict)
|
- Renamed menuentry_firewall.y2cc ---> menuentry_firewall2.y2cc (conflict)
|
||||||
* Fri Feb 08 2002 - tom@suse.de
|
* Fri Feb 08 2002 tom@suse.de
|
||||||
- Now checked into STABLE
|
- Now checked into STABLE
|
||||||
* Fri Feb 08 2002 - mike@suse.de
|
* Fri Feb 08 2002 mike@suse.de
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user