Author: juhliarik
Date: Fri Jun 29 14:57:17 2007
New Revision: 39096
URL: http://svn.opensuse.org/viewcvs/yast?rev=39096&view=rev
Log:
Created tag stable-2_15_6 for ftp-server
Added:
tags/stable-2_15_6/ftp-server/
- copied from r39095, trunk/ftp-server/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: juhliarik
Date: Fri Jun 29 14:55:59 2007
New Revision: 39095
URL: http://svn.opensuse.org/viewcvs/yast?rev=39095&view=rev
Log:
- new version 2.15.6
Modified:
trunk/ftp-server/VERSION
trunk/ftp-server/package/yast2-ftp-server.changes
trunk/ftp-server/src/wid_functions.ycp
Modified: trunk/ftp-server/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/VERSION?rev=39095&r1=…
==============================================================================
--- trunk/ftp-server/VERSION (original)
+++ trunk/ftp-server/VERSION Fri Jun 29 14:55:59 2007
@@ -1 +1 @@
-2.15.5
+2.15.6
Modified: trunk/ftp-server/package/yast2-ftp-server.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/package/yast2-ftp-ser…
==============================================================================
--- trunk/ftp-server/package/yast2-ftp-server.changes (original)
+++ trunk/ftp-server/package/yast2-ftp-server.changes Fri Jun 29 14:55:59 2007
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Jun 29 12:46:15 CEST 2007 - juhliarik(a)suse.cz
+
+- added patch for creating upload dir
+- added patch for position of ftp-server icon in YaST
+- V 2.15.6
+
+-------------------------------------------------------------------
Wed May 30 17:31:06 CEST 2007 - juhliarik(a)suse.cz
- added patch for uploading anonymous users via vsftpd
Modified: trunk/ftp-server/src/wid_functions.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/src/wid_functions.ycp…
==============================================================================
--- trunk/ftp-server/src/wid_functions.ycp (original)
+++ trunk/ftp-server/src/wid_functions.ycp Fri Jun 29 14:55:59 2007
@@ -132,9 +132,9 @@
if (FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") {
if (FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "YES")
//FtpServer::start_xinetd = true;
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
else {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
}
} else {
string command = "rcvsftpd start";
@@ -157,9 +157,9 @@
if (FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") {
if (FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "YES")
//FtpServer::start_xinetd = true;
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
else {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
}
} else {
@@ -183,9 +183,9 @@
if (FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") {
if (FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "YES")
//FtpServer::start_xinetd = true;
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
else {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
/*
if ((Service::Status("xinetd") != 0) &&
(FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "NO")) {
@@ -245,9 +245,9 @@
if (FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") {
if (FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "YES")
//FtpServer::start_xinetd = true;
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
else {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
/*
if ((Service::Status("xinetd") != 0) &&
(FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "NO")) {
@@ -302,7 +302,7 @@
boolean StopNowPure () {
boolean result = false;
if ((FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") && (Service::Status("xinetd") != 0)) {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
/*
FtpServer::stop_daemon_xinetd = true;
result = FtpServer::WriteXinetd ();
@@ -327,9 +327,9 @@
if (FtpServer::EDIT_SETTINGS["StartDaemon"]:nil == "2") {
if (FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "YES")
//FtpServer::start_xinetd = true;
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
else {
- Popup::Message("This is not supported now!");
+ Popup::Message("This is not supported via xinetd now!");
/*
if ((Service::Status("xinetd") != 0) &&
(FtpServer::EDIT_SETTINGS["StartXinetd"]:nil == "NO")) {
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Fri Jun 29 09:44:25 2007
New Revision: 39092
URL: http://svn.opensuse.org/viewcvs/yast?rev=39092&view=rev
Log:
-------------------------------------------------------------------
Thu Jun 21 17:35:48 CEST 2007 - adrian(a)suse.de
- fix changelog entry order
-------------------------------------------------------------------
Modified:
trunk/yast2/package/yast2.changes
Modified: trunk/yast2/package/yast2.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=…
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Fri Jun 29 09:44:25 2007
@@ -11,6 +11,11 @@
in Instalaltion Mode dialog.
-------------------------------------------------------------------
+Thu Jun 21 17:35:48 CEST 2007 - adrian(a)suse.de
+
+- fix changelog entry order
+
+-------------------------------------------------------------------
Tue Jun 19 13:02:27 CEST 2007 - kmachalkova(a)suse.cz
- Respect user's choice and never unset LANG (yast2-funcs)
@@ -2028,6 +2033,11 @@
- 2.11.37
-------------------------------------------------------------------
+Fri Feb 25 13:20:17 CET 2005 - visnov(a)suse.cz
+
+- 2.11.35
+
+-------------------------------------------------------------------
Fri Feb 25 13:11:07 CET 2005 - lslezak(a)suse.cz
- commandline - don't check mandatory keys when the command line
@@ -2035,11 +2045,6 @@
- 2.11.36
-------------------------------------------------------------------
-Fri Feb 25 13:20:17 CET 2005 - visnov(a)suse.cz
-
-- 2.11.35
-
--------------------------------------------------------------------
Thu Feb 24 12:00:54 CET 2005 - fehr(a)suse.de
- Add AsciiFile::ReplaceLine
@@ -4897,6 +4902,11 @@
- (#14457) Now date/time is redisplayed on any change in the UI.
-------------------------------------------------------------------
+Tue Mar 5 14:38:01 CET 2002 - schubi(a)suse.de
+
+- Bugfix while changing update-upgrade-status #14473
+
+-------------------------------------------------------------------
Tue Mar 5 14:23:14 CET 2002 - lnussel(a)suse.de
- filter out "\n" in helptexts (#14337)
@@ -4904,11 +4914,6 @@
and recycle this list later when the "All" button is selected (#14472)
-------------------------------------------------------------------
-Tue Mar 5 14:38:01 CET 2002 - schubi(a)suse.de
-
-- Bugfix while changing update-upgrade-status #14473
-
--------------------------------------------------------------------
Tue Mar 5 12:42:31 MET 2002 - tom(a)suse.de
- (#14211) Now executing SuSEconfig.3ddiag instead of switch2mesasoft.
@@ -5032,13 +5037,6 @@
"No" in final installation confirmation (inst_doit)
-------------------------------------------------------------------
-Wed Feb 27 17:31:07 CET 2002 - kkaempf(a)suse.de
-
-- Allow splitted dirs (.../CD1, .../CD2, ...) for all network
- installs (#14009).
-- Sort partitions combo box in bootloader dialogue (#14124).
-
--------------------------------------------------------------------
Fri Mar 1 09:30:25 CET 2002 - kkaempf(a)suse.de
- Fixed YaST2.firstboot to handle pcmcia network correctly (#13993).
@@ -5096,6 +5094,13 @@
common_popups.ycp. Using this function during X11-configuration.
-------------------------------------------------------------------
+Wed Feb 27 17:31:07 CET 2002 - kkaempf(a)suse.de
+
+- Allow splitted dirs (.../CD1, .../CD2, ...) for all network
+ installs (#14009).
+- Sort partitions combo box in bootloader dialogue (#14124).
+
+-------------------------------------------------------------------
Wed Feb 27 17:27:51 CET 2002 - gs(a)suse.de
- proposal dialog: show a warning message, if the software selection is reset
@@ -5190,27 +5195,27 @@
- fix typo ia86 -> ia64 in do_propocal.ycp
-------------------------------------------------------------------
-Tue Feb 26 15:31:39 CET 2002 - kkaempf(a)suse.de
-
-- Fix vnc password setting.
-
--------------------------------------------------------------------
Tue Feb 26 15:43:29 CET 2002 - gs(a)suse.de
- software installation: show the package version in the
description popup (bug #13750)
-------------------------------------------------------------------
+Tue Feb 26 15:36:43 CET 2002 - schubi(a)suse.de
+
+- initialize package agent correctly for update #13838
+ ( grep and locate has not been updated )
+
+-------------------------------------------------------------------
Tue Feb 26 15:35:42 CET 2002 - sh(a)suse.de
- Added notify popup when user wants to change installation mode
and no Linux partitions were found
-------------------------------------------------------------------
-Tue Feb 26 15:36:43 CET 2002 - schubi(a)suse.de
+Tue Feb 26 15:31:39 CET 2002 - kkaempf(a)suse.de
-- initialize package agent correctly for update #13838
- ( grep and locate has not been updated )
+- Fix vnc password setting.
-------------------------------------------------------------------
Tue Feb 26 14:11:46 CET 2002 - kkaempf(a)suse.de
@@ -5367,18 +5372,18 @@
- fix missing "/data<n>" mount point in installed system (#13406)
-------------------------------------------------------------------
-Tue Feb 19 13:46:17 CET 2002 - kkaempf(a)suse.de
-
-- save 'configured' status of devices detected during installation
- in order to get hw-probing at boot time correct.
-
--------------------------------------------------------------------
Tue Feb 19 13:46:34 CET 2002 - fehr(a)suse.de
- fix bug with windows resizing in old installation path
(inst_target_selection.ycp, inst_target_part.ycp) (#13559)
-------------------------------------------------------------------
+Tue Feb 19 13:46:17 CET 2002 - kkaempf(a)suse.de
+
+- save 'configured' status of devices detected during installation
+ in order to get hw-probing at boot time correct.
+
+-------------------------------------------------------------------
Tue Feb 19 09:14:30 CET 2002 - kkaempf(a)suse.de
- Install SMP kernel if "ht" set in cpuinfo:flags (#13532).
@@ -6069,11 +6074,6 @@
properly
-------------------------------------------------------------------
-Fri Sep 21 14:59:31 CEST 2001 - mike(a)suse.de
-
-- lvm_config now works in ncurses
-
--------------------------------------------------------------------
Fri Sep 21 18:55:07 CEST 2001 - sh(a)suse.de
- Fixed bug #10303: Must press 'back' twice in 'choose part. to boot'
@@ -6104,6 +6104,11 @@
- do not create directories for swap partitions
-------------------------------------------------------------------
+Fri Sep 21 14:59:31 CEST 2001 - mike(a)suse.de
+
+- lvm_config now works in ncurses
+
+-------------------------------------------------------------------
Fri Sep 21 13:36:39 CEST 2001 - gs(a)suse.de
- installation startup always (not only in manual mode) checks whether a
@@ -6165,18 +6170,18 @@
- do not create symlink for mountpoint if it would point to itself
-------------------------------------------------------------------
-Thu Sep 20 15:21:01 CEST 2001 - mike(a)suse.de
-
-- bug 11063: YaST2 trys to change fsids of pdisk-label partitions, and
- popups therefore irritating popups
-
--------------------------------------------------------------------
Thu Sep 20 15:55:27 CEST 2001 - lnussel(a)suse.de
- fstab entries for mount flags, passno etc are no longer changed
for existing entries
-------------------------------------------------------------------
+Thu Sep 20 15:21:01 CEST 2001 - mike(a)suse.de
+
+- bug 11063: YaST2 trys to change fsids of pdisk-label partitions, and
+ popups therefore irritating popups
+
+-------------------------------------------------------------------
Thu Sep 20 15:08:24 CEST 2001 - fehr(a)suse.de
- fix problem when root fs is md of personality raid5 (#10747)
@@ -6308,14 +6313,14 @@
- pdisk: size of partition for inst_doit fixed
-------------------------------------------------------------------
-Tue Sep 18 15:14:33 CEST 2001 - lnussel(a)suse.de
+Tue Sep 18 15:37:35 CEST 2001 - fehr(a)suse.de
-- workaround for '&'-character not displayed in ncurses menu
+- shut down LVM VGs and umount /etc/lvmtab.d in inst_finish.ycp
-------------------------------------------------------------------
-Tue Sep 18 15:37:35 CEST 2001 - fehr(a)suse.de
+Tue Sep 18 15:14:33 CEST 2001 - lnussel(a)suse.de
-- shut down LVM VGs and umount /etc/lvmtab.d in inst_finish.ycp
+- workaround for '&'-character not displayed in ncurses menu
-------------------------------------------------------------------
Tue Sep 18 11:58:18 CEST 2001 - lnussel(a)suse.de
@@ -6377,12 +6382,6 @@
- Bugfix #9986: Reduced suggestion refresh to 75 Hz.
-------------------------------------------------------------------
-Fri Sep 14 18:39:10 CEST 2001 - kkaempf(a)suse.de
-
-- fix inst_environment for standalone mode (#10413).
-- respect user choice to NOT install a module (#10665).
-
--------------------------------------------------------------------
Fri Sep 14 18:53:28 CEST 2001 - mike(a)suse.de
- bug 10200: check the proposal for failures
@@ -6391,6 +6390,12 @@
bug 10044: set a message when proposal is discarded
-------------------------------------------------------------------
+Fri Sep 14 18:39:10 CEST 2001 - kkaempf(a)suse.de
+
+- fix inst_environment for standalone mode (#10413).
+- respect user choice to NOT install a module (#10665).
+
+-------------------------------------------------------------------
Fri Sep 14 16:24:31 MEST 2001 - tom(a)suse.de
- Fixed Bug #10651: Autoadjusting refresh/resolution/color-depth now correct.
@@ -7077,11 +7082,6 @@
- doelilo: Adjust elilo config file for gnu-efi 2.5.
-------------------------------------------------------------------
-Tue May 22 15:46:51 CEST 2001 - schwab(a)suse.de
-
-- doelilo: Adjust elilo config file for gnu-efi 2.5.
-
--------------------------------------------------------------------
Mon May 21 15:06:40 CEST 2001 - mike(a)suse.de
- XFS support in custom partitioner and LVM configuration
@@ -7328,11 +7328,6 @@
- fix for LVM configuration at runtime
-------------------------------------------------------------------
-Thu May 10 18:41:56 CEST 2001 - kkaempf(a)suse.de
-
-- dont write /boot/message any more (#8062)
-
--------------------------------------------------------------------
Thu May 10 18:42:39 CEST 2001 - sh(a)suse.de
- Fixed bug #7388: unnecessary OK-buttons
@@ -7340,6 +7335,11 @@
only one popup that contains both messages
-------------------------------------------------------------------
+Thu May 10 18:41:56 CEST 2001 - kkaempf(a)suse.de
+
+- dont write /boot/message any more (#8062)
+
+-------------------------------------------------------------------
Thu May 10 18:02:33 CEST 2001 - fehr(a)suse.de
- add lvm initialisation when doing an update (#7974)
@@ -7504,6 +7504,11 @@
- mk_boot_floppy completely rewritten to use lilo instead of syslinux
-------------------------------------------------------------------
+Tue May 8 10:56:51 CEST 2001 - schwab(a)suse.de
+
+- Fix typo targeroot -> targetroot.
+
+-------------------------------------------------------------------
Tue May 8 10:25:01 CEST 2001 - jbuch(a)suse.de
- added define to change fsid from 5 to 15
@@ -7512,11 +7517,6 @@
- showing progress bars again #7774
-------------------------------------------------------------------
-Tue May 8 10:56:51 CEST 2001 - schwab(a)suse.de
-
-- Fix typo targeroot -> targetroot.
-
--------------------------------------------------------------------
Tue May 8 09:28:29 CEST 2001 - kkaempf(a)suse.de
- set hwclock before starting to change the target (#7833)
@@ -9143,15 +9143,15 @@
- yast2 now starts y2controlcenter
-------------------------------------------------------------------
-Wed Dec 13 15:44:05 CET 2000 - kkaempf(a)suse.de
+Wed Dec 13 17:27:47 MET 2000 - schubi(a)suse.de
-- automatically use free space on disk only if it's enough
- for a default installation (w/o office)
+- rpm-rebuild added
-------------------------------------------------------------------
-Wed Dec 13 17:27:47 MET 2000 - schubi(a)suse.de
+Wed Dec 13 15:44:05 CET 2000 - kkaempf(a)suse.de
-- rpm-rebuild added
+- automatically use free space on disk only if it's enough
+ for a default installation (w/o office)
-------------------------------------------------------------------
Wed Dec 13 12:25:55 CET 2000 - kkaempf(a)suse.de
@@ -9363,6 +9363,12 @@
version 2.0.71
-------------------------------------------------------------------
+Thu Oct 19 09:28:59 CEST 2000 - mike(a)suse.de
+
+- s390 fixes
+ version 2.0.77
+
+-------------------------------------------------------------------
Wed Oct 18 14:57:13 CEST 2000 - choeger(a)suse.de
- added product cd detection
@@ -9386,12 +9392,6 @@
version 2.0.69
-------------------------------------------------------------------
-Thu Oct 19 09:28:59 CEST 2000 - mike(a)suse.de
-
-- s390 fixes
- version 2.0.77
-
--------------------------------------------------------------------
Thu Oct 5 08:59:07 CEST 2000 - mike(a)suse.de
- fixed Makefile
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org