Hello community, here is the log from the commit of package yast2 checked in at Sat Jun 3 01:01:53 CEST 2006. -------- --- yast2/yast2.changes 2006-06-01 18:20:36.000000000 +0200 +++ yast2/yast2.changes 2006-06-02 15:19:23.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 2 12:42:04 CEST 2006 - jsrain@suse.cz + +- Marked global API of following modules as stable: + ProductFeatures, WizardHW +- 2.13.61 + +------------------------------------------------------------------- Old: ---- yast2-2.13.60.tar.bz2 New: ---- yast2-2.13.61.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.TGULlg/_old 2006-06-03 01:01:34.000000000 +0200 +++ /var/tmp/diff_new_pack.TGULlg/_new 2006-06-03 01:01:34.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2 (Version 2.13.60) +# spec file for package yast2 (Version 2.13.61) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2 -Version: 2.13.60 +Version: 2.13.61 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-2.13.60.tar.bz2 +Source0: yast2-2.13.61.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-pkg-bindings yast2-testsuite # Need the new file popups @@ -93,7 +93,7 @@ Steffen Winterfeldt <snwint@suse.de> %prep -%setup -n yast2-2.13.60 +%setup -n yast2-2.13.61 %build %{prefix}/bin/y2tool y2autoconf @@ -192,6 +192,10 @@ %doc %{prefix}/share/doc/packages/yast2/wizard %changelog -n yast2 +* Fri Jun 02 2006 - jsrain@suse.cz +- Marked global API of following modules as stable: + ProductFeatures, WizardHW +- 2.13.61 * Thu Jun 01 2006 - locilka@suse.cz - Global API or parts of these modules were marked as Stable: Address, Arch, Confirm, Crash, FileUtils, Hostname, HTML, ++++++ yast2-2.13.60.tar.bz2 -> yast2-2.13.61.tar.bz2 ++++++ ++++ 3166 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.13.60/VERSION new/yast2-2.13.61/VERSION --- old/yast2-2.13.60/VERSION 2006-06-01 18:20:54.000000000 +0200 +++ new/yast2-2.13.61/VERSION 2006-06-02 15:03:44.000000000 +0200 @@ -1 +1 @@ -2.13.60 +2.13.61 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.13.60/configure.in new/yast2-2.13.61/configure.in --- old/yast2-2.13.60/configure.in 2006-06-01 18:21:18.000000000 +0200 +++ new/yast2-2.13.61/configure.in 2006-06-02 15:16:56.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2, 2.13.60, http://bugs.opensuse.org/, yast2) +AC_INIT(yast2, 2.13.61, http://bugs.opensuse.org/, yast2) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.60" +VERSION="2.13.61" RPMNAME="yast2" MAINTAINER="Stanislav Visnovsky <visnov@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.13.60/library/control/src/ProductFeatures.ycp new/yast2-2.13.61/library/control/src/ProductFeatures.ycp --- old/yast2-2.13.60/library/control/src/ProductFeatures.ycp 2006-03-13 09:59:57.000000000 +0100 +++ new/yast2-2.13.61/library/control/src/ProductFeatures.ycp 2006-06-02 12:54:14.000000000 +0200 @@ -5,7 +5,7 @@ * Authors: Anas Nashif <nashif@suse.de> * Jiri Srain <jsrain@suse.cz> * - * $Id: ProductFeatures.ycp 28860 2006-03-10 22:21:50Z jsrain $ + * $Id: ProductFeatures.ycp 31290 2006-06-02 10:54:10Z jsrain $ */ { @@ -99,6 +99,7 @@ /** * Set a feature section * Default values will be used where value not defined + * @stable * @param section name string the name of the section * @param section_map a map containing data of the section */ @@ -112,6 +113,9 @@ /** * Get a complete section for evaluation + * @stable + * @param section_name string name of the section + * @return a map key->value, options in the section */ global map<string,any> GetSection(string section_name) { InitFeatures (false); @@ -120,6 +124,7 @@ /** * Save product features + * @stable */ global void Save() { InitFeatures (false); @@ -141,6 +146,7 @@ /** * Restore product features in running system + * @stable */ global void Restore() { InitFeatures (true); @@ -156,6 +162,7 @@ /** * Initialize the features structure if needed + * @stable * Either read from /etc/YaST2/ProductFeatures or set default values */ global void InitIfNeeded () { @@ -169,6 +176,7 @@ /** * Get value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @return any the feature value @@ -183,6 +191,7 @@ /** * Get value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @return string the feature value @@ -201,6 +210,7 @@ /** * Get value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @return boolean the feature value @@ -220,6 +230,7 @@ /** * Set value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @param value any the feature value @@ -233,6 +244,7 @@ /** * Set value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @param value string the feature value @@ -243,6 +255,7 @@ /** * Set value of a feature + * @stable * @param section string section of the feature * @param features string feature name * @param value boolean the feature value diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.13.60/library/cwm/src/WizardHW.ycp new/yast2-2.13.61/library/cwm/src/WizardHW.ycp --- old/yast2-2.13.60/library/cwm/src/WizardHW.ycp 2006-02-20 12:08:10.000000000 +0100 +++ new/yast2-2.13.61/library/cwm/src/WizardHW.ycp 2006-06-02 12:54:14.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Routines for generic hardware summary dialog * Authors: Jiri Srain <jsrain@suse.cz> * - * $Id: WizardHW.ycp 27936 2006-02-13 20:01:14Z olh $ + * $Id: WizardHW.ycp 31290 2006-06-02 10:54:10Z jsrain $ * */ @@ -218,6 +218,7 @@ /** * Create CWM widtet for the hardware settings * NOTE: The Init and Handle callbacks must be defined + * @stable * @param headers a list of headers of the table * @param actions a list of additionaly offered actions, see CreateHWDialog * function for details @@ -270,6 +271,7 @@ /** * Draw the dialog, handle all its events via callbacks + * @stable * @param settings a map containing all the settings: * $[ * "action_callback" : symbol(string,map<string,any>) -- callback to handle @@ -356,6 +358,7 @@ /** * Create the Hardware Wizard dialog * Draw the dialog + * @stable * @param title string the dialog title * @param help string the help for the dialog * @param headers a list of the table headers @@ -391,6 +394,7 @@ /** * Set which item is to be selected + * @stable * @param selected string the item that is should be marked as selected */ global void SetSelectedItem (string selected) { @@ -400,6 +404,7 @@ /** * Return the id of the currently selected item in the table + * @stable * @return id of the selected item */ global string SelectedItem () { @@ -408,6 +413,7 @@ /** * Set the rich text description. + * @stable * @param descr rich text description */ global void SetRichDescription (string descr) { @@ -416,6 +422,7 @@ /** * Set the information about hardware + * @stable * @param items a list of maps, one item per item in the dialog, with keys * "id" : string = the identification of the device, * "rich_descr" : string = RichText description of the device @@ -440,6 +447,7 @@ /** * Wait for event from the event + * @stable * @return a map with keys: * "event" : map = event as returned from UI::WaitForEvent (), * "selected" : string = ID of the selected item in the list box @@ -459,6 +467,7 @@ /** * Wait for event from the event + * @stable * @return a map with keys: * "event" : any = event as returned from UI::UserInoput () * "selected" : string = ID of the selected item in the list box @@ -472,6 +481,7 @@ /** * Create rich text description of a device. It can be used for WizardHW::SetContents * function for formatting richtext device descriptions + * @stable * @param title header - usually device name * @param properties important properties of the device which should be * displayed in the overview dialog @@ -507,6 +517,7 @@ /** * Get propertly list of an unconfigured device. Should be used together with * device name in CreateRichTextDescription() function. + * @stable * @return a list of strings */ global list<string> UnconfiguredDevice() { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-2.13.60/library/modules/Version.ycp new/yast2-2.13.61/library/modules/Version.ycp --- old/yast2-2.13.60/library/modules/Version.ycp 2006-06-01 18:21:42.000000000 +0200 +++ new/yast2-2.13.61/library/modules/Version.ycp 2006-06-02 15:17:32.000000000 +0200 @@ -20,7 +20,7 @@ /** * Version of the yast2 package */ -global string yast2 = "2.13.60"; +global string yast2 = "2.13.61"; /* EOF */ } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de