File yast2-packager.spec of Package yast2-packager

#
# spec file for package yast2-packager (Version 2.17.50)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           yast2-packager
Version:        2.17.50
Release:        1
License:        GPL v2 or later
Group:          System/YaST
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Source0:        yast2-packager-2.17.50.tar.bz2
Prefix:         /usr
BuildRequires:  gcc-c++ libxcrypt-devel perl-XML-Writer update-desktop-files yast2-country-data yast2-devtools yast2-slp yast2-testsuite yast2-xml
# HTTP.ycp
BuildRequires:  yast2-transfer
# URL::HidePassword()
BuildRequires:  yast2 >= 2.17.47
# "keeppackages" repo property
BuildRequires:  yast2-pkg-bindings >= 2.17.27
# Newly added RPM
Requires:       yast2-country-data >= 2.16.3
# "keeppackages" repo property
Requires:       yast2-pkg-bindings >= 2.17.27
# URL::HidePassword()
Requires:       yast2 >= 2.17.47
# unzipping license file
Requires:       unzip
# HTTP, FTP, HTTPS modules (inst_productsources.ycp)
Requires:       yast2-transfer
# XML module (inst_productsources.ycp)
Requires:       yast2-xml
# Bugzilla #305503 - storing/checking MD5 of licenses
Requires:       /usr/bin/md5sum
# .process agent
Requires:       yast2-core >= 2.16.35
# setenv() builtin
Conflicts:      yast2-core < 2.15.10
# NotEnoughMemory-related functions moved to misc.ycp import-file
Conflicts:      yast2-add-on < 2.15.15
# One of yast2-qt-pkg, yast2-ncurses-pkg, yast2-gtk (-pkg)
Requires:       yast2_ui_pkg
# ensure that 'checkmedia' is on the medium
Recommends:     checkmedia
Provides:       yast2-config-package-manager
Obsoletes:      yast2-config-package-manager
Provides:       y2t_spkg y2t_inst-packages y2pkginf y2c_spkg
Obsoletes:      y2t_spkg y2t_inst-packages y2pkginf y2c_spkg
Provides:       yast2-trans-package-manager yast2-trans-inst-packages
Obsoletes:      yast2-trans-package-manager yast2-trans-inst-packages
Summary:        YaST2 - Package Library

%description
This package contains the scanner/parser and dependency checker for all
packages handled by YaST2.



Authors:
--------
    Klaus Kaempf <kkaempf@suse.de>
    Stefan Schubert <schubi@suse.de>
    Arvin Schnell <arvin@suse.de>

%prep
%setup -n yast2-packager-2.17.50

%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}

%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
    d=${f##*/}
    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/checkmedia
%dir /usr/share/YaST2/include/packager
/usr/share/YaST2/include/checkmedia/*
/usr/share/YaST2/include/packager/*
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/YaST2/scrconf/*
%{prefix}/lib/YaST2/servers_non_y2/ag_*
%doc %{prefix}/share/doc/packages/yast2-packager
%changelog
* Fri Nov 28 2008 lslezak@suse.cz
- fixed changing status of the repositories belonging to a service
  (bnc#444366)
- 2.17.50
* Fri Nov 28 2008 locilka@suse.cz
- DefaultDesktop module now returns desktop name translated using
  the current language (bnc #449818).
- 2.17.49
* Thu Nov 27 2008 locilka@suse.cz
- Downloading slides only once (bnc #444612).
- Do not reset/open the slide show in inst_rpmcopy when slide show
  dialog is already available/in use (bnc #443755).
* Wed Nov 26 2008 locilka@suse.cz
- Using <pre> in ProductLicense (bnc #449188).
- 2.17.48
* Tue Nov 25 2008 lslezak@suse.cz
- use URL::HidePassword() when logging an URL (bnc#441944)
- 2.17.47
* Tue Nov 25 2008 locilka@suse.cz
- New flag no-acceptance-needed in licenses defines that users do
  not have to manually choose whether they accept the license
  agreement (bnc #448598).
- 2.17.46
* Fri Nov 21 2008 lslezak@suse.cz
- install openssh if "usessh=1" install option is used (bnc#446581)
- 2.17.45
* Wed Nov 19 2008 locilka@suse.cz
- Fixed reseting the software proposal. There are two possible
  resets now: PkgReset (full) and PkgApplReset (keeps user-made
  selection) (bnc #446406).
- 2.17.44
* Fri Nov 14 2008 lslezak@suse.cz
- changed SW selection is not an error (bnc#444517)
- 2.17.43
* Thu Nov 13 2008 kmachalkova@suse.cz
- Add xinetd to required packages for VNC mode of installation
  (needed for successful start of vnc* services) (bnc#442196)
* Wed Nov 12 2008 lslezak@suse.cz
- restore the original repository properties ("enabled",
  "autorefresh" and "keeppackages") when changing URL of
  a repository (bnc#441328)
- 2.17.42
* Sun Nov 09 2008 coolo@suse.de
- do not use InstURL::HidePassword to avoid warnings
- 2.17.41
* Fri Nov 07 2008 lslezak@suse.cz
- fixed URL logging (bnc#441944)
- use Pkg::SourceProvideDigestedFile() and
  Pkg::SourceProvideSignedFile() functions for downloading files
  from the installation repository (bnc#409927)
- 2.17.40
* Wed Nov 05 2008 locilka@suse.cz
- Fixed copying files from inst-sys to the system, some might be
  symbolic links (bnc #441829).
- 2.17.39
* Fri Oct 31 2008 locilka@suse.cz
- Fixed list of files copied in inst_kickoff from inst-sys to the
  system (bnc #440430).
- 2.17.38
* Fri Oct 31 2008 lslezak@suse.cz
- 2.17.37
* Thu Oct 30 2008 lslezak@suse.cz
- fixed missing URLs in the repository manager dialog (bnc#439060)
- set non-empty name for new services
* Wed Oct 29 2008 lslezak@suse.cz
- copy slideshow to the correct place (bnc#439799)
- 2.17.36
* Mon Oct 27 2008 locilka@suse.cz
- Reporting an error if software proposal cache is invalid
  (bnc #436925).
- 2.17.35
* Thu Oct 23 2008 lslezak@suse.cz
- properly select kernel packages (bnc#437258)
- 2.17.34
* Wed Oct 22 2008 lslezak@suse.cz
- install nfs-client instead of portmap when the system is
  installated from a NFS server (bnc#436897)
- install xen-tools-domU.rpm instead of xen-tools.rpm in XEN domU
  (bnc#437335)
- remove also the repositories which belong to a removed service,
  update status of the repositories when the service status is
  changed (bnc#437722)
- 2.17.33
* Tue Oct 21 2008 kmachalkova@suse.cz
- AddPackageList from Storage is no longer needed - now y2-storage
  handles package selection in installation by itself (bnc#433001)
* Tue Oct 21 2008 lslezak@suse.cz
- repositories.ycp - pad the priority number with spaces so the
  sorting by priority works as expected (bnc#404205)
* Mon Oct 20 2008 lslezak@suse.cz
- moved PackagesUI.ycp to yast2 package, use the new API
  (RunPackageSelector() and RunPatternSelector() functions)
  (bnc#435479)
- 2.17.32
* Mon Oct 20 2008 ug@suse.de
- workaround added to get old autoyast behaviour back
* Mon Oct 20 2008 lslezak@suse.cz
- display support status dialog in the package selector widget
  if it's requested in the control file (bnc#435479)
- 2.17.31
* Thu Oct 16 2008 mvidner@suse.cz
- Fixed localized sorting to emulate < instead of <=,
  avoiding a crash (bnc#385172).
- 2.17.30
* Thu Oct 16 2008 lslezak@suse.cz
- repositories.ycp - display name of the service (instead of alias)
  to which a repository belongs
* Wed Oct 15 2008 lslezak@suse.cz
- check signatures also when downloading slideshow images
  (bnc#409927)
- 2.17.29
* Mon Oct 13 2008 lslezak@suse.cz
- added a help text describing what services are (bnc#427728)
- fixed mounting NFS shares in free space detection code
  (bnc#433893)
- 2.17.28
* Thu Oct 09 2008 locilka@suse.cz
- Function SelectKernelPackages has been moved to from update to
  Packages module (bnc #326269).
- 2.17.27
* Mon Oct 06 2008 locilka@suse.cz
- Using PackagesProposal (`package/s, `pattern/s) to unify the
  software scenarios, desktops, and the rest of installation
  clients that can require to install some resolvables (bnc#432572)
- Do not initalize Packages before SlideShow in live install mode
  (bnc #432668).
- 2.17.26
* Fri Oct 03 2008 lslezak@suse.cz
- Fixed handling of services (bnc#427728)
- 2.17.25
* Thu Oct 02 2008 locilka@suse.cz
- Packager requires new YCP module PackagesProposal from yast2
  (bnc #431580)
- 2.17.24
* Thu Oct 02 2008 locilka@suse.cz
- Handling new tag in 'desktops' in control file:
  'do_not_deselect_patterns' - prevents deselecting patterns while
  such a desktop is selected (bnc #431251).
- New list of patterns selected by installation in Packages module
  to keep previously selected patterns selected (bnc #431251).
- 2.17.23
* Mon Sep 29 2008 locilka@suse.cz
- Always initialize Packages before SlideShowSetup (bnc #427935).
- 2.17.22
* Fri Sep 26 2008 lslezak@suse.cz
- do not use obsoleted Pkg::TargetLogfile() function (bnc#429954)
- inst_kickoff.ycp - remove nonexisting directories from /etc/mtab
  (bnc#425464)
- 2.17.21
* Thu Sep 25 2008 lslezak@suse.cz
- fixed broken tag in a richtext string (bnc#429850)
* Thu Sep 25 2008 lslezak@suse.cz
- check signatures when downloading the slideshow (bnc#409927)
- AddOnProduct.ycp - fixed GPG callbacks prototypes (bnc#370223)
- 2.17.20
* Tue Sep 23 2008 locilka@suse.cz
- New function Packages::GetBaseSourceID needed by update
  (FATE #304488).
- 2.17.19
* Mon Sep 22 2008 lslezak@suse.cz
- fixed a typo in the help text (bnc#428188)
* Mon Sep 22 2008 locilka@suse.cz
- Offering Community Repositories only if defined in control file
  otherwise they are hidden (bnc #428370).
- Returning back from Community Repositories if Canceled instead of
  continuing the workflow (bnc #428377).
- Reporting warning containing products selected for auto-removal
  during update (FATE #304488).
* Fri Sep 19 2008 locilka@suse.cz
- Fixed handling of 'PATTERNS' in content file (bnc #418821).
- Fixed checking which product can be replaced by which add-on
  (FATE #301997, bnc #427002).
- 2.17.18
* Thu Sep 18 2008 lslezak@suse.cz
- fixed "Installing Deleting <package>" message in the log view
  disaplyed during package removal (bnc#427356)
- use "repo_N" alias instead of full URL, make aliases more usable
  in zypper (bnc#395363)
* Thu Sep 18 2008 locilka@suse.cz
- Handling new 'add_on_mode' key in product control file
  (bnc #427002).
* Thu Sep 18 2008 locilka@suse.cz
- Always initialize supported desktops from control file
  (bnc #427061).
- 2.17.17
* Wed Sep 17 2008 lslezak@suse.cz
- removed suse_register code which breaks add-on config in
  installation (bnc#408835) (reverted changes from rev.48402)
- inst_rpmcopy.ycp - display more details when package installation
  fails (bnc#425373)
- inst_rpmcopy.ycp - code cleanup - removed obsoleted source
  caching code (sources are now cached directly in libzypp)
  (bnc#255758)
- 2.17.16
* Fri Sep 12 2008 lslezak@suse.cz
- sw_single - handle 'Configuration->Online Update' menu item
  (fate#303458)
- 2.17.15
* Wed Sep 10 2008 locilka@suse.cz
- Desktop selection dialog definitions have been moved to control
  file (bnc #424678).
- 2.17.14
* Wed Sep 10 2008 lslezak@suse.cz
- repositories.ycp: change table headers when switching to
  the service view
- merged proofread texts (2008-09-08)
- 2.17.13
* Tue Sep 09 2008 locilka@suse.cz
- xmlrepos SCR agent replaced with OneClickInstallStandard module
  using XML::Simple (anyxml SCR agent) instead of perl-XML-Bare
  (bnc #424263).
* Tue Sep 09 2008 locilka@suse.cz
- Packages 'Slides' and 'SlideShow' moved to yast2.
- 2.17.12
* Mon Sep 08 2008 lslezak@suse.cz
- preliminary support for sevices - display a tree on the left side
  (does not work yet), print to which service the selected
  repository belongs
- 2.17.11
* Mon Sep 08 2008 locilka@suse.cz
- Less confusing Add-On update/installation mode handling
  independent on the base-product mode (FATE #301997).
* Mon Sep 08 2008 locilka@suse.cz
- Initializing the installation repository got from install.inf in
  this order: ZyppRepoURL, YaSTRepoURL, RepoURL (bnc #406162).
- 2.17.10
* Fri Sep 05 2008 locilka@suse.cz
- Don't show selected desktop in proposal if none has been selected
  (bnc #422077).
* Thu Sep 04 2008 lslezak@suse.cz
- sw_single: display "Starting the Software Manager" instead of
  "Starting the Package Manager" (bnc#421952)
* Wed Sep 03 2008 locilka@suse.cz
- Adjusting SlideShow in inst_rpmcopy if not set.
- Using new "replaces" key returned by Pkg::ResolvableProperties
  while upgrading add-on product. Different workflow is used for
  installation and update (FATE #301997).
* Wed Sep 03 2008 locilka@suse.cz
- Fixed inst_custom_packages YCP script to reflect the changes done
  in SlideShow*.
- 2.17.9
* Tue Sep 02 2008 visnov@suse.cz
- Use unified progress bar during installation (FATE #303860)
* Wed Aug 27 2008 locilka@suse.cz
- Initializing installation URL got from install.inf (RepoURL)
  if exists (bnc #406162).
- 2.17.8
* Mon Aug 25 2008 ug@suse.de
- post_patterns added for autoyast
- 2.17.7
* Thu Aug 21 2008 lslezak@suse.cz
- repositories.ycp: update Autorefresh flag in the table when
  autorefresh is changed
- 2.17.6
* Thu Aug 21 2008 jsuchome@suse.cz
- SlideShow.ycp: do not use UI while being imported, breaks CLI
* Thu Aug 14 2008 locilka@suse.cz
- Added support for several products on one media by making
  add_on_products obsolete and introducing new add_on_products.xml
  format (FATE #303675).
- Disabling hotfix (bnc #385868) for /openSUSE-release.prod file,
  it is properly fixed in zypp already.
- 2.17.5
* Tue Aug 05 2008 locilka@suse.cz
- Reporting 'no network is running' when calling Community
  Repositories without network in mode 'normal' (bnc #327519).
* Mon Aug 04 2008 locilka@suse.cz
- Community Repositories: listing recommended repositories first
  then sorting alphabetically (bnc #399998).
* Wed Jul 30 2008 lslezak@suse.cz
- display autorefresh column in the repository config module
  (bnc#384132)
* Tue Jul 29 2008 lslezak@suse.cz
- added yast2-transfer to BuildRequires
- 2.17.4
* Mon Jul 28 2008 lslezak@suse.cz
- correctly save the installation repositories at the end of
  installation (bnc#412616)
- 2.17.3
* Tue Jul 22 2008 lslezak@suse.cz
- sw_single - don't ask "Install or remove more packages?" after
  installation (bnc#409171)
- 2.17.2
* Wed Jul 16 2008 jsrain@suse.cz
- always call inst_bootloader, even in update (fate #302245)
* Mon Jul 14 2008 locilka@suse.cz
- Removed dependency on yast2-installation.
* Fri Jul 11 2008 locilka@suse.cz
- Enhancing the Webpin Search module and client...
* Tue Jul 01 2008 locilka@suse.cz
- Added new WebpinPackageSearch YCP module.
* Wed Jun 18 2008 lslezak@suse.cz
- add an update repository obtained via suse_register (fate#302990)
- adapted to the new patch messages and patch scripts callbacks
  (bnc#401220)
- 2.17.1
* Wed Jun 18 2008 lslezak@suse.cz
- ask user when uninstalling a package via command line option
  (bnc#399795)
* Tue Jun 17 2008 lslezak@suse.cz
- use Pkg::SourceSaveAll() instead of Pkg::SourceFinishAll()
  (bnc#395738)
- 2.17.0
* Fri Jun 13 2008 lslezak@suse.cz
- install icewm instead of fvwm2 in vnc installation mode
  (bnc#399591)
- do not check for missing yast2-slp package when doing an update
  (bnc#399191)
* Thu Jun 12 2008 lslezak@suse.cz
- Ignore VFAT and NTFS partitions in the installation stage in the
  package selector (bnc#395289)
- added help text for the software proposal (bnc#393004)
- fixed help text in repositories.ycp (priority is 0-200)
- the repository manager - use OK/Cancel buttons (bnc#398481)
* Wed Jun 11 2008 lslezak@suse.cz
- added options for sw_single client, display proper workflow for
  add-ons (bnc#377154)
* Wed Jun 04 2008 lslezak@suse.cz
- use PackageLock::Connect() - display [Abort] button (bnc#293356)
- fixed editing of an invalid repository URL (bnc#386384),
  set the selected repository type when going back
* Wed Jun 04 2008 lslezak@suse.cz
- removed the workaround for locking 64-bit packages on PPC32
  (bnc#336678)
* Tue Jun 03 2008 lslezak@suse.cz
- Display the error message properly in the media change popup.
  (bnc#395328)
- 2.16.53
* Fri May 23 2008 lslezak@suse.cz
- reserve more space for the table in the repository manager,
  esp. needed in the GTK UI (bnc#392807)
- 2.16.52
* Thu May 22 2008 locilka@suse.cz
- Creating backup of files in /etc/ owned by pam package
  before installation-upgrade starts (bnc #393066).
- 2.16.51
* Thu May 22 2008 lslezak@suse.cz
- do not load repositories from the target system in repair mode
  (bnc#392508)
- the locking code was skipped, moved to the initialization part
  (bnc#336678)
* Mon May 19 2008 locilka@suse.cz
- Fixed Community Repositories module behavior when called from
  Add-Ons in the initial installation (bnc #392111).
- 2.16.50
* Mon May 19 2008 lslezak@suse.cz
- the repository manager - allow to set priority of a repository
  in range 0-200 (bnc#391764)
- increased the treshold for the free space warning in the
  installation proposal from 5%% to 25%% (bnc#178357)
- 2.16.49
* Fri May 16 2008 jsrain@suse.cz
- added categories Settings and System into desktop file
  (bnc #382778)
* Fri May 16 2008 lslezak@suse.cz
- Slideshow - display progress dialog when only deleteing packages
  (bnc#391198)
- Slideshow - set the total progress at least to 1 to avoid
  the tick progress mode
- 2.16.48
* Thu May 15 2008 locilka@suse.cz
- Some functions from repositories.ycp were moved to a separate
  include file to share them (bnc #368207).
- 2.16.47
* Mon May 12 2008 lslezak@suse.cz
- lock 64-bit packages on PPC32 during installation (bnc#336678)
- 2.16.46
* Mon May 12 2008 jsrain@suse.cz
- copy the openSUSE product information from the media to the
  target system (bnc #385868)
- 2.16.45
* Fri May 02 2008 lslezak@suse.cz
- repositories.ycp - do not disable Progress:: when started from
  sw_single (bnc#381673)
- fixed command line mode init
- 2.16.44
* Wed Apr 30 2008 lslezak@suse.cz
- don't show "Repository" menu in the package manager during
  installation (bnc#381956)
- 2.16.43
* Tue Apr 29 2008 locilka@suse.cz
- Calling inst_extrasources in pkg_finish to get default
  repositories added in case of upgrade (bnc #384827, bnc #381360).
- 2.16.42
* Tue Apr 29 2008 lslezak@suse.cz
- repository manager - remember the URL when switching from "parts"
  view to "full" view (bnc#383984)
* Tue Apr 29 2008 lslezak@suse.cz
- use sizes in kB in the total progressbar in slideshow (progress
  bar widget uses 32 bit integers only), fixes "tick" progress
  mode when install size is greater than 2GB (bnc#380867)
- 2.16.41
* Tue Apr 29 2008 coolo@suse.de
- resubmitting package with correct version
* Mon Apr 28 2008 lslezak@suse.cz
- sw_single - removed extra UI::CloseDialog() call (bnc#382580),
  display an error message when installation of a package from
  desktop fails
- sort the patterns in the installation proposal by "order"
  property (bnc#255726)
- 2.16.40
* Mon Apr 28 2008 locilka@suse.cz
- Fixed KDE 3.5 description (bnc #379157).
- Selecting Xfce will set DEFAULT_WM to 'startxfce4' (bnc #298558).
- Handling KDE3 vs KDE4 in default logon and window managers
  (bnc #381821).
- Some more desktop-related configuration data moved to
  DefaultDesktop module from desktop_finish client.
* Fri Apr 25 2008 locilka@suse.cz
- New desktop selection dialog (bnc #379157).
- 2.16.39
* Fri Apr 25 2008 lslezak@suse.cz
- restored 'Software Repositories' icon in the control center
  (bnc#381255)
* Wed Apr 23 2008 lslezak@suse.cz
- do not check product category (it is obsoleted), install all
  products (bnc#359538)
- 2.16.38
* Mon Apr 21 2008 locilka@suse.cz
- Added new function DefaultDesktop::SelectedDesktops() to list all
  installed desktops or desktop selected for installation
  (bnc #380774).
- 2.16.37
* Fri Apr 18 2008 locilka@suse.cz
- Do not overwrite passwd and shadow files if they already exist on
  a system (e.g., from images) (bnc #381227).
- 2.16.36
* Fri Apr 18 2008 lslezak@suse.cz
- Use Pkg::PkgMediaSizes() and Pkg::PkgMediaPackageSizes() for
  computing total install and download size instead of quering
  each selected package separately (speeds up the proposal summary
  from 15-20 seconds to less than 1 second)
- this is also a workaround for broken disk usage in libzypp
  (bnc#375104)
- 2.16.35
* Wed Apr 16 2008 locilka@suse.cz
- Using pattern-xfce for XFCE Desktop selection (bnc #377584).
* Tue Apr 15 2008 lslezak@suse.cz
- disable the callbacks when downloading slideshow (bnc#377919)
- 2.16.34
* Mon Apr 14 2008 lslezak@suse.cz
- 2.16.33
* Mon Apr 14 2008 locilka@suse.cz
- Added KDE3 to a System Type selection (bnc #379157).
* Fri Apr 11 2008 locilka@suse.cz
- Fixing InstInitSourceMoveDownloadArea: mkdir -p is better than
  without -p.
* Fri Apr 11 2008 lslezak@suse.cz
- SlideShowCallbacks - fixed return value of ProgressDownload()
  callback function, check abort status
* Thu Apr 10 2008 lslezak@suse.cz
- repositories - do not initialize the package manager when
  started from sw_single (it's already done)
- SW proposal - do not display selection summary if there is no
  selection
- 2.16.32
* Thu Apr 10 2008 locilka@suse.cz
- InstInitSourceMoveDownloadArea has been moved into a separate
  module in SourceManager in order to use it from installation from
  images too.
* Tue Apr 08 2008 lslezak@suse.cz
- removed 'Software Repositories' from the yast control center
  (it can be started from 'Software Management', it's description
  has been updated) (fate#302991)
* Mon Apr 07 2008 lslezak@suse.cz
- fixed a typo in the help text (bnc#376311)
- added 'Recommends: checkmedia' dependency to ensure 'checkmedia'
  package is on the medium (bnc#372976)
* Fri Apr 04 2008 jsrain@suse.cz
- avoid calling PackageCallbacksInit::InitPackageCallbacks () to
  prevent testsuites of other packages from failing
- 2.16.31
* Wed Apr 02 2008 lslezak@suse.cz
- adapted callback registration implementation - use references
  to functions (fate#302296)
- moved package callbacks from yast2-packager to yast2 package
- 2.16.30
* Fri Mar 28 2008 lslezak@suse.cz
- use correct "X Window" label (bnc#371552)
* Thu Mar 27 2008 lslezak@suse.cz
- repositories - display and edit priorities (bnc#369827)
- repositories - preselect "URL" type when adding a new repository
  (bnc#301659)
- 2.16.29
* Wed Mar 26 2008 lslezak@suse.cz
- media check - added "Eject" button (bnc#294097)
- repositories - initialize the target in the standalone mode
  to load GPG keys
* Wed Mar 26 2008 lslezak@suse.cz
- media check - updated and improved help text (bnc#132881)
- repositories - URL can be selected and copied (bnc#334757)
- repositories - added URL column into the table (bnc#335880)
- 2.16.28
* Fri Mar 21 2008 lslezak@suse.cz
- media change callback - autoretry downloading after timeout
  (3 attempts, 30 seconds each) (bnc#328822)
- 2.16.27
* Thu Mar 20 2008 jsrain@suse.cz
- do not use double-bullet in the pattern list (fate#120376)
* Thu Mar 20 2008 lslezak@suse.cz
- when changing URL of a repository allow to change the URL as
  a whole (fate#120332)
* Wed Mar 19 2008 lslezak@suse.cz
- do not probe CD/DVD devices after pressing [Eject] (probing
  closes just the ejected device)
- added "Automatic Eject" checkbox (fate#301228)
* Wed Mar 19 2008 lslezak@suse.cz
- Slideshow - dropped vertical multi progress bar, display
  remaining size and time in the main progress bar (fate#303437)
* Mon Mar 17 2008 lslezak@suse.cz
- unified button labels (use "OK" instead of "Accept")
  (fate#120373)
* Mon Mar 17 2008 jsrain@suse.cz
- added 'StartupNotify=true' to the desktop file (bnc #304964)
* Fri Mar 14 2008 lslezak@suse.cz
- added support for starting the repository manager from
  the package manager (fate#302517)
- 2.16.26
* Fri Mar 14 2008 juhliarik@suse.cz
- added calling inst_bootloader from inst_kickoff (FATE #302660)
* Fri Mar 14 2008 lslezak@suse.cz
- support for ejecting specified CD/DVD device, handle multiple
  devices (fate#120298)
- 2.16.25
* Tue Mar 11 2008 lslezak@suse.cz
- display download rate in callbacks (bnc#168935)
- 2.16.24
* Wed Mar 05 2008 lslezak@suse.cz
- added Pkg::CallbackStartRefresh() and Pkg::CallbackDoneRefresh()
  handlers, ask user to skip repository refresh at start up
  (FATE #30962, bnc #231745)
- added menu buttons for refreshing all repositories (#344633)
- 2.16.23
* Wed Feb 27 2008 lslezak@suse.cz
- repositories - added 'community repos' text into the description
  (#346718)
- SourceManager.ycp - removed obsoleted .process agent call
- do not select a Xen kernel, it is part of the Xen pattern now
  (#362030)
- 2.16.22
* Mon Feb 25 2008 sh@suse.de
- Require yast2_ui_pkg in .spec file (bnc #363958)
- V 2.16.21
* Tue Feb 19 2008 lslezak@suse.cz
- PackageCallbacks - properly close Wizard window (#359235)
- 2.16.20
* Mon Feb 18 2008 coolo@suse.de
- use pattern:enhanced_base for "Minimal" desktop (bnc#351027)
* Mon Feb 18 2008 lslezak@suse.cz
- SourceDialogs.ycp - added support for plaindir repositories
  on an disk (incl. USB storage), generalized plaindir handling
  (added SourceDialogs::IsPlaindir(), SourceDialogs::SetURLType(),
  SourceDialogs::EditURLType())
* Fri Feb 15 2008 lslezak@suse.cz
- checkmedia - fixed output for Qt4, use .process agent instead
  of .background
* Fri Feb 15 2008 jsrain@suse.cz
- added handling installation from images (without RPMs)
* Wed Feb 13 2008 jsrain@suse.cz
- Allow to specify whole installation repo URL (in zypp-like
  format) in /etc/install.inf
* Tue Feb 05 2008 locilka@suse.cz
- Fixed filtering in Community Repositories - filtering now uses
  localized strings (bnc #358001).
* Fri Feb 01 2008 locilka@suse.cz
- Using new URL functions in AddOnProduct.
- Adjusted RPM dependencies.
- 2.16.19
* Thu Jan 31 2008 locilka@suse.cz
- Reworked ProductLicense module to handle first-stage installation
  license.
- 2.16.18
* Tue Jan 29 2008 locilka@suse.cz
- Unified DefaultDesktop module and software/desktop selection
  dialog in installation.
- 2.16.17
* Sun Jan 27 2008 coolo@suse.de
- fixing changelog order
* Fri Jan 25 2008 lslezak@suse.cz
- added support for adding repositories on a hard disk or on
  an USB storage device (USB stick, USB disk...) (FATE #302382)
- Disk URL can be edited (#287672)
* Tue Jan 22 2008 lslezak@suse.cz
- callbacks - do not open a new progress window if there is
  a progress already running (the progress will be nested in such
  case) (#352007)
- sw_single - use Progress:: to display the total progress at
  start, reinitialize the target only if it is necessary
- 2.16.16
* Thu Jan 17 2008 lslezak@suse.cz
- use a `BusyIndicator widget instead of the animated icon
- use a map parameter in the GPG key related callbacks,
  display created and expiration dates in the popups,
  display a warning if the key is expired
- implemented AcceptWrongDigest and AcceptUnknownDigest callbacks
- 2.16.15
* Wed Jan 16 2008 locilka@suse.cz
- Always use ProvideOptionalFile for downloading the Release Notes
  (#352887).
* Tue Jan 15 2008 lslezak@suse.cz
- write key manager configuration, display/edit only trusted keys
  (untrusted keys have no storage and will be lost at exit)
* Mon Jan 14 2008 lslezak@suse.cz
- display details about the GPG key selected for import, UI fully
  works, importing/removing a key works in Write()
- 2.16.14
* Thu Jan 10 2008 lslezak@suse.cz
- added preliminary support for GPG key management (FATE #300754)
* Fri Jan 04 2008 lslezak@suse.cz
- PackageCallbacks: do not remove the subprogress widget, try to
  reuse it later if possible (#350584)
- do not call Pkg::SaveState() and Pkg::RestoreState(), the state
  is saved/restored by the package selector widget
- 2.16.13
* Wed Dec 12 2007 lslezak@suse.cz
- bug fixes in the new callbacks
- 2.16.12
* Mon Dec 10 2007 locilka@suse.cz
- PATTERNS tag in Add-On content file can contain list of patterns
  that are automatically pre-selected by adding the Add-On source
  (FATE #302398).
* Mon Dec 10 2007 lslezak@suse.cz
- merged proofread texts (2007-18-23)
* Mon Dec 10 2007 locilka@suse.cz
- Dependency on yast2-country replaced with yast2-country-data
  to minimize dependencies.
* Fri Dec 07 2007 lslezak@suse.cz
- added Process callbacks (fullscreen progress with stages)
- package manager initialization runs in the main window instead
  of popups
- use generic string "Disc" for both CD and DVD repositories
  (#336881)
- 2.16.11
* Tue Dec 04 2007 locilka@suse.cz
- Speeding up Community Repositories (No need to refresh cache).
- New Progress with Icons used in Community Repositories.
* Mon Dec 03 2007 locilka@suse.cz
- Removed "If you like to print this license..." (#327542).
- Using new YCP module Icon in PackageCallbacks.
* Tue Nov 27 2007 locilka@suse.cz
- Module 'Community Repositories' merged into 'Repositories'. It's
  still possible to call 'Community Repositories' separately.
- 2.16.10
* Thu Nov 22 2007 locilka@suse.cz
- Normalizing both already used and downloaded URLs in Community
  Repositories to match them better (#329629).
* Tue Nov 20 2007 lslezak@suse.cz
- fixed a missing import and syntax errors in Packages.ycp
- 2.16.9
* Tue Nov 20 2007 lslezak@suse.cz
- checkmedia: added support for checking ISO files, display
  a warning if the medium doesn't contain MD5 checksum in the
  application area
- display the total download size from http and ftp repositories
  in the installation proposal (#331538)
- describe the items in the SW proposal
- 2.16.8
* Mon Nov 19 2007 lslezak@suse.cz
- checkmedia: colorize the output to make the result (esp. errors)
  more visible (part of #309003)
- 2.16.7
* Mon Nov 19 2007 lslezak@suse.cz
- checkmedia: always print the result of the check - fixed a race
  condition (#309003)
- 2.16.6
* Fri Nov 16 2007 locilka@suse.cz
- SCR agent for any_XML has been moved from yast2-packager-2.16.5
  to yast2-2.16.11 (#332187).
- Adjusted RPM dependencies.
- 2.16.5
* Thu Nov 08 2007 locilka@suse.cz
- Extended AskLicenseAgreement function not to skip already
  accepted license if such behavior requested (because of 'going
  back' in the installation workflow).
* Wed Nov 07 2007 locilka@suse.cz
- AutoinstSoftware::post_packages moved to
  AutoinstData::post_packages to break cyclic dependencies.
- 2.16.4
* Mon Nov 05 2007 locilka@suse.cz
- Part of the package content has been moved to a new package
  yast2-dirinstall.
- Fixed (added) generation of autodocs.
- 2.16.3
* Fri Nov 02 2007 locilka@suse.cz
- Removed dependency on yast2-bootloader, Bootloader::PreUpdate()
  does nothing.
* Thu Nov 01 2007 locilka@suse.cz
- Update/backup-related variables were moved from Update::* to
  Installation::update_* to remove RPM dependencies.
- 2.16.2
* Wed Oct 31 2007 locilka@suse.cz
- installedVersion and updateVersion moved from 'Update' to
  'Installation' YCP module to remove dependencies.
- Removed support for converting inittab from SUSE Linux 7.0 and
  older during upgrade.
- 2.16.1
* Tue Oct 30 2007 locilka@suse.cz
- Downloading only one localized slideshow (with 'en' localization
  as a fallback) instead of downloading the whole directory with
  slides (#326327).
* Fri Oct 26 2007 lslezak@suse.cz
- package kernel-bigsmp has been renamed to kernel-pae
- handle `close event (dialog closed by WM) (#335472)
- 2.16.0
* Thu Oct 11 2007 locilka@suse.cz
- Using the new FileUtils::MD5sum function.
- Adjusted RPM dependencies.
- Calling inst_suse_register instead of suse_register client in
  AddOnProduct module (#297264).
* Wed Oct 03 2007 locilka@suse.cz
- During upgrade, old repositories are removed (they are already
  readded either enabled or disabled during the initial stage
  of the upgrade).
- Before removing, repositories are backed up in
  /var/lib/YaST2/repos.d_backup directory (both #326325).
* Thu Sep 27 2007 lslezak@suse.cz
- fixed a wrong wording in the mediacheck help text (#304677)
* Mon Sep 24 2007 lslezak@suse.cz
- relese the source after it is added, allow changing the CD medium
  in the drive (#293428)
- 2.15.81
* Mon Sep 17 2007 lslezak@suse.cz
- inst_rpmcopy.ycp - check for nil result of Pkg::PkgCommit(),
  display an error message (#293428)
- 2.15.80
* Fri Sep 14 2007 locilka@suse.cz
- Fixed behavior when the same licence had to be accepted several
  times - for every single repository added. Now, the same licence
  has to be accepted only once (during one YaST run) (#305503).
- Adjusted RPM dependency (md5sum binary) (#305503).
- 2.15.79
* Wed Sep 12 2007 locilka@suse.cz
- Fixed evaluation of $short_language localization key in online
  repositories.
- Adapted ag_xmlrepos to understand xml:lang="..." additionally to
  lang="..." (both #299230).
- 2.15.78
* Tue Sep 11 2007 locilka@suse.cz
- Online repositories need to be added with unique alias (#309317).
- Better error handling in checkmedia feature (#305495).
- 2.15.77
* Tue Sep 11 2007 lslezak@suse.cz
- Properly create the progress popup in ncurses so it can be closed
  at the end (#309376), fixed refresh in ncurses
* Mon Sep 10 2007 locilka@suse.cz
- Fixed SlideShow initialization, using Pkg::SourceProvideDirectory
  instead of obsolete Pkg::SourceProvideDir (#305097).
- Calling SetFocus in SourceDialogs for http, https, samba, and ftp
  repositories to adjust the initial tab-order correctly (#305074).
- 2.15.76
* Wed Sep 05 2007 locilka@suse.cz
- Reading and using proxy settings before inst_productsources
  starts downloading files (#307680).
- Initializing packager callbacks in inst_productsources on
  a running system (#307652).
- Warning when inst_productsources is called in installation and
  the inst-sys has not enough memory (#305554).
- Adjusted RPM dependencies.
- 2.15.75
* Mon Sep 03 2007 locilka@suse.cz
- Correctly evaluating relurl:// parameters, such as
  relurl://.../?device=sda5 (#306670).
- 2.15.74
* Mon Sep 03 2007 lslezak@suse.cz
- use gif animation for the busy indicator (works also in Gtk UI)
  (#296945), do not restart the animation too often (wait at least
  3 seconds)
* Mon Sep 03 2007 lslezak@suse.cz
- better busy indicator for tick callback (#296945)
- 2.15.73
* Mon Sep 03 2007 lslezak@suse.cz
- try HTTP scheme when registering an FTP update source fails due
  to too restrictive firewall (#227059)
- 2.15.72
* Mon Sep 03 2007 locilka@suse.cz
- Added support for LiveCD installation into ProductLicense module
  (#299732).
* Fri Aug 31 2007 locilka@suse.cz
- Added commandline support for inst_productsources (#304720).
- 2.15.71
* Fri Aug 31 2007 lslezak@suse.cz
- check exit status and report errors when adding online
  repositories (#306272)
- 2.15.70
* Wed Aug 29 2007 lslezak@suse.cz
- fully initialize the target system when adding an update
  repository (#304310)
- 2.15.69
* Fri Aug 24 2007 locilka@suse.cz
- Fixed "If you like to print this license..." by moving it to the
  correct place (#304334).
- 2.15.68
* Fri Aug 24 2007 locilka@suse.cz
- Disable the [ Next ] button in the License dialog until either
  "Agree" or "Dont't Agree" is selected (#303828).
- 2.15.67
* Thu Aug 23 2007 locilka@suse.cz
- Displaying license in a separate Wizard dialog not to rewrite the
  progress or other dialogs below (#303922).
* Thu Aug 23 2007 sh@suse.de
- Beautification for bug #299787: Preserve spacings even with
  over-long repo names
- 2.15.66
* Wed Aug 22 2007 lslezak@suse.cz
- better error handling when adding Online Repositories (#302385)
- disable [Back] button in the check media module (#300208)
- 2.15.65
* Wed Aug 22 2007 locilka@suse.cz
- Make possible to abort in the the Read/Write dialog of Online
  Repositories (#298050).
- [ Back ] [ Cancel ] [ Accept ] buttons in Software Selection
  dialog (#298056).
- 2.15.64
* Thu Aug 16 2007 jsuchome@suse.cz
- inst_source.ycp renamed to repositories.ycp  (#300923)
- fixed double-click in the sources table
- 2.15.63
* Thu Aug 16 2007 ug@suse.de
- check wether packages have to be installed turned off for
  autoinstallation (#300215)
- 2.15.62
* Thu Aug 16 2007 lslezak@suse.cz
- disable autorefresh for CD repositories (#300928)
- use the last directory name from URL as name (#299816)
- display more details when adding a source fails
* Tue Aug 14 2007 jsuchome@suse.cz
- Merged proofread texts
- 2.15.61
* Tue Aug 14 2007 jsuchome@suse.cz
- double-click in the sources table toggles enabled/disabled status
  (#299787)
- 2.15.60
* Mon Aug 13 2007 lslezak@suse.cz
- report details when initialization of the installation repository
  fails (#299716)
- 2.15.59
* Fri Aug 10 2007 locilka@suse.cz
- Using "Online Repositories" for Internet/Web-based/Additional/...
  repositories downloaded from web during the first stage
  installation (#296407).
- 2.15.58
* Fri Aug 10 2007 jsrain@suse.cz
- fixed textdomain of load_release_notes.ycp
* Fri Aug 10 2007 lslezak@suse.cz
- removed extra RPM DB reload (workaround for #201121), not needed
  anymore (#296457)
* Thu Aug 09 2007 locilka@suse.cz
- Adapted License handling to search for /license.tar.gz with
  /media.1/license.zip as a backward compatibility/fallback.
- Modified text informing where to find the license
  (both bugzilla #298342 and FATE #302018).
- 2.15.57
* Wed Aug 08 2007 lslezak@suse.cz
- shorten URL used as alias or name
- 2.15.56
* Wed Aug 08 2007 locilka@suse.cz
- Fixed adding Internet repositories to be able to use them during
  installation (#298422).
- Adapted Internet repositories client to preselect recommended
  repositories for the first run of the client in installation
  and to sort by the 'recommended' tag in installation (#297628).
* Wed Aug 08 2007 jsrain@suse.cz
- updated prefix to release notes during installation slideshow
  (#296433)
* Wed Aug 08 2007 lslezak@suse.cz
- do not loose the repository name when adding has failed (#297774)
- fixed repository editing when download has failed
* Mon Aug 06 2007 lslezak@suse.cz
- properly detect ISO image (disable autorefresh)
- show download progress when installing packages (#297843)
- allow entering an IP address in the server name widget (#288445)
- 2.15.55
* Mon Aug 06 2007 lslezak@suse.cz
- fixed repository probing (merging URL and product directory has
  been moved to pkg-bindings)
- 2.15.54
* Mon Aug 06 2007 locilka@suse.cz
- Added text into the license-confirmation dialog about where to
  find the license on the media (FATE #302018).
- Using new Pkg::RepositoryAdd and Pkg::SourceRefreshNow functions
  that enables installation to set the repository name and alias
  before it is used (#297422).
* Thu Aug 02 2007 locilka@suse.cz
- Support for localized strings in remote repositories
  (inst_productsources).
- Better error handling when parsing downloaded XML file in
  ag_xmlrepos.
- Added support for downloading from HTTPS servers.
- Only repositories with 'installation_repo' tag set are used in
  first stage installation (instead of 'official') (#297628).
- Reporting when list of repositories is empty, cannot be
  downloaded or parsed (#294997).
- Using new pkg-bindings functionality to provide optional
  directory with licenses (#302018).
- New text for License dialog (FATE #302018 comment #36).
- Download and use y2update before merging installation.xml when
  use Add-On product in installation (#295160).
- Renamed product repositories to "Community Repositories".
- Adjusted RPM dependencies (yast2-pkg-bindings).
* Thu Aug 02 2007 lslezak@suse.cz
- inst_source - download metadata for CD/DVD repositories
  immedately, the medium can be changed later and accidentaly
  a different repository can registered
- improved download progress callback handlers (#292629)
- fixed "tick" callback progress
- beep when another medium is needed (#45527, FATE #120296)
- release all sources in the first stage, manual CD unmount is not
  needed anymore (FATE #413)
- 2.15.53
* Tue Jul 31 2007 locilka@suse.cz
- New location of licenses on the media - in /media.1/license/
  directory in uncompressed state (FATE #302018). Staying backward
  compatible by supporting /media.1/license.zip as well.
* Mon Jul 30 2007 locilka@suse.cz
- Adding new informative text where to find just displayed license
  (FATE #302018).
- 2.15.52
* Mon Jul 30 2007 lslezak@suse.cz
- sw_single - do not abort after pressing [Continue] when a zypp
  lock exists, use a separate error popup dialog (workaround
  for #293356)
- inst_source - updated help text (#291004)
- 2.15.51
* Mon Jul 30 2007 locilka@suse.cz
- Community servers are not used during the installation (Bugzilla
  [#293811]).
* Mon Jul 30 2007 jsrain@suse.cz
- allow to display release notes while installing packages
  (Fate #302342)
* Fri Jul 27 2007 locilka@suse.cz
- Added new SCR agents ag_anyxml and ag_zypp_repos (FATE #301785).
* Fri Jul 27 2007 lslezak@suse.cz
- use "Software Repositories" label in Y2CC (#215198)
- Updated Progress callback handler to handle a "raw" progress
- 2.15.50
* Fri Jul 27 2007 jsrain@suse.cz
- redesigned the repository management dialog (Fate #302072),
  repository name can be changed together with the URL, do not
  reset the name (#258783)
* Thu Jul 26 2007 lslezak@suse.cz
- inst_source - use product name or URL as alias for a new
  repository (instead of a timestamp)
- added inst_repo.ycp (alias to inst_source)
* Tue Jul 24 2007 lslezak@suse.cz
- use generic "Medium X" label instead of unreliable "CD"/"DVD"
  detection (the detection was based on the URL scheme of the
  repository) (#281857)
- always display source name in the table
- 2.15.49
* Mon Jul 23 2007 lslezak@suse.cz
- inst_source - add multiple installation repositories at one
  (download and parse all metadata at the end) (FATE #301730,
  bug #208461)
- added an option to completely skip metadata downloading when
  registering a repository (FATE #301894)
- 2.15.48
* Mon Jul 23 2007 lslezak@suse.cz
- Hide "Synchronize with Zenworks" option when ZMD is not available
  (#292631)
* Thu Jul 19 2007 locilka@suse.cz
- New agent .xmlrepos for parsing XML files according to One Click
  Install Standard.
- Module OneClickInstallStandard rewritten from Perl to YCP to
  use new .xmlrepos agent.
- Modified RPM dependencies.
- Removed obsolete testsuite for OneClickInstallStandard module.
- Adapted inst_productsources to the new OneClickInstallStandard.
- Adjusted spec file to the new source files (all items: #292643).
- 2.15.47
* Thu Jul 19 2007 lslezak@suse.cz
- dialog sizes adapted to support resolutions lower than 800x600
  (#273147)
- "installation source" changed to "repository"
* Wed Jul 18 2007 locilka@suse.cz
- Added support for relative URLs in the add_on_products file by
  handling a new URL type: relurl://... (FATE #302123).
* Wed Jul 18 2007 lslezak@suse.cz
- added Progress callbacks
- use "name" key for changing the name
- removed obsoleted code (no "broken" sources anymore)
- SourceManager::CreateLocalMetaData() has been removed (it's
  obsoleted and unused in any yast module)
- 2.15.46
* Thu Jul 12 2007 locilka@suse.cz
- Client inst_productsources moved here from yast2-installation.
- Adjusted Requires: tag to match inst_productsources' needs.
- Added productsources.desktop to the Software in Control Center.
- Client inst_productsources changed to use OneClickInstallStandard
  YaST module (and its XML format).
- Added helps into the inst_productsources.
- 2.15.45
* Mon Jul 09 2007 locilka@suse.cz
- Added new OneClickInstallStandard module written in Perl to
  support XML format specified by One Click Install Standard
  http://en.opensuse.org/Standards/One_Click_Install - Only
  repositories are supported now.
- Added perl-XML-Simple to the spec file as 'Requires'.
- Added testsuite for OneClickInstallStandard module.
- 2.15.44
* Wed Jul 04 2007 locilka@suse.cz
- Callback function for setting the trust level to the GnuPG key
  has been merged with a function for importing the same key. By
  now, if key is trusted, it's also imported (#282254).
- 2.15.43
* Thu Jun 28 2007 jsrain@suse.cz
- updated for live CD installation
* Fri Jun 01 2007 locilka@suse.cz
- Adjusted Add-On module to store also a "PRODUCT" tag from the
  product content file to be later used by AutoYaST cloning.
- Add-On Export uses that "autoyast_product" ("PRODUCT") instead of
  the "product" key which is used for other purposes, mostly for
  UI (#279893).
- 2.15.42
* Wed May 30 2007 lslezak@suse.cz
- do not show an installation source in the package installation
  dialog (slideshow) when there is no package to install (#277148)
* Fri May 25 2007 jsrain@suse.cz
- removed outdated translations from .desktop-files (#271209)
* Thu May 24 2007 lslezak@suse.cz
- install 'portmap' package if installing from a NFS source
  (#277813)
- 2.15.41
* Mon May 21 2007 jsrain@suse.cz
- check if host name specified is valid (#232887)
* Thu May 17 2007 locilka@suse.cz
- Sort licenses alphabetically using an lsort instead of common
  sort builtin (#274747).
- 2.15.40
* Thu May 17 2007 lslezak@suse.cz
- Call Pkg::TargetLoad() when there is a patch provided by
  the update source to get applicable patches (#270919)
* Wed May 16 2007 locilka@suse.cz
- Fixed behavior when Add-On products are automatically added by
  list of products defined in add_on_products file. UI layer knowns
  about the products and during installation, we can remove them or
  add them again. Wizard steps are redrawn immediately after adding
  these Add-Ons (#269625).
- Function Packages::Initialize has been split into more smaller
  functions for an easier maintenance.
- 2.15.39
* Thu May 10 2007 lslezak@suse.cz
- Display "Install more packages?" question also when taboo state
  of a package is changed in the package management (#272690)
* Fri May 04 2007 lslezak@suse.cz
- close the "Initializing catalogs..." popup before opening
  another one (#269920)
- 2.15.38
* Thu May 03 2007 lslezak@suse.cz
- basic command line support for dirinstall (#269889), sw_single
  (#269908) and inst_source (#269893)
* Wed May 02 2007 lslezak@suse.cz
- inst_source - display the current alias when the table content
  is refreshed (#258776)
- 2.15.37
* Thu Apr 26 2007 lslezak@suse.cz
- use "Retry" label instead of "OK" in the media change popup
  (#264705)
* Wed Apr 25 2007 lslezak@suse.cz
- display added SLP sources in the overview table (#251182)
- preselect the choosen medium type when going back
- 2.15.36
* Wed Apr 25 2007 lslezak@suse.cz
- inst_source.ycp - display broken sources in the overview dialog
  (#265579)
- use RichText widget in the broken source popup window (make the
  message scrollable)
- 2.15.35
* Tue Apr 24 2007 lslezak@suse.cz
- fixed inverted meaning of the "Do not show again" checkbox
  (#245734)
- 2.15.34
* Mon Apr 23 2007 lslezak@suse.cz
- properly initialize desktop configuration dialog when going back
  in the installation workflow (#264295)
- the ellipsis from "Refresh Now" menu item has been removed
  (#264276)
- 2.15.33
* Fri Apr 20 2007 locilka@suse.cz
- Escaping and quoting .target.back* calls.
* Tue Apr 17 2007 locilka@suse.cz
- Initializing target in inst_rpmcopy only if some packages need
  to be installed (partly FATE #301924).
- Replacing obsolete 'find' builtins with 'regexpmatch'.
- 2.15.32
* Tue Apr 10 2007 lslezak@suse.cz
- use better heading in RPM reading popup (#261278)
- 2.15.31
* Fri Apr 06 2007 lslezak@suse.cz
- added user authentication callback - Authentication() (#190609)
- 2.15.30
* Fri Apr 06 2007 lslezak@suse.cz
- fixed missing translation mark (#252551)
* Wed Apr 04 2007 ug@suse.de
- 2.15.29
* Wed Apr 04 2007 ug@suse.de
- signature checks for individual add-ons for autoyast
* Mon Apr 02 2007 locilka@suse.cz
- Making SLP Catalog Details wider and higher. The exact dialog
  size depends on selected UI and ammount of information presented
  in table (#237337).
- 2.15.28
* Mon Apr 02 2007 lslezak@suse.cz
- Pkg::CallbackSourceCreateInit/Destroy() and
  Pkg::CallbackSourceReportInit() handlers (#251726)
- 2.15.27
* Fri Mar 30 2007 locilka@suse.cz
- Added global variable into AddOnProduct that informs installation
  whether low-memory issue has been already reported or not
  (bugzilla #239630).
* Wed Mar 28 2007 locilka@suse.cz
- Moved some testsuites from yast2-packager to yast2
- 2.15.26
* Wed Mar 28 2007 locilka@suse.cz
- Most of the AddOnProduct functionality has been made more
  abstract and moved to a new module WorkflowManager to yast2.rpm
  in order to make possible Pattern-based workflow (FATE #129).
- Adjusted RPM requierements and BuildRequires
- Adjusted testsuites
- 2.15.25
* Thu Mar 22 2007 lslezak@suse.cz
- display remaining unconfirmed licenses of selected packages
  (#242298)
- 2.15.24
* Tue Mar 20 2007 lslezak@suse.cz
- display timeout value in seconds instead of milliseconds
  (#223808)
* Tue Mar 13 2007 locilka@suse.cz
- Making AddOnProduct::RedrawWizardSteps function global to be able
  to redraw Wizard look from whereever we need.
- Directory /usr/share/YaST2/control/ owned by this package.
- 2.15.23
* Fri Mar 09 2007 locilka@suse.cz
- Adding 'unzip' into RPM dependencies because it's needed by
  ProductLicense module to unzip license.
* Fri Mar 09 2007 locilka@suse.cz
- Module InstShowInfo has been moved from yast2-installation to
  yast2-packager because this module is used by Add-Ons and
  installation sources only.
- 2.15.22
* Thu Mar 08 2007 mvidner@suse.cz
- Escape the URL properly when appending an alias before syncing with
  ZMD (#247249).
- Therefore reverted the underscore change from 2.15.16. (#248228).
- 2.15.21
* Wed Mar 07 2007 locilka@suse.cz
- Added more debugging logs for selecting XEN kernel in case of
  xen pattern selected for installation (#250131).
* Tue Mar 06 2007 locilka@suse.cz
- AddOnProduct and ProductLicense finally moved to yast2-packager
  from yast2-installation to avoid build cycles.
- 2.15.20
* Fri Mar 02 2007 lslezak@suse.cz
- add Xen paravirtual drivers to initrd if they are selected for
  installation (#241564)
- correctly test non-root partition size (#245734)
- 2.15.19
* Mon Feb 26 2007 jsrain@suse.cz
- added yast2-add-on to dependencies
- 2.15.18
* Fri Feb 23 2007 lslezak@suse.cz
- it is posible to specify HTTP/HTTP port in the source
  configuration module (#247019), removed workaround for #179424
- 2.15.17
* Wed Feb 21 2007 lslezak@suse.cz
- allow to change name (alias) of a source (#228978)
- 2.15.16
* Wed Feb 21 2007 sh@suse.de
- Renamed iconst for desktops (bug #247294):
  kde.png -> yast-kde.png,
  gnome.png -> yast-gnome.png
* Wed Feb 21 2007 lslezak@suse.cz
- replace spaces by underscore in alias when it's passed to rug
  (#247249)
- media change callback - display label "(Medium Number x)"
  for network sources (#156028)
* Mon Feb 19 2007 lslezak@suse.cz
- added Browse buttons for scanning the network in NFS source
  dialog, use Label::BrowseButton()
- fixed errors reported by check_ycp
- 2.15.15
* Mon Feb 19 2007 locilka@suse.cz
- Do not call bind mount and do not remove devs.rpm when running
  the System Update. Only remove from rpm database in that case
  (#246389).
* Mon Feb 19 2007 lslezak@suse.cz
- do not show "install more" question when the package selection
  has been aborted or the package selection has not been changed
  (#230773)
- installation source - renamed menu item ("Enable or Disable" ->
  "Status On or Off") to be consistent with the table header
  (#231225)
- do not display "CD x" medium description in the media change
  popup if the source is a network source (#156028)
* Fri Feb 16 2007 lslezak@suse.cz
- Replace the middle part of a long URL/file name by ellipsis
  to display the most interesting part of the message in
  the progress popup (#221163)
- 2.15.14
* Thu Feb 15 2007 locilka@suse.cz
- Disabling removing information about installed patches
  (FATE #301990, Bugzilla #238488).
- 2.15.13
* Thu Feb 15 2007 lslezak@suse.cz
- handlers for ScanDB callbacks (RPM DB reading) (#219953)
- 2.15.12
* Tue Feb 13 2007 locilka@suse.cz
- Calling bind mount and removing devs.rpm only in case of upgrade
  (#244937).
- 2.15.11
* Mon Feb 12 2007 lslezak@suse.cz
- Fixed AcceptUnknownGpgKey() and TrustGpgKey() GPG callback
  handlers (#242087, #240771)
- 2.15.10
* Fri Feb 09 2007 lslezak@suse.cz
- ignore mounted sources in SpaceCalculation::EvaluateFreeSpace()
  (#221308)
- use 'Unsigned Package/File' heading in the callback for
  handling unsigned files/packages (#171105)
- removed dependency on yast2-storage (#238673)
- 2.15.9
* Wed Feb 07 2007 locilka@suse.cz
- Removing devs.rpm in case of update before installation starts.
- Bind-mounting the current instsys:/dev/ to installedsys:/dev/.
  Both requested in feature #301903.
* Wed Feb 07 2007 lslezak@suse.cz
- slideshow - enable Abort button and reset abort status when
  the slideshow is started again ('install more packages' has
  been accepted) (#226041)
* Tue Feb 06 2007 lslezak@suse.cz
- inst_source - display the alias in the overview if the product
  is not known (#241032)
- callbacks - close download popup and source progress popup if
  an error occurrs (#216950)
- 2.15.8
* Mon Feb 05 2007 lslezak@suse.cz
- dirinstall - properly initialize Slideshow module, supress
  an invalid warning during initialization (#187352)
- slideshow - display sw_single icon in the dialog
- 2.15.7
* Fri Feb 02 2007 locilka@suse.cz
- Separating SLP-related functions to the SourceManagerSLP module.
- Creating new add_inst_source_slptype client.
- Handling not installed yast2-slp package in inst_source client.
- All to make system without yast2-slp package installed possible
  (#238680).
* Thu Feb 01 2007 lslezak@suse.cz
- inst_source - "Synchronize with ZENworks" setting is persistent
  now (#230727)
- dirinstall - recheck disk space when the target directory
  is changed (#224150), properly initialize partitioning
  (use the mount points only below the target)
- dirinstall - display a progress dialog at start/finish
* Wed Jan 31 2007 lslezak@suse.cz
- inst_source: disable autorefresh for a new ISO image based
  source (#223585)
- inst_source: merged "Package Directory" into "Local Directory",
  added "Local ISO Image" source type (#204943)
- fixed checkmedia test in the first installation stage (#238670)
- 2.15.6
* Fri Jan 26 2007 lslezak@suse.cz
- inst_source - validate the entered path, added ISO image check
  (#224797)
* Fri Jan 26 2007 lslezak@suse.cz
- removed obsolete module PackageSelectionIO.ycp (reading/writing
  of the current package selection is implemented in UI)
- removed Packages::languagePackages() - yast2-trans-* packages are
  selected by the solver
- use new Pkg::*Locale functions, do not install language packages
  when yast2 -i is invoked in another locale (#223624)
- 2.15.5
* Thu Jan 25 2007 lslezak@suse.cz
- improved the disk space check - compute disk usage of a packge
  for the current partitioning (#222556), ignore read-only
  partitions (#211735)
- install 'checkmedia' package in run time, removed RPM
  dependency (#238670)
- 2.15.4
* Fri Jan 19 2007 kmachalkova@suse.cz
-  Make MediaChange dialog more readable in text-mode (#222602)
* Wed Jan 17 2007 lslezak@suse.cz
- show the pattern selection dialog when doing update in a running
  system (#229951)
* Fri Jan 12 2007 lslezak@suse.cz
- use "label" in the installation proposal dialog and in
  the source summary dialog (#231521)
- 2.15.3
* Thu Dec 14 2006 lslezak@suse.cz
- use "Skip" button instead of "Ignore" in the download error
  popup (#228370)
- inst_source: display complete URL dialog when the http source
  URL has a port specified (#179424)
* Thu Dec 14 2006 lslezak@suse.cz
- do not display full path to a package in the installation popup
- free size warning: prepend '/' to a partition name if it
  does not begin with '/'
* Wed Dec 13 2006 lslezak@suse.cz
- display the correct error description in the error popup when
  a download fails (#228178)
- 2.15.2
* Tue Dec 12 2006 locilka@suse.cz
- Desktop selection dialog doesn't use [Select] button anymore.
  Other options are solved by another hidden radio-buttons
  (#202132).
* Thu Dec 07 2006 lslezak@suse.cz
- inst_source: `restart_menu is not needed anymore (#148683)
* Wed Dec 06 2006 lslezak@suse.cz
- inst_source: removed extra UI::CloseDialog() call (#224944),
  check number of arguments
- 2.15.1
* Mon Dec 04 2006 locilka@suse.cz
- Wider text entry for filter form in SLP sources.
* Wed Nov 29 2006 lslezak@suse.cz
- split the long label to more lines (#215340)
* Wed Nov 29 2006 lslezak@suse.cz
- use Report::LongError(), the error message might be very long
  (esp. important in ncurses UI) (#222893)
- do not install "mol" and "sudo" on ppc (#222906)
- install "xen-tools" in a Xen VM (required for registration)
  (#223643)
- 2.15.0
* Wed Nov 22 2006 lslezak@suse.cz
- removed the workaround for #202088 (target is reloaded
  automaticaly, removed the unnecessary reload)
- show the GPG key name in the trust key dialog (#223170)
- fixed initialization for YUM sources in slideshow, show output
  for a YUM source (medium number 0 is allowed) (#220242)
- 2.14.10
* Wed Nov 22 2006 lslezak@suse.cz
- installation source: make the input widgets wider (#222548)
- package selection: do not use dropped PPC packages (#222909)
- 2.14.9
* Tue Nov 21 2006 mvidner@suse.cz
- Implemented sw_single --remove and sw_single --update (#222757).
  (Called by yast2-2.14.14)
- Say "Synchronizing with ZENworks" instead of "Initializing Catalogs"
  when doing so after the first reboot (#221250).
- 2.14.8
* Mon Nov 20 2006 lslezak@suse.cz
- if the installation source is SMB/CIFS share then install
  'cifs-mount' package to mount the source later; check whether
  the package is installed when creating a SMB/CIFS source at
  run-time (#220921)
- fixed copy&paste typo in PackageCallbacks::SetScriptCallbacks()
  and CleartScriptCallbacks() functions
- 2.14.7
* Mon Nov 13 2006 lslezak@suse.cz
- add a local directory as an installation source (support for
  "Plaindir" source type) (#168358)
- 2.14.6
* Mon Nov 13 2006 locilka@suse.cz
- Removing information about applied patches and used selections
  during update (#210552).
- Added dependency on yast2-pkg-bindings >= 2.14.0
* Mon Nov 13 2006 mvidner@suse.cz
- ZENworks sync: delete disabled sources, add enabled ones (#182992).
  Also during system upgrade (#219414).
- Do not try to sync with ZENworks if there have been no changes (#217697).
* Fri Nov 10 2006 locilka@suse.cz
- Fixed 'fixed' SLP attribute scanning - key "ip" contains IP of
  server which sent the information about SLP service, not "pcHost"
- Removed /usr/bin/host call which is not needed anymore again
  (used for converting "pcHost" to "ip").
- Services with no label are now correctly listed as a root-tree
  items instead of listing under one tree-item with empty label.
- All changes fixed according to bugzilla #219759.
- One more UI::CloseDialog() call in inst_source client.
* Thu Nov 09 2006 lslezak@suse.cz
- install packages for additional languages (invalidate
  the software proposal cache when the language selection has
  been changed) (#218769)
- 2.14.5
* Thu Nov 09 2006 lslezak@suse.cz
- sw_single: do not install the UI language when it already has
  been installed (#206076), do not refresh target when no change
  has been done (#219330)
- 2.14.4
* Wed Nov 08 2006 lslezak@suse.cz
- installation source: split directory name from host name
  (#211522), refresh "User" and "Password" widget status when
  scheme is changed
- callbacks: return correct ignore value in the command line mode
- 2.14.3
* Mon Nov 06 2006 lslezak@suse.cz
- fixed the default button in the SLP source selection dialog
  (#214924)
- allow to enter more character in the filter widget (#216277)
- fixed SLP attribute scanning
- 2.14.2
* Wed Nov 01 2006 mvidner@suse.cz
- Ask the user for confirmation before removing broken installation
  sources. The failure may be permanent (source is gone) or temporary
  (network is down, proxy problem) (#210514).
- 2.14.1
* Mon Oct 30 2006 lslezak@suse.cz
- do not show hidden patterns in the installation proposal
- 2.14.0
* Mon Oct 30 2006 locilka@suse.cz
- Moving ProductFeatures::Save() to save_config_finish.ycp
  (bugzilla #209119).
- Create SourceManager::InstallationSourceOnPartition function that
  returns the disk partition used as installation source (if any).
- Calling Storage::RemoveDmMapsTo (device) in the begining of
  inst_rpmcopy (#208222).
- Fixed include path for packager (/packager).
- Added RPM dependency on yast2-rpm.
* Tue Oct 24 2006 mvidner@suse.cz
- If ZMD is not installed, do not complain about not being able
  to start it (#214588).
- 2.13.158
* Tue Oct 24 2006 lslezak@suse.cz
- Fixed SourceProgressCallback() return value (do not abort)
  (#213628)
- 2.13.157
* Mon Oct 23 2006 mvidner@suse.cz
- Added a checkbox Synchronize Changes with ZENworks to make the
  undocumented feature "yast2 inst_source norug" more visible.
- Added a popup while doing the sync (#201453).
- 2.13.156
* Fri Oct 20 2006 lslezak@suse.cz
- handle Ignore button properly when a download fails, do not
  abort installation (#200084)
- 2.13.155
* Thu Oct 19 2006 lslezak@suse.cz
- dirinstall - quote directory name, it can contain spaces
  (locilka@suse.cz) (bug #211576)
- 2.13.154
* Mon Oct 16 2006 lslezak@suse.cz
- script callbacks - installation and run-time (feature #100233)
- 2.13.153
* Mon Oct 16 2006 locilka@suse.cz
- Window listing found SLP sources in ncurses is newly based on the
  currently available space (#209426).
* Wed Sep 27 2006 locilka@suse.cz
- YCP modules that originated in yast2-packager and had been in
  yast2-installation were moved back to yast2-packager. Done in
  installation version 2.13.155.
- Removed yast2-installation and yast2-firewall from build
  requirements.
- 2.13.152
* Mon Sep 25 2006 jsrain@suse.cz
- fixed incorrect casting string to symbol (#204814)
* Fri Sep 22 2006 lslezak@suse.cz
- callback handler - close the error popup window (#206953)
- reinitialize the package manager after installation
  (temporary workaround for #201121, #202088)
- 2.13.151
* Wed Sep 20 2006 lslezak@suse.cz
- checkmedia - show output in a richtext widget, fixed labels
  (feature #422), adapted to chages in 'checkmedia' output
- 2.13.150
* Mon Sep 18 2006 lslezak@suse.cz
- handlers for the new source callbacks (feature #1466), requires
  yast2-pkg-bindings >= 2.13.95
- 2.13.149
* Wed Sep 06 2006 lslezak@suse.cz
- print a warning in the installation proposal if there is
  a partition with too low free space (#179953)
- don't run the solver after selecting a Xen kernel, run it just
  once when creating the proposal
- evaluate the package selection only once in the installation
  proposal, cache the software proposal and evaluate the package
  selection only when it's necessary (feature #300709)
- 2.13.148
* Mon Sep 04 2006 lslezak@suse.cz
- install all packages in the first stage if it's possible
  (feature #3425, bugzilla #103800)
- 2.13.147
* Fri Aug 18 2006 jsrain@suse.cz
- syntax fix
- 2.13.146
* Thu Aug 17 2006 jsrain@suse.cz
- added callbacks for patch/delta RPMs
- 2.13.145
* Wed Aug 09 2006 jsrain@suse.cz
- select packages also according to architecture and version for
  2nd stage of installation (#186912)
* Tue Aug 08 2006 jsrain@suse.cz
- updated KDE blurb in desktop selection dialog (#144612)
* Mon Aug 07 2006 jsrain@suse.cz
- add possibility to change order of sources (#190069)
- updated texts in slideshow log (#177502)
- 2.13.144
* Fri Aug 04 2006 jsrain@suse.cz
- optimized the source management dialog (#190069)
- updated help texts
- 2.13.143
* Tue Aug 01 2006 jsrain@suse.cz
- removed Up/Down buttons from inst_source dialog (#190069)
* Wed Jul 26 2006 jsrain@suse.cz
- provide earlier feedback for sw_single (jsuchome)
- remove blank spaces from host name (if accidentally entered)
  (#176762)
- 2.13.142
* Mon Jul 24 2006 jsrain@suse.cz
- remove bold highlight in help text (#179420)
- allow to abort installation if CD1 not in the drive (#167674)
- report proper message if no catalog found via SLP and firewall
  is running (#156444)
* Sun Jul 16 2006 olh@suse.de
- introduce a Linuxrc::display_ip and use it instead of Arch::s390
- 2.13.141
* Mon Jul 10 2006 jsrain@suse.cz
- clean-up of selection related stuff
- 2.13.140
* Thu Jun 29 2006 jsrain@suse.cz
- optimized source dialogs (#179447)
- import Storage later to prevent early run of construcor
* Mon Jun 26 2006 jsrain@suse.cz
- preselect patterns according to selected desktop (#183944)
* Thu Jun 22 2006 jsuchome@suse.cz
- do not clear directory entry when Anonymous is (un)checked (#186849)
- 2.13.139
* Tue Jun 20 2006 jsrain@suse.cz
- abort installation completly if package installation aborted
  (#186660)
- 2.13.138
* Mon Jun 19 2006 jsrain@suse.cz
- ask about add-on product license if add-on product was used as
  bootable medium (#186148)
- 2.13.137
* Tue Jun 13 2006 ug@suse.de
- a warning popups breaks autoinstallation (#184349)
- 2.13.136
* Mon Jun 12 2006 mvidner@suse.cz
- Respect /etc/sysconfig/security:CHECK_SIGNATURES in callbacks.
- 2.13.135
* Mon Jun 12 2006 jsrain@suse.cz
- ask user to confirm a license if product added via the
  inst_source module (#183733)
- 2.13.134
* Fri Jun 09 2006 jsrain@suse.cz
- handle list of all resolvables needed to be selected in 2nd stage
  of the installation (#181198)
- 2.13.133
* Thu Jun 08 2006 schubi@suse.de
- Selecting product in the init of Packages.ycp ( only autoyast mode)
  Bug 178831
* Wed Jun 07 2006 jsuchome@suse.cz
- show detailed error message when adding of source failed (#182462)
- 2.13.131
* Tue Jun 06 2006 mvidner@suse.cz
- Moved SourceManager + deps from yast2-packager to yast2-installation
  to avoid circular BuildRequires.
- 2.13.130
* Tue Jun 06 2006 mvidner@suse.cz
- Moved the major part of Register::add_update_sources to
  SourceManager::AddUpdateSources.
- In SourceManager::AddUpdateSources, also tell rug
  which zypp/yum sources it should add. This enables
  rejecting broken or untrusted sources (#180820).
- 2.13.129
* Tue Jun 06 2006 jsrain@suse.cz
- do not report error if slideshow missing on the media (#182008)
- 2.13.128
* Tue Jun 06 2006 mvidner@suse.cz
- Source synchronization: call rug with --quiet (#179080).
  Enable aborting the sync. Increase logging.
- 2.13.127
* Mon Jun 05 2006 jsrain@suse.cz
- do not call Pkg::PkgCommit (9999) in first stage (#181195)
- 2.13.126
* Fri Jun 02 2006 lslezak@suse.cz
- run the solver after selecting a Xen kernel (#178306)
- fixes in SourceManager module (nil check, infinite loops)
- 2.13.125
* Fri Jun 02 2006 jsrain@suse.cz
- log Report messages by default (bug 180862)
- 2.13.124
* Thu Jun 01 2006 jsrain@suse.cz
- initialize package callbacks earlier to allow install from
  incorrectly signed installation source (#179567)
- 2.13.123
* Wed May 31 2006 locilka@suse.cz
- Adding simple editor for viewing and removing "Do Not Show Again"
  entries from the current configuration.
- Correcting function that removes these entries inside the
  DontShowAgain module.
* Tue May 30 2006 jsrain@suse.cz
- fixed installation into directory (preselect patterns, don't ask
  about base selection if pattern-based installation) (#177917)
- 2.13.122
* Tue May 30 2006 locilka@suse.cz
- Reimplementing the "Do Not Show Again" popups to store this flag
  permanently. It stores URL + dialog type + default return
  value (#175845).
- 2.13.121
* Thu May 25 2006 mvidner@suse.cz
- Use Pkg::SourceSaveAll which always saves even if no sources are
  enabled (#176013).
- 2.13.120
* Wed May 24 2006 jsrain@suse.cz
- properly integrate YCP code for add-on product installation if
  add-on product media booted (if YCP code present) (#178311)
- 2.13.119
* Fri May 19 2006 jsrain@suse.cz
- store ProductFeatures before starting package installation
  (#176993)
- 2.13.118
* Wed May 17 2006 jsrain@suse.cz
- decode %%2f from FTP path from install.inf (#169310)
- 2.13.117
* Tue May 16 2006 jsrain@suse.cz
- don't use patterns required by product during autoinstallation
  (#159466)
- 2.13.116
* Tue May 16 2006 jsrain@suse.cz
- fixed selecting XEN kernel (normal vs. PAE) (#173593)
- fixed help text to make xgettext extract it (#175930)
- 2.13.115
* Fri May 12 2006 mvidner@suse.cz
- Before synchronizing sources with ZenWorks, check whether we are in
  sync already (#168740, #175174).
- When syncing source changes to ZenWorks, first delete and then add,
  otherwise replacing a source with itself breaks (#175159).
- Removed dead code, fixed the (unused) return value.
- "yast2 inst_source norug" will not try to sync with ZenWorks (#175173).
- 2.13.114
* Thu May 11 2006 jsrain@suse.cz
- disable automatic modprobe just before starting copying the
  RPM packages (#172149)
- 2.13.113
* Thu May 11 2006 jsrain@suse.cz
- preselect patterns specified in the content file (#168297)
- 2.13.112
* Wed May 10 2006 lslezak@suse.cz
- dirinstall - deselect the previous selection when the selection
  is changed (#166962)
- 2.13.111
* Tue May 09 2006 jsrain@suse.cz
- properly select newer version of packages if service pack is
  added (#172271)
- 2.13.110
* Tue May 09 2006 jsrain@suse.cz
- preselect relevant packages for X11 installation (#168056)
- 2.13.109
* Thu May 04 2006 locilka@suse.cz
- Merged text from proofreading
- 2.13.108
* Tue May 02 2006 locilka@suse.cz
- Allways install from all media when Packages::metadir_used is set
  to true. This adds the missing functionality to the previous fix.
- 2.13.107
* Tue May 02 2006 locilka@suse.cz
- Splitting inst_rpmcopy source code into smaller functions
- Calling first stage installation packages commit limited to first
  media, unlimited in other cases (such as second stage
  installation) (#170079)
- 2.13.106
* Tue May 02 2006 mvidner@suse.cz
- Reverted the redirection, ag_background will be changed instead
  (#169648#c39).
* Tue May 02 2006 mvidner@suse.cz
- Redirect rug stdout to null because it can block (#169648).
- Sometimes rug ping gives the exit code 0xff_ffff_ffff_ffff so
  declare success if stderr is empty (#170549).
- 2.13.105
* Fri Apr 28 2006 jsuchome@suse.cz
- show reasonable error message when rug fails
- 2.13.104
* Thu Apr 27 2006 mvidner@suse.cz
- Tell libzypp-zmd-backend not to write sources to zypp db,
  we are going to do it ourselves (#170113).
- 2.13.103
* Thu Apr 27 2006 locilka@suse.cz
- Do not create the /etc/mdadm.conf file when it is not needed
  or when the file already exists (during inst-update) (#169710)
- 2.13.102
* Thu Apr 27 2006 lslezak@suse.cz
- dirinstall - create /dev/null and /dev/zero devices in
  the target directory (some packages require them in the
  postinstall script) (#158476)
- dirinstall - updated the list of disabled services, do not
  modify /etc/inittab - it's not needed for a Xen guest
  installation
- 2.13.101
* Wed Apr 26 2006 jsrain@suse.de
- fixed setting language adter package manager reset (#162064)
- 2.13.100
* Wed Apr 26 2006 mvidner@suse.cz
- Detect source manager init failure and tell the user why the package
  management is going to exit (#166278).
- 2.13.99
* Wed Apr 26 2006 lslezak@suse.cz
- display removed packages during system update (#167957)
- 2.13.98
* Tue Apr 25 2006 jsrain@suse.de
- fixed checking of add_on_products on CD1
* Tue Apr 25 2006 mvidner@suse.cz
- Rug and zmd timeout should not be necessary having fixed #165821,
  but 2 minutes is too short. Increasing it to 30 min everywhere just
  to be safe (#165753).
- 2.13.97
* Tue Apr 25 2006 locilka@suse.cz
- Improved GnuPG dialogs for changed zypp and pkg-bindings
  to display the full URL and not to break visibility.
- Adding Progress popup information when syncing ZMD/YaST sources
  (#168742)
- 2.13.96
* Mon Apr 24 2006 mvidner@suse.cz
- Always tell rug that zypp owns the source (#168739).
- 2.13.95
* Mon Apr 24 2006 locilka@suse.cz
- modified help texts for importing GnuPG keys to make removing
  the [Details...] button possible. Leaving the old ones unchanged.
- splitting displayed fingerprint with space after every 4th
  character
* Fri Apr 21 2006 jsrain@suse.de
- create 1st source as source containing base product (#160585)
- 2.13.93
* Thu Apr 20 2006 mvidner@suse.cz
- The separator for URL query parameters is '&', not ';' (#168030).
- 2.13.92
* Thu Apr 20 2006 locilka@suse.cz
- GnuPG dialogs enhanced with optional fingeprint parameter,
  dialogs should handle both defined and undefined one (#167519).
- 2.13.91
* Wed Apr 19 2006 jsuchome@suse.cz
- after finishing sources configuration, restart menu.ycp (#162966)
- 2.13.90
* Wed Apr 19 2006 mvidner@suse.cz
- Fixed a false timeout when calling rug (#165821).
- Really increased the rug timeout (#165145#c11).
- 2.13.89
* Tue Apr 18 2006 jsrain@suse.de
- inform in the log that installation was aborted (#157322)
- 2.13.88
* Tue Apr 18 2006 jsrain@suse.de
- provide function to install add-on products specified on medium
* Tue Apr 18 2006 sh@suse.de
- Fixed bug #164869: No dependency check in pattern selector
  due to duplicated "Accept" button
- V 2.13.87
* Tue Apr 18 2006 lslezak@suse.cz
- allow system update although there is not enough free space
  (#158785)
- 2.13.86
* Tue Apr 18 2006 lslezak@suse.cz
- DirInstall - don't initialize the sources in the constructor,
  install the package callbacks in the dirinstall mode (#167281)
- 2.13.85
* Fri Apr 14 2006 jsrain@suse.de
- reverted displaying selected patterns in simple proposal (#162281)
- 2.13.84
* Fri Apr 14 2006 mvidner@suse.cz
- Detect failure when creating the installation source (#166210).
- 2.13.83
* Thu Apr 13 2006 jsrain@suse.de
- allow to repartition disk if too much software selected (#163316)
- 2.13.82
* Wed Apr 12 2006 jsuchome@suse.cz
- enable editing iso sources
- do not add more slashes when concatenating server and directory
  for non-ftp source url (#163791)
- 2.13.81
* Wed Apr 12 2006 locilka@suse.cz
- Correct handling of copying slides to the local directory when no
  slides found on the source.
* Wed Apr 12 2006 jsuchome@suse.cz
- enable saving the sources if rug reports errors (#165478)
- 2.13.80
* Wed Apr 12 2006 locilka@suse.cz
- Merged text from proofreading
* Wed Apr 12 2006 mvidner@suse.cz
- Increased the timeout for ZMD source syncing to 30 minutes (#165145).
- 2.13.79
* Tue Apr 11 2006 jsrain@suse.de
- display selected patterns in simple proposal (#162281)
* Tue Apr 11 2006 jsrain@suse.de
- select laptop pattern on laptops (#165155)
- 2.13.78
* Tue Apr 11 2006 locilka@suse.cz
- Increasing time-out for calling 'rug' from 60 to 120 secs.
- 2.13.76
* Tue Apr 11 2006 locilka@suse.cz
- Added function for callback Pkg::CallbackAcceptFileWithoutChecksum()
- 2.13.75
* Mon Apr 10 2006 locilka@suse.cz
- Hide password when reporting the URL for failed adding add-on
  product (#164881).
- 2.13.74
* Mon Apr 10 2006 visnov@suse.cz
- adapt slideshow for new pkg-bindings API (#161298)
- 2.13.73
* Fri Apr 07 2006 lslezak@suse.cz
- display a warning when Pkg::SourceStartCache fails (#163267)
- 2.13.72
* Fri Apr 07 2006 jsuchome@suse.cz
- import gpg keys before creating source (#164001)
- 2.13.71
* Fri Apr 07 2006 kkaempf@suse.de
- call rug with source type 'zypp' instead of 'yast'.
- 2.13.70
* Fri Apr 07 2006 locilka@suse.cz
- Disabling [Details...] button in ImportGPGKeyDialogs when no
  details are available.
* Thu Apr 06 2006 mvidner@suse.cz
- Only add the alias parameter to rug sa for --type=ZYPP (#164083).
- 2.13.69
* Thu Apr 06 2006 jsrain@suse.de
- do not display hidden patterns in proposal (#159450)
* Thu Apr 06 2006 mvidner@suse.cz
- Use Pkg::SourceGeneralData["type"] for rug sa, do not hardcode "zypp".
* Thu Apr 06 2006 lslezak@suse.cz
- increased minimum free size for update (from 2%% to 5%%) (#163197)
- 2.13.68
* Thu Apr 06 2006 visnov@suse.cz
- delete broken sources if they cannot be restored (#157100)
- 2.13.67
* Thu Apr 06 2006 locilka@suse.cz
- Adding Do_not_show_this_dialog_again functionality into some
  SignatureCheckDialogs.
* Wed Apr 05 2006 jsrain@suse.de
- call Pkg::PkgFreshen in proposal (#156980)
- 2.13.65
* Wed Apr 05 2006 jsrain@suse.de
- do not preselect X11 packages if not running VNC installation
  (#163201)
- 2.13.64
* Wed Apr 05 2006 mvidner@suse.cz
- Call SourceManager::SyncYaSTInstSourceWithZMD () in
  inst_rpmcopy(continue) because inst_suse_register does not run
  without a network connection (#156030#c30).
- Do not sync if rug not present.
- Report rug errors to the user.
- Delete sources only after we do not need their data for syncing.
- 2.13.63
* Wed Apr 05 2006 mvidner@suse.cz
- Added SourceManager::SyncAddedAndDeleted and calling it from
  inst_source (#156030#c29).
- 2.13.62
* Wed Apr 05 2006 locilka@suse.cz
- Some new texts and dialogs for SignatureCheckDialogs
- New functions for Pkg:: callbacks:
  - CallbackAcceptUnsignedFile
  - CallbackAcceptUnknownGpgKey
  - CallbackImportGpgKey
  - CallbackAcceptVerificationFailed
  - CallbackTrustedKeyAdded
  - CallbackTrustedKeyRemoved
- 2.13.61
* Wed Apr 05 2006 visnov@suse.cz
- Show the type of the source in installation sources module if needed
- 2.13.60
* Tue Apr 04 2006 jsrain@suse.de
- fixed servicepack.tgz integration
- added support for loopback mounted ISO (#159565)
- 2.13.59
* Tue Apr 04 2006 mvidner@suse.cz
- Call rug sa for all known installation sources,
  using the URL+alias instead of /installation (#156030).
- 2.13.58
* Tue Apr 04 2006 locilka@suse.cz
- Added initial Signatures-Handling callbacks (#162858)
- 2.13.57
* Thu Mar 30 2006 mvidner@suse.cz
- Don't run the modules if another process has the zypp lock (#160319).
- 2.13.56
* Wed Mar 29 2006 locilka@suse.cz
- Enhanced texts in SignatureCheckDialogs module
* Wed Mar 29 2006 locilka@suse.cz
- Merged proofread texts for SignatureCheckDialogs
- Adjusted dialogs for SignatureCheckDialogs to show informative
  icons/images (warning/error/question).
- Improved SignatureCheckDialogs UI
- Stopping ZMD after the Sync is done when is wasn't running before
  (#161279)
- 2.13.55
* Wed Mar 29 2006 locilka@suse.cz
- Moving ZMD sync from pkg_finish to SourceManager module (#161279)
* Tue Mar 28 2006 locilka@suse.cz
- Added the first implementation of SignatureCheckDialogs module.
- 2.13.54
* Tue Mar 28 2006 visnov@suse.cz
- Show type of installation source if name is not known
* Tue Mar 28 2006 locilka@suse.cz
- Moving ZMD sync to the pkg_finish client that is called after the
  switch_scr client (#161299).
* Tue Mar 28 2006 visnov@suse.cz
- fix slideshow in 1st stage (#154324)
- 2.13.53
* Mon Mar 27 2006 locilka@suse.cz
- YaST installation source is added into ZMD after the installation
  or update at the end of the inst_rpmcopy client. It checks the
  ZMD status and starts it if isn't running. Then it adds the
  'ZYPP' service if such service is not listed and activates it
  (#156030).
- 2.13.52
* Wed Mar 22 2006 locilka@suse.cz
- release media before asked for another (partly fixes #159754)
- 2.13.51
* Tue Mar 21 2006 lslezak@suse.cz
- 2.13.50
* Tue Mar 21 2006 lslezak@suse.cz
- don't show /dev and /media filesystems in disk usage overview
  at update, properly report disk usage (#159517)
* Tue Mar 21 2006 visnov@suse.cz
- Show also errors from ZYPP why sources cannot be restored (#157880)
* Tue Mar 21 2006 visnov@suse.cz
- Lookup the add_on_products file as optional (#159116)
- V 2.13.49
* Mon Mar 20 2006 sh@suse.de
- V 2.13.48
- Fixed bug #154872: Pkg names truncated at "-"
* Mon Mar 20 2006 locilka@suse.cz
- proper handling with data returned from Pkg::TargetGetDU()
  boolean -> integer (#159463)
* Thu Mar 16 2006 jsrain@suse.de
- provide function to initialize installation sources with
  visual feedback
- 2.13.47
* Thu Mar 16 2006 locilka@suse.cz
- better handling of 'yast2 -i $param', if the $param points to the
  file which exists and is bigger than 0, it's parsed, else it is
  handled as the package-name (#158226)
* Wed Mar 15 2006 jsrain@suse.de
- select proper desktop during installation (#155095)
* Wed Mar 15 2006 schubi@suse.de
- removed "taring" of the rpm-DB. We will mentioned it in the release notes
* Tue Mar 14 2006 jsrain@suse.de
- do not call PkgCommit if there are no packages left (#156365)
- 2.13.46
* Tue Mar 14 2006 schubi@suse.de
- tar does not support bzip2 in the inst-sys
* Tue Mar 14 2006 visnov@suse.cz
- disable sources on the target system for upgrade (#154850)
- 2.13.44
* Mon Mar 13 2006 jsrain@suse.de
- do not report void error during installation after reboot
- fixed encodign the URL options (#155428)
- 2.13.43
* Mon Mar 13 2006 visnov@suse.cz
- backup old RPM database for testing
- 2.13.42
* Fri Mar 10 2006 lslezak@suse.cz
- 2.13.41
* Fri Mar 10 2006 lslezak@suse.cz
- merged proofread texts
* Fri Mar 10 2006 lslezak@suse.cz
- fixed disk usage summary in update proposal (total installation
  size was 1024x greater) (#156382)
* Fri Mar 10 2006 visnov@suse.cz
- fix packageprovide callback signature (#155016)
* Fri Mar 10 2006 lslezak@suse.cz
- dirinstall - initialize the package manager (#152311)
* Wed Mar 08 2006 jsrain@suse.de
- report if selecting package during 2nd stage installation fails
  (#155471)
* Wed Mar 08 2006 jsrain@suse.de
- fixed automatical inserting of system packages even if they were
  removed before (#155819)
- 2.13.40
* Wed Mar 08 2006 jsrain@suse.de
- correctly encode the URL (#155428)
* Mon Mar 06 2006 lslezak@suse.cz
- display correct installation size (#154296)
- 2.13.39
* Fri Mar 03 2006 jsrain@suse.de
- check whether correct media is in drive when initializing package
  maneger (#154344)
- 2.13.38
* Fri Mar 03 2006 jsrain@suse.de
- use target system as download area (#151862)
* Thu Mar 02 2006 jsrain@suse.de
- keep selected products on package manager reset (#154631)
- 2.13.37
* Thu Mar 02 2006 visnov@suse.cz
- fix ProvidePackage callback signatures
* Wed Mar 01 2006 jsrain@suse.de
- correctly display pattern summary in proposal (#153713)
* Tue Feb 28 2006 jsrain@suse.de
- added more checking for laptop (#151813)
- 2.13.36
* Mon Feb 27 2006 jsrain@suse.de
- removed order/instorder file handling
- fixed setting default desktop according to destop dialog (#152709)
- 2.13.35
* Fri Feb 24 2006 jsuchome@suse.cz
- added dialogs for ISO installation source
- 2.13.34
* Thu Feb 23 2006 jsrain@suse.de
- add support for patterns to proposal routines
- 2.13.33
* Wed Feb 22 2006 jsrain@suse.de
- updated BuildRequires
- do not reset selection if running out of disk space (#148658)
- 2.13.32
* Tue Feb 21 2006 jsrain@suse.de
- fixed displaying add-on selections (#152332)
- 2.13.31
* Tue Feb 21 2006 kkaempf@suse.de
- append "filesytem" modifier with "&" instead of ";" (#152017)
- V 2.13.30
* Mon Feb 20 2006 visnov@suse.cz
- Properly detect laptop (#158813)
- Improve handling of installation sources (#150237)
- V 2.13.29
* Fri Feb 17 2006 visnov@suse.cz
- properly report package removal problems
- V 2.13.28
* Thu Feb 16 2006 visnov@suse.cz
- don't show non-remote files as a downloaded ones
* Wed Feb 15 2006 jsrain@suse.de
- create /etc/mdadm.conf on update (#146304)
- 2.13.27
* Wed Feb 15 2006 visnov@suse.cz
- V 2.13.26
* Tue Feb 14 2006 visnov@suse.cz
- susetags source type identifier is "YaST" (#150237)
* Tue Feb 14 2006 visnov@suse.cz
- store persistently the sources in inst_source (#150237)
- fix store removal (#150237)
- V 2.13.25
* Tue Feb 14 2006 visnov@suse.cz
- adapt testsuite a bit more
- V 2.13.24
* Mon Feb 13 2006 kkaempf@suse.de
- adapt testcase to changed url behaviour
- V 2.13.23
* Mon Feb 13 2006 kkaempf@suse.de
- switch from "path param" to "query param" in URLs passed to
  the media backend (#150230)
- V 2.13.22
* Mon Feb 13 2006 sh@suse.de
- V 2.13.21
- Applied olh's patch to reduce warnign logging
* Tue Feb 07 2006 visnov@suse.cz
- close the package eval progress dialog later
- adapt Slideshow for ZYPP
- V 2.13.20
* Sun Feb 05 2006 olh@suse.de
- powerpc-utils is now pulled in via Requires in lilo
* Wed Feb 01 2006 sh@suse.de
- Now using patterns selection during installation
  (user can go to detailed software selection with "Details" button
- V 2.13.19
* Tue Jan 31 2006 jsrain@suse.cz
- add function to set packages to be selected prior to installation
  proposal (needed for iSCSI)
- 2.13.18
* Wed Jan 25 2006 olh@suse.de
- ppc64-utils -> powerpc-utils (#144758)
* Mon Jan 23 2006 jsrain@suse.cz
- merged texts from proofread
- renamed installation sources to catalogs
- 2.13.17
* Tue Jan 03 2006 visnov@suse.cz
- Added base selection selection client
- 2.13.16
* Wed Dec 21 2005 visnov@suse.cz
- Merged proofread texts
* Tue Dec 20 2005 sh@suse.de
- Fixed bug #65913: inst_rpmcopy / slide show needs reinit() call
- V 2.13.15
* Fri Dec 16 2005 jsrain@suse.cz
- removed call of obsolete script gnome-preinstall
- 2.13.14
* Fri Dec 02 2005 jsrain@suse.cz
- do not report that source refresh was skipped if user skipped
  it via pressing a button (#133811)
- report more information about source if refresh fails (#133811)
* Mon Nov 28 2005 jsrain@suse.cz
- display GNOME as the first desktop (#132491)
- 2.13.13
* Mon Nov 28 2005 visnov@suse.cz
- adding of SLP installation source
* Tue Nov 22 2005 jsrain@suse.cz
- showing better popup during package download and installation
- set default desktop according to control file
- 2.13.12
* Tue Nov 15 2005 ug@suse.de
- don't overwrite additionalLocales in autoinstallation
- 2.13.11
* Tue Nov 08 2005 lslezak@suse.cz
- URL escaping moved to URL.ycp
- 2.13.10
* Wed Nov 02 2005 lslezak@suse.cz
- command line mode support in the error callbacks (#131746)
- 2.13.9
* Tue Nov 01 2005 jsrain@suse.cz
- added support for HTTPS installation source (#130710)
- do not ask about desktop during installation if base selection
  is fixed in the control file
- renamed inst_desktop_new.ycp to inst_destkop.ycp
- 2.13.8
* Mon Oct 31 2005 jsrain@suse.cz
- fixed copying GPG keys from installation media during
  installation (#130579)
* Mon Oct 24 2005 lslezak@suse.cz
- installation source module can be closed by window
  manager (#118233)
* Mon Oct 24 2005 lslezak@suse.cz
- reimplemented callbacks for the command line mode (#91033)
- 2.13.7
* Tue Oct 18 2005 jsrain@suse.cz
- don't allow to set "autorefresh" to "PlainDir" sources (#128379)
- made source adding popups wider, added possibility to set URI
  directly (#120954)
- 2.13.6
* Wed Oct 05 2005 jsrain@suse.cz
- allow to break package download (#115534)
- fixed installation progress handling (#114653)
- 2.13.5
* Tue Oct 04 2005 jsrain@suse.cz
- correctly calculate used/free space on disks which are not
  formatted during installation (#113605)
- 2.13.4
* Tue Oct 04 2005 mir@suse.de
- inst_source_dialogs.ycp: added getUrl2 and editUrl2 which
  can deal with https if allowHttps is set. Needed for
  online_update_start.ycp to deal with https
  (Bug #118781, needs fix for yast2-online-update, too)
  (backport from 2.9.71)
- 2.13.3
* Mon Oct 03 2005 jsrain@suse.cz
- reinitialize slideshow data for 2nd round of package installation
  (#113946)
- changed the condition checking whether there is enough space to
  install a package (#115235)
- store list of failed packages from installation, offer to install
  them when later installing packages (#114658)
- enable visual feedback of package (un)installation related
  callback by default (#73044)
* Fri Sep 30 2005 jsrain@suse.cz
- fixed confusing popup after software installation (#113640)
- reinitialize language selection if user returns to initial
  language selection dialog (#114782)
- 2.13.2
* Tue Sep 27 2005 jsrain@suse.cz
- do not use confusing labels when modifying CD/DVD installation
  source (#116321)
* Mon Sep 26 2005 jsrain@suse.cz
- do not report void message when adding YUM source (#113688)
- react correctly on closing button of the window in installation
  source dialog (#114660)
- avoid modifying installed system if installing to directory
  (#86283)
- check whether running as root in 'yast -i' (#75335)
- 2.13.1
* Fri Sep 16 2005 kkaempf@suse.de
- allow slideshow path with long language code (#115589)
- 2.13.0
* Thu Sep 08 2005 jsrain@suse.cz
- fixed untranslated text in installation wizard (#114934)
- 2.12.31
* Tue Sep 06 2005 jsrain@suse.cz
- use correct icon for desktop selection dialog (#105158)
- install irqbalance on AMD64 SMP systems (#114425)
- 2.12.30
* Mon Sep 05 2005 lslezak@suse.cz
- detect all ready CD drives - enable using of more CD drives for
  installation (#114762), testsuite updated
- 2.12.29
* Fri Sep 02 2005 jsrain@suse.cz
- offer software selection when installing into directory (#105818)
- 2.12.28
* Fri Aug 26 2005 jsrain@suse.cz
- deselect package "ial" on Toshiba laptops (#112949)
- 2.12.27
* Thu Aug 25 2005 jsrain@suse.cz
- fixed unmounting of /sys and /proc during dirinstall (#104659)
- 2.12.26
* Wed Aug 24 2005 jsrain@suse.cz
- added missing translation mark (#106117)
- 2.12.25
* Mon Aug 22 2005 lslezak@suse.cz
- removed XEN dirinstall client (obsoleted by yast2-vm - full
  installation inside XEN VM) (#105831)
- 2.12.24
* Mon Aug 22 2005 jsrain@suse.cz
- do not put ACPI modules to initrd on architectures which do not
  support ACPI (#105997)
* Fri Aug 19 2005 jsrain@suse.cz
- changed the way source refresh is set on/off
- 2.12.23
* Thu Aug 18 2005 jsrain@suse.cz
- fixed list of packages for VNC installation (#105167)
- added alternative dialog for desktop selection (#104643)
- don't reset software selection if disk exhausted, just warn user
  and prevent from installing (#104626)
- 2.12.22
* Thu Aug 18 2005 lslezak@suse.cz
- checkmedia - adapted to the new version of checkmedia utility
* Thu Aug 18 2005 jsrain@suse.cz
- fixed switching automatical source refresh on/off (#104995)
* Mon Aug 15 2005 jsrain@suse.cz
- make the OK button in alternate desktops popup default button
  (#104589)
- merged texts from proofread
- 2.12.21
* Mon Aug 15 2005 jsrain@suse.cz
- changed description of software manager (#104076)
- 2.12.20
* Fri Aug 12 2005 jsrain@suse.cz
- don't ask for selections when packages in proposal selected
  (#104059)
* Fri Aug 12 2005 jsrain@suse.cz
- fixed several errors in code, added missing shortcuts
* Thu Aug 11 2005 jsrain@suse.cz
- changed the order of offered desktops (#103803)
- added missing comments for translators
* Wed Aug 10 2005 jsrain@suse.cz
- remember entered value for source location for "retry" (#102996)
- fixed pkgdb rebuilding callbacks (#78359)
- 2.12.19
* Tue Aug 09 2005 jsrain@suse.cz
- removed yast2-x11 from Requires and nfb (#102621)
- add the required ACPI modules to initrd always (#90345)
- show information text in the desktop selection dialog (#102943)
- 2.12.18
* Mon Aug 08 2005 jsrain@suse.cz
- add some ACPI modules to initrd (#90345)
- 2.12.17
* Mon Aug 08 2005 lslezak@suse.cz
- checkmedia - don't print MD5 checksum (#97207)
* Mon Aug 08 2005 jsrain@suse.cz
- fixed spacing in desktop selection dialog (#102537)
- force to resolve conflict in software selection dialog (#102539)
* Fri Aug 05 2005 jsrain@suse.cz
- added callbacks for source refresh
- updated the desktop selection dialog
- 2.12.16
* Fri Jul 29 2005 jsrain@suse.cz
- allow to show source URL without refresh check box needed for YOU
- 2.12.15
* Thu Jul 28 2005 jsrain@suse.cz
- merged texts from proofread
- 2.12.14
* Tue Jul 26 2005 jsrain@suse.cz
- added option to swith source auto-refresh on/off
- 2.12.13
* Fri Jul 22 2005 jsrain@suse.cz
- fix desktop selection dialog under NCurses (#97410)
- added help text to desktop selection dialog
- 2.12.12
* Fri Jul 15 2005 jsrain@suse.cz
- updated the inst_desktop cilent
- 2.12.11
* Thu Jul 14 2005 jsrain@suse.cz
- reset the proposal if desktop changes
- moved inst_desktop.ycp from yast2-installation
* Thu Jul 14 2005 jsrain@suse.cz
- adapted for desktop selection from installation wizard
- added simple proposal
- allowed to go back in installatino through checkmedia
- adapted to new partitioner using storage-lib (arvin)
- 2.12.10
* Mon Jul 11 2005 jsrain@suse.cz
- removed missed dependency on Display.ycp
- 2.12.9
* Mon Jul 11 2005 jsrain@suse.cz
- removed dependency on vanished Display.ycp to fix build
- 2.12.8
* Wed Jun 15 2005 jsrain@suse.cz
- fixed copying of gpg keys during installation (#84175)
- 2.12.7
* Tue Jun 07 2005 jsrain@suse.cz
- report meaningful error if installation source ID changes
  (#78998)
* Mon Jun 06 2005 jsrain@suse.cz
- fixed creating an image for directory installation (#86983)
- 2.12.6
* Wed Jun 01 2005 jsrain@suse.cz
- cache service pack CD if installed from DVD (#85850)
* Thu May 26 2005 jsrain@suse.cz
- cache packages from service pack CD (#85850)
* Mon May 23 2005 jsrain@suse.cz
- fixed integration of patch CD (#84735)
* Mon May 16 2005 jsrain@suse.cz
- rename 'default' variable (Runlevel::default)
- 2.12.5
* Tue May 03 2005 visnov@suse.cz
- replaced 'default', it's a keyword now
- 2.12.4
* Wed Apr 27 2005 jsrain@suse.cz
- added client for finishing basic installation
- 2.12.3
* Mon Apr 25 2005 jsrain@suse.cz
- enhanced selection of CD drive to use for isntallation (#75980)
* Wed Apr 20 2005 lslezak@suse.cz
- checkmedia - moved CD device probing to CheckMedia.ycp
  (see #75980)
* Tue Apr 19 2005 jsrain@suse.cz
- more adaptations to new interface of ProductFeatures.ycp
- 2.12.2
* Mon Apr 18 2005 jsrain@suse.cz
- adapted to new interface of ProductFeatures.ycp
- 2.12.1
* Wed Mar 30 2005 jsrain@suse.cz
- check for solver errors during installation proposal (#61787)
- 2.12.0
* Thu Mar 24 2005 jsrain@suse.cz
- display size of downloaded packages (#74012)
- warn user and enter single package selection if after setting
  base selection caused a conflict (#72423)
- report an error if yast -i is run on unexistent package (#71892)
* Mon Mar 14 2005 nashif@suse.de
- Reverted changes for space checking, needs more work
- 2.1.36
* Sat Mar 12 2005 nashif@suse.de
- Bug #67337: Create /var/lib/YaST2/runme_at_boot
- Bug #71973: Check for required space when installing into
  directory
- Bug #72257: select Xen when installing into directory
- 2.1.35
* Fri Mar 11 2005 lslezak@suse.cz
- fixed name of the icon for checkmedia client (#72160)
- 2.11.34
* Fri Mar 11 2005 jsrain@suse.cz
- fixed incorrecto counting of disk space (#71772)
- fixed generating list of language-dependend packages (#71099)
- ensure Pkg target is inited before installing a package via
  command-line (#71761)
- 2.11.33
* Mon Mar 07 2005 jsrain@suse.cz
- fixed counting disk size of packages to install (#67278)
* Thu Mar 03 2005 jsrain@suse.cz
- added xen-dirinstall client
* Wed Mar 02 2005 sh@suse.de
- Renamed some icons in .desktop files (name clashes)
* Wed Mar 02 2005 jsrain@suse.cz
- merged texts from proofread
* Wed Mar 02 2005 jsrain@suse.cz
- provide visual feedback before initializing package manager
* Tue Mar 01 2005 jsrain@suse.cz
- use product macro in desktop selection dialog help (#8876)
* Mon Feb 28 2005 lslezak@suse.cz
- checkmedia - UI fixes: header layout fixed, improved help text,
  disabled progress bar, use Close button instead of OK (#66642)
* Sat Feb 26 2005 nashif@suse.de
- Added missing import
- 2.11.29
* Wed Feb 23 2005 jsrain@suse.cz
- fixed comments for translators
- fixed some check_ycp errors
- changed the form of SMB/CIFS URL according to packagemanager
  (#53423)
- 2.11.28
* Mon Feb 21 2005 lslezak@suse.cz
- checkmedia - check wheter the drive contains CD1 when
  the module finishes (#65947)
- removed "CD/DVD Media Check" link from the installation proposal
- version 2.11.27
* Mon Feb 21 2005 jsrain@suse.cz
- fixed handling of samba URLs containing workgroup (#53423)
- display Samba as SMB/CIFS (#53423)
- 2.11.26
* Fri Feb 18 2005 lslezak@suse.cz
- checkmedia: unmount CD (allow to change the media) and remount
  back (#50627)
* Fri Feb 18 2005 jsrain@suse.cz
- import Product.ycp in inst_software in order to correctly replace
  the &product; macro in helps (#46247)
- 2.11.25
* Thu Feb 17 2005 nashif@suse.de
- Adapted creation of samba URLs (#26059)
- Do not rewrite multiple CD urls (multiple sources on CD) with one
  sinle URL read from install.inf
- Testsuites for source URLs
- V 2.11.24
* Thu Feb 17 2005 sh@suse.de
- Fixed bug #51006: sw_single during installation starts with "search"
- V 2.11.23
* Wed Feb 16 2005 jsrain@suse.cz
- fixed getting URL from install.inf if installation from CDs
  (#50893)
- 2.11.22
* Mon Feb 14 2005 jsrain@suse.cz
- fixed inst_custom_packages.ycp syntax
- 2.11.21
* Mon Feb 14 2005 lslezak@suse.cz
- checkmedia - fixed automatic start (#50621)
- 2.11.20
* Fri Feb 11 2005 nashif@suse.de
- disabled detecting slp sources
- 2.11.19
* Fri Feb 11 2005 jsrain@suse.cz
- better warning if out-of-disk-space during update (#50376)
- 2.11.18
* Thu Feb 10 2005 lslezak@suse.cz
- checkmedia - updated help texts, added read check, translate
  output from checkmedia
- 2.11.17
* Wed Feb 09 2005 nashif@suse.de
- Do not run remove_junk when updating on running system
* Wed Feb 09 2005 kkaempf@suse.de
- drop installation of fixed list of packages when PCMCIA is
  detected. Theses packages are covered by the 'laptop' selections.
* Wed Feb 09 2005 nashif@suse.de
- Added module SourceManager and client for 3rd party package
  installation
- 2.11.15
* Tue Feb 08 2005 kkaempf@suse.de
- add 'laptop' selections to proposal if PCMCIA interface
  is detected.
- 2.11.14
* Mon Feb 07 2005 jsrain@suse.cz
- merged texts from proofread
- 2.11.13
* Mon Feb 07 2005 jsrain@suse.cz
- display total size of packages to be installed
- install pbbuttonsd instead of pmud on PowerBooks
- 2.11.12
* Mon Jan 31 2005 lslezak@suse.cz
- checkmedia - show progress, show link in the software proposal
  only when using CD/DVD installation source
- version 2.11.11
* Fri Jan 28 2005 lslezak@suse.cz
- Check media feature (#100172)
- 2.11.10
* Mon Jan 24 2005 nashif@suse.de
- Set arguments according to new installation workflow interface
* Wed Jan 19 2005 jsrain@suse.cz
- removed unneeded import
- 2.11.7
* Tue Jan 11 2005 jsrain@suse.cz
- improve checks if base selection was changed (#37726)
- display information what package is downloaded in installation
  log (#37712)
- 2.11.6
* Mon Jan 10 2005 jsrain@suse.cz
- fixed parser of yast2/order and yast2/instorder files (#39405)
- displaying more meaningful label if cannot reach network server
  while installing packages (#28605)
* Fri Jan 07 2005 jsrain@suse.cz
- don't use YCP keyword as variable name
* Wed Jan 05 2005 jsrain@suse.cz
- adapted to new interface of Kernel.ycp
- 2.11.5
* Tue Jan 04 2005 jsrain@suse.cz
- fixed error reporting when unable to initialize isntallation
  source during installation (#40876)
- removed dependency on yast2-bootloader
* Thu Nov 11 2004 arvin@suse.de
- always use Directory::logdir
* Tue Nov 09 2004 arvin@suse.de
- added missing imports
* Wed Nov 03 2004 arvin@suse.de
- fixed return type of SourceChange
* Wed Oct 27 2004 arvin@suse.de
- adapted to new Mode.ycp
* Mon Oct 11 2004 jsrain@suse.cz
- adapted to new Arch:: interface
- 2.11.0
* Fri Oct 01 2004 sh@suse.de
- Fixed bug #44853 (again): Bad "next CD" msg upon last CD
- V 2.10.24
* Thu Sep 30 2004 arvin@suse.de
- removed confusing superfluous error message (bug #46411)
* Wed Sep 29 2004 arvin@suse.de
- fixed build
* Mon Sep 27 2004 kkaempf@suse.de
- Read(.probe.system) to get board/vendor specific packages
  (#35245), V 2.10.22
* Fri Sep 24 2004 sh@suse.de
- V 2.10.21
- Added some blanks as margin in slide show details table
* Thu Sep 23 2004 nashif@suse.de
- Use service pack even if the product CD has no order/instorder
  files in "yast2/"
* Thu Sep 23 2004 nashif@suse.de
- Copy service pack archive from the correct location
* Wed Sep 22 2004 sh@suse.de
- V 2.10.18
- Fixed bug #45824: Bad total slide show times if >2:00:00 per CD
* Wed Sep 22 2004 arvin@suse.de
- allow to disable some callbacks (needed for bug #45647)
* Thu Sep 16 2004 sh@suse.de
- V 2.10.16
- Reduced logging - no more complaints about no slides on CD2..CD10
- Fixed bug #44853: Bad "next CD" display when installing from the
  last CD
* Wed Sep 15 2004 sh@suse.de
- V 2.10.15
- Added check for 'nil' to avoid crashing back to linuxrc when no
  base selection is selected (bug #45312)
* Wed Sep 08 2004 sh@suse.de
- Fixed remaining times for CD2..CDx:
  Local variables shadowed each other
- Suppressed superfluous warning about non-existent widget `slideText
- V 2.10.14
* Tue Sep 07 2004 arvin@suse.de
- added proposal step to initialize sources (needed to solve
  bug #44724)
* Mon Sep 06 2004 visnov@suse.cz
- V 2.10.12
- ComputeKernelPackages moved to Kernel
* Fri Sep 03 2004 sh@suse.de
- V 2.10.11
- Fixed bug #44407: Faster restart of sw_single
  Now asking "Would you like to install more packages"
  rather than exiting right away
* Thu Sep 02 2004 sh@suse.de
- V 2.10.10
- Added package counter to slide show details table
* Mon Aug 30 2004 arvin@suse.de
- add nongpl kernel package during installation (bug #44394)
* Fri Aug 27 2004 sh@suse.de
- V 2.10.8
- Reduced debug logging
- Removed excessive debugging code
* Fri Aug 27 2004 sh@suse.de
- V 2.10.7
- First version of new slide show that actually displays slides
* Fri Aug 27 2004 arvin@suse.de
- merged proof read messages
* Mon Aug 23 2004 sh@suse.de
- V 2.10.5
- Replace &imagedir; with slide_pic_path in slide show
* Fri Aug 20 2004 sh@suse.de
- V 2.10.4
- First version (in CVS HEAD) with new slide show
* Wed Aug 18 2004 nashif@suse.de
- Using xorg-x11 instead of XFree86.
* Fri Aug 13 2004 kkaempf@suse.de
- add languagePackages() to select yast2-trans-$lang for each
  selected locales (#42844)
* Thu Aug 12 2004 nashif@suse.de
- merged changes for from 9.1 Branch (SLES,NLD)
  - Handle Service Pack CDs
  - Desktop Selection
* Tue Aug 10 2004 jsrain@suse.cz
- report if invalid source media location was entered (if media of
  other type than UnitedLinux is found) and ask user before adding
  such source (#43421)
* Thu Jul 29 2004 nashif@suse.de
- Remove Mode::live_eval
* Wed Jul 14 2004 jsrain@suse.cz
- report missing media properly (#42553)
* Wed Jun 16 2004 arvin@suse.de
- removed obsolete document y2c_spkg.html (bug #42048)
* Fri May 28 2004 arvin@suse.de
- nicer dialog with failed packages (bug #37529)
* Thu May 27 2004 arvin@suse.de
- fixed eject button (bug #39872)
* Tue May 25 2004 arvin@suse.de
- maybe fixed slide show (bug #38708)
* Fri May 21 2004 nashif@suse.de
- Use Report for failing messages
- Also allow space delimited fields in order/instorder
* Tue May 18 2004 sh@suse.de
- Changed slide show layout to make more CDs fit (bug #35612)
* Tue May 04 2004 arvin@suse.de
- merged proofread messages
* Tue Apr 27 2004 jsrain@suse.cz
- update EFI partitioning layout before package update starts
  (#21644)
- 2.9.45
* Thu Apr 22 2004 arvin@suse.de
- don't install iprutils on prep (bug #39292)
* Mon Apr 05 2004 arvin@suse.de
- load all network modules during update (bug #38115)
* Fri Apr 02 2004 arvin@suse.de
- finally changed license to GPL for good
* Thu Apr 01 2004 arvin@suse.de
- enhanced media label handling in media change callback
  (bug #35924)
* Thu Apr 01 2004 arvin@suse.de
- install download callbacks only during slide show (bug #37151)
* Thu Apr 01 2004 kkaempf@suse.de
- skip base selection screen if there is no choice (#37831)
* Wed Mar 31 2004 arvin@suse.de
- added product feature about suboptimal distribution (bug #36823)
* Tue Mar 30 2004 fehr@suse.de
- add storage dependent package to ComputeSystemPackageList (#37279)
- 2.9.39
* Mon Mar 29 2004 kkaempf@suse.de
- use the fallback kernel (#37326)
- 2.9.38
* Sat Mar 27 2004 arvin@suse.de
- fixed syntax error
* Fri Mar 26 2004 arvin@suse.de
- removed useless popup (bug #37042)
* Wed Mar 24 2004 arvin@suse.de
- fixed update of default runlevel for old distributions
* Wed Mar 24 2004 kkaempf@suse.de
- ppc64-tools -> ppc64-utils (#23386)
- 2.9.34
* Tue Mar 23 2004 arvin@suse.de
- disable reset of packagemanager again (bug #36788)
* Tue Mar 23 2004 kkaempf@suse.de
- Fix "progress done" popup (#36783)
- 2.9.32
* Tue Mar 23 2004 arvin@suse.de
- handle installation from name-based virtual hosts (bug #34452)
* Tue Mar 23 2004 lnussel@suse.de
- set sort key in desktop file to move module icon to front (#36466)
* Mon Mar 22 2004 arvin@suse.de
- reset packagemanager if user resets proposal (bug #35787)
* Fri Mar 19 2004 nashif@suse.de
- close all sources, target and reset destdir after die install
  (#36465)
* Wed Mar 17 2004 arvin@suse.de
- added download progress callbacks (bug #31445)
* Wed Mar 17 2004 arvin@suse.de
- don't ignore return of Pkg::DoProvide (bug #36022)
* Tue Mar 16 2004 kkaempf@suse.de
- run GNOME cleanup before upgrade starts (#36196)
* Sat Mar 13 2004 arvin@suse.de
- DVD sides are called "Side A" and "Side B"
* Fri Mar 12 2004 arvin@suse.de
- fixed use of Pkg::SourceGeneralData (bug #35712)
* Fri Mar 12 2004 sh@suse.de
- Fixed bug #34973: No slide show
  Now doing late initialization to overcome initialization
  dependencies
* Wed Mar 10 2004 sh@suse.de
- V 2.9.23
- Migration to new wizard
- Fixed ycpc complaints
* Tue Mar 09 2004 kkaempf@suse.de
- vnc -> tightvnc, drop mesasoft (ro@suse.de)
- use Report module (nashif@suse.de)
- 2.9.22
* Thu Mar 04 2004 kkaempf@suse.de
- revoke bugfix #35052, this needs another solution
* Thu Mar 04 2004 visnov@suse.cz
- 2.9.19
* Thu Mar 04 2004 kkaempf@suse.de
- implement full kernel fallback strategy
* Thu Mar 04 2004 visnov@suse.cz
- added type info
* Wed Mar 03 2004 nashif@suse.de
- Read product features from new feature module
* Wed Mar 03 2004 msvec@suse.cz
- fixed textdomain
- fixed one message to use plural
* Tue Mar 02 2004 arvin@suse.de
- make it build
* Fri Feb 27 2004 nashif@suse.de
- Move software_proposal from installation
- Adapted for new Control file
* Thu Feb 26 2004 kkaempf@suse.de
- install in one go if packages are coming via network (#35052)
* Wed Feb 25 2004 arvin@suse.de
- improved setting of locales of packagemanager
* Wed Feb 25 2004 arvin@suse.de
- fixed update mode (bug #34994 and #35007)
* Tue Feb 24 2004 arvin@suse.de
- check return value of Pkg::SourceProvideDir (bug #28346)
* Fri Feb 20 2004 arvin@suse.de
- during update make backup of /var/log/YaST2 and then remove it
  before starting real update (bug #31743)
* Fri Feb 20 2004 arvin@suse.de
- reduced minimum of free space required on a partition to 1 MB
  (bug #33074)
* Fri Feb 20 2004 arvin@suse.de
- removed yast2-mouse from neededforbuild
* Fri Feb 20 2004 cschum@suse.de
- Add support for canceling changes in the installation source
  configuration.
* Thu Feb 19 2004 kkaempf@suse.de
- drop "cpufreqd" and "apmd" on all platforms, now "powersave"
  will be installed.
* Thu Feb 19 2004 mvidner@suse.cz
- changed sort to use "<" instead of "<=" because of the switch to std::sort
* Mon Feb 16 2004 arvin@suse.de
- added more flexible package handling for products
* Mon Feb 16 2004 arvin@suse.de
- added yast2-x11 to requires (bug #34558)
* Thu Feb 12 2004 arvin@suse.de
- fixes for new interpreter
* Wed Feb 11 2004 arvin@suse.de
- more control over base selection handling
* Sat Feb 07 2004 arvin@suse.de
- removed config files (*.y2cc)
* Fri Feb 06 2004 gs@suse.de
- function keys added to buttons of the Source of Installation
  dialog
* Thu Feb 05 2004 arvin@suse.de
- fixed calling of Pkg::TargetInitDU
* Wed Feb 04 2004 arvin@suse.de
- fixed some SlideShow callbacks
* Sun Feb 01 2004 arvin@suse.de
- fixed return value in inst_kickoff.ycp
* Sat Jan 31 2004 arvin@suse.de
- fixed faking of mtab in inst_kickoff.ycp
- import Directory in inst_kickoff.ycp
* Mon Jan 19 2004 arvin@suse.de
- united inst_rpmcopy.ycp and inst_rpmupdate.ycp
- added inst_kickoff.ycp
* Fri Jan 16 2004 arvin@suse.de
- restore callbacks after slideshow
* Thu Jan 15 2004 jsrain@suse.de
- Require.ycp and package callbacks initialization moved to
  yast2.ycp
* Thu Nov 20 2003 sh@suse.de
- Break circular dependencies: Moved "import SlideShowCallbacks"
  from "SlideShow.ycp" to "Packager.ycp"
* Fri Oct 24 2003 arvin@suse.de
- better (more inexpressive) message during rpm database convert
  (bug #30457)
* Thu Oct 23 2003 jsrain@suse.de
- made more interface of Require global
* Tue Sep 23 2003 arvin@suse.de
- fixed media change callback for double sided media
* Tue Sep 23 2003 sh@suse.de
- Fixed bug #31491: No slide show in exotic update case
* Tue Sep 23 2003 sh@suse.de
- V 2.8.24
- Fixed bug #31606: Undeclared variable in SlideShow.ycp
* Sun Sep 21 2003 arvin@suse.de
- finished support of double sided media
* Fri Sep 19 2003 kkaempf@suse.de
- add numactl on AMD64-smp systems (#31338)
* Thu Sep 18 2003 sh@suse.de
- V 2.8.22
- Fixed bug #31140: Predicted SlideShow timings
* Thu Sep 11 2003 kkaempf@suse.de
- move Pkg::SetLocale() to Packages::Init() (#30438)
* Tue Sep 09 2003 kkaempf@suse.de
- install 'cpufreqd' on laptops and
  single-processor AMD64 systems.
* Mon Sep 08 2003 arvin@suse.de
- sync rpm database
* Fri Sep 05 2003 sh@suse.de
- V 2.8.18
- Fixed bug #30151: Start pkg mgr in search mode by default
* Thu Sep 04 2003 arvin@suse.de
- proof-read messages
* Thu Sep 04 2003 kkaempf@suse.de
- clear list of yet-to-be-installed packages if all packages
  are installed.
* Thu Sep 04 2003 kkaempf@suse.de
- acpid is installed by default now
* Tue Sep 02 2003 kkaempf@suse.de
- add code to ask for front or back side of a media (unfinished).
* Sun Aug 31 2003 arvin@suse.de
- use Popup::ConfirmAbort
* Sat Aug 30 2003 arvin@suse.de
- fixed installing of required bootloader on alpha
* Fri Aug 29 2003 arvin@suse.de
- implemented callbacks for converting rpm database (bug #29484)
* Thu Aug 28 2003 arvin@suse.de
- run inst_rpmcopy during update after reboot
* Tue Aug 26 2003 kkaempf@suse.de
- don't release the sources in sw_single any more, the package-
  manager handles this.
* Tue Aug 26 2003 msvec@suse.cz
- add a proper error reporting (#29325)
- added missing imports
- 2.8.11
* Fri Aug 22 2003 lnussel@suse.de
- add code for installing into a directory
* Fri Aug 22 2003 arvin@suse.de
- skip inst_rpmcopy for update
* Thu Aug 21 2003 nashif@suse.de
- Install post-package from CD1 in autoinst mode
* Tue Aug 19 2003 arvin@suse.de
- always use String::FormatSize
* Tue Aug 19 2003 arvin@suse.de
- fixed failed package message (bug #29091)
* Fri Aug 15 2003 arvin@suse.de
- fixed summary of failed packages (bug #28758)
* Mon Aug 04 2003 jsrain@suse.de
- Enhanced Require in order to provide information if
  RequireAndConflict* was canceled by user or really failed
- 2.8.6
* Tue Jul 22 2003 cschum@suse.de
- Added "Replace" button to inst_source module (#25260).
- Let user edit URL in case of error (#21582).
- 2.8.5
* Mon Jul 21 2003 mvidner@suse.cz
- Require::DoInstallAndRemove...: do not return nil.
- 2.8.4
* Thu Jun 26 2003 msvec@suse.de
- using Label and Popup modules instead of includes in require.ycp
- 2.8.3
* Tue Jun 17 2003 jsrain@suse.de
- using Label and Popup modules instead of includes in Require.ycp
- 2.8.2
* Wed May 07 2003 kkaempf@suse.de
- add scpm, acpid, and irda if laptop (#26561)
- 2.8.1
* Tue Apr 01 2003 arvin@suse.de
- fixed text in software selection (bug #25507)
- 2.8.0
* Mon Mar 17 2003 kkaempf@suse.de
- drop extra code for certify CD, it's not needed any more.
- 2.7.33
* Sun Mar 16 2003 kkaempf@suse.de
- call SlideShow::InitPkgData() after package status is
  determined (#25437)
- 2.7.32
* Sat Mar 15 2003 kkaempf@suse.de
- don't call SpaceCalculation::GetPartitionInfo() at runtime,
  yast2-packagemanager does it itself (#23544)
- 2.7.31
* Sat Mar 15 2003 kkaempf@suse.de
- fix typo in widget type
- 2.7.30
* Thu Mar 13 2003 kkaempf@suse.de
- save the list of remaining source packages to srcremaining,
  re-read it in 2nd stage install and mark these packages
  as source-to-install properly. (#25318)
- 2.7.29
* Tue Mar 11 2003 mvidner@suse.de
- Do not run SuSEconfig in [Rr]equire.ycp when adding packages
  during installation. Real fix for (#25071).
- 2.7.28
* Tue Mar 11 2003 kkaempf@suse.de
- always let TargetInit create everything which doesn't exist.
  (#24932)
* Tue Mar 11 2003 kkaempf@suse.de
- fix parameters of doneProvide() callback (#25081)
- 2.7.25
* Tue Mar 11 2003 kkaempf@suse.de
- do not run SuSEconfig when adding packages during installation
  (#25071)
- 2.7.24
* Tue Mar 11 2003 sh@suse.de
- Fixed blocker bug #25055: Change CD popup hangs
* Tue Mar 11 2003 cschum@suse.de
- Don't wronlgy display an error when adding installation source
  from local directory (#24996).
- 2.7.22
* Mon Mar 10 2003 kkaempf@suse.de
- fix syntax error in Require.ycp (#24994)
- 2.7.21
* Mon Mar 10 2003 kkaempf@suse.de
- error popups have "Abort", "Retry", "Ignore" as buttons.
* Mon Mar 10 2003 mvidner@suse.de
- [Rr]equire.ycp: fixed package installation after YOU (#24744).
- 2.7.19
* Sat Mar 08 2003 arvin@suse.de
- added missing include statements (bug #24881)
* Thu Mar 06 2003 kkaempf@suse.de
- prepend msg and button functions with UI:: namespace (#24704)
* Wed Mar 05 2003 kkaempf@suse.de
- enhance provideDone and packageDone callbacks to pop up
  a window on error, displaying the error code and the last
  10 lines (tail) from y2logRPM. Offer ok/retry/skip/abort
  buttons and return the button code to the packagemanager.
  (#23780)
- 2.7.17
* Wed Mar 05 2003 kkaempf@suse.de
- fallback to "k_deflt" if real kernel not available (#16047)
* Tue Mar 04 2003 kkaempf@suse.de
- use new state checking functions to decide if the user has
  changed the selection (#23616)
* Mon Mar 03 2003 gs@suse.de
- pass the floppy device to PackageSelector widget (needed to save
  or load a package selection, bug #23923)
* Mon Mar 03 2003 arvin@suse.de
- once more merged proofread texts
* Fri Feb 28 2003 kkaempf@suse.de
- don't start source unconditionally (in constructor) any more,
  but only if explicitly requested (#24201)
* Fri Feb 28 2003 kkaempf@suse.de
- fix parameter for Pkg::DoProvide()
* Fri Feb 28 2003 kkaempf@suse.de
- hide username:password from URL logging (#24473)
* Thu Feb 27 2003 mvidner@suse.de
- require.ycp:
  * Fix not recognizing installed packages (#23882).
  * Do not call "Reading package information" until necessary (#20486).
- 2.7.12
* Wed Feb 26 2003 kkaempf@suse.de
- pass language to packagemanager (#23828)
* Wed Feb 26 2003 gs@suse.de
- bugfix in space calculation module (bug #24311)
* Mon Feb 24 2003 kkaempf@suse.de
- Allow "yast2 -i <tagname>" besides "yast2 -i <packagename>".
* Mon Feb 24 2003 cschum@suse.de
- Moved "Enable or Disable" button to own row (#20776).
* Fri Feb 21 2003 sh@suse.de
- Fixed bug #23945: SpaceCalculation 14%% off
* Thu Feb 20 2003 arvin@suse.de
- use title-style capitalization for menu names (bug #23848)
* Wed Feb 19 2003 kkaempf@suse.de
- only offer eject button for cd or dvd (#23827)
- reduce duplicate code
* Wed Feb 19 2003 kkaempf@suse.de
- check existance of id(`url) widget before checking its
  contents (#23786)
* Wed Feb 19 2003 kkaempf@suse.de
- keep silent if no backup_path exists (#23784)
* Tue Feb 18 2003 kkaempf@suse.de
- stop timer during wait for medium (#21026)
* Mon Feb 17 2003 cschum@suse.de
- inst_source: Removed back and abort button because they didn't work.
- inst_source: Don't show redundant cd selection dialog.
- inst_source: Show "Adding source ..." dialog while adding a source.
* Tue Feb 11 2003 kkaempf@suse.de
- Correct error message (#21754)
* Mon Feb 10 2003 nashif@suse.de
- Modified names of autoinstall modules
- 2.7.5
* Fri Feb 07 2003 arvin@suse.de
- add package ppc64-tools on chrp ppp64 boards (bug #23386)
* Mon Feb 03 2003 arvin@suse.de
- new pot file handling
* Thu Jan 30 2003 arvin@suse.de
- fixed autoinstalling of graphics packages (bug #22936)
* Tue Jan 28 2003 arvin@suse.de
- fixed installation from DVD in VMWare (bug #21226)
* Fri Jan 24 2003 gs@suse.de
- Calling SuSEConfig after deleting a package only (#22317)
* Tue Jan 14 2003 arvin@suse.de
- support installation from DVD for drives that also have other
  capability (bug #20068)
* Fri Oct 18 2002 kkaempf@suse.de
- de-select last tried selection if none of the base selections
  fits the current partitioning.
- remember if a "file provide" progress was started (for remote
  package sources).
- 2.6.78
* Fri Oct 18 2002 kkaempf@suse.de
- remember choosen selection only if the selection fits, else
  force re-calculation of selections (#21077)
- 2.6.77
* Thu Oct 17 2002 sh@suse.de
- V 2.6.76
- Recalc current medium progress on medium change
* Thu Oct 17 2002 kkaempf@suse.de
- fix progress bar to stay on correct source
- 2.6.75
* Wed Oct 16 2002 sh@suse.de
- V 2.6.74
- Fixed bug #20988: Time estimate for unneeded CD shown
* Tue Oct 15 2002 sh@suse.de
- V 2.6.72
- Fixed bug #20008: Block installation if insufficient disk space
  even for minimal system
* Mon Oct 14 2002 sh@suse.de
- Better fix for bug#20686 (partition overflow):
  Don't reset all SW settings, just warn what partition is
  overflowed
* Fri Oct 11 2002 sh@suse.de
- Fixed bug #20686: SW selection resets without warning upon
  partition overflow
- V2.6.70
* Fri Oct 11 2002 kkaempf@suse.de
- only activate the proposed selections if it's a new proposal.
  (#20194)
- 2.6.69
* Fri Oct 11 2002 kkaempf@suse.de
- fix URL construction if installing from harddisk partition
  (#19803, lnussel@suse.de)
- 2.6.68
* Wed Oct 09 2002 kkaempf@suse.de
- fix cd progress bar display when installing from
  multiple source (#20726)
- 2.6.67
* Tue Oct 08 2002 kkaempf@suse.de
- fix SlideShow to display media sorted by source sorted by
  installation order (sh@suse.de)
- 2.6.66
* Mon Oct 07 2002 kkaempf@suse.de
- read "yast/instorder" to specify installation order (#20609)
- 2.6.65
* Tue Oct 01 2002 kkaempf@suse.de
- pass media number '0' to PkgCommit so all CDs get installed
  in a single run.
- 2.6.64
* Tue Oct 01 2002 kkaempf@suse.de
- when slide show is available, display download progress in
  existing progress bar instead of an extra popup window.
* Tue Oct 01 2002 kkaempf@suse.de
- fix sorting selections by order. Allow multiple selections
  with equal order.
* Mon Sep 30 2002 kkaempf@suse.de
- declare 'shutup' where needed.
* Thu Sep 26 2002 arvin@suse.de
- more fixes for slide show
* Wed Sep 25 2002 arvin@suse.de
- if necessary append leading slash to serverdir of
  installation url (bug #20152)
* Tue Sep 24 2002 arvin@suse.de
- workaround to get slide show working on systems with
  big memory
* Fri Sep 20 2002 kkaempf@suse.de
- add SourceChange callback
- 2.6.60
* Thu Sep 19 2002 kkaempf@suse.de
- replace unused variable in space calculation
- 2.6.59
* Thu Sep 19 2002 kkaempf@suse.de
- fix SpaceCalculation, it's all in bytes.
- usage calculation in packagemanager returns the
  new usage (current usage + package diff), not the diff only.
- dont restart packagemanager internally.
- drop unneeded popup during packager init.
- 2.6.58
* Wed Sep 18 2002 kkaempf@suse.de
- implement separated installation and product medias.
- 2.6.57
* Tue Sep 17 2002 kkaempf@suse.de
- read y2logRPM from target directory (#19772)
* Mon Sep 16 2002 mvidner@suse.de
- Added missing translation marks to On/Off (inst. source selection).
* Mon Sep 16 2002 kkaempf@suse.de
- remove unneeded Packages::Save() (#19591)
- 2.6.56
* Fri Sep 13 2002 kukuk@suse.de
- Revert fix for space calculation, breaks space calculation on
  update (workaround for #19657)
* Fri Sep 13 2002 lnussel@suse.de
- initialize target system in continue mode too, to make backup work (#19620)
- 2.6.55
* Fri Sep 13 2002 lnussel@suse.de
- fix wrong function call for space calculation
- 2.6.54
* Fri Sep 13 2002 mvidner@suse.cz
- Re-fixed #19550: kernel change would never be detected.
- 2.6.53
* Fri Sep 13 2002 lnussel@suse.de
- treat nil as empty too
- 2.6.51
* Fri Sep 13 2002 lnussel@suse.de
- read /var/lib/YaST2/backup_path to determine wheter backups have to be created
- 2.6.51
* Thu Sep 12 2002 kkaempf@suse.de
- release media at end
- 2.6.49
* Thu Sep 12 2002 kkaempf@suse.de
- call rewriteUrl correctly (#19501)
- start package at 0%%, end at 100%% (#19506)
- popup "please wait" during packagemanager init
- drop unused CallbackDisplayError()
- display full slide show during runtime (#19496)
- correctly evaluate return from package selection (#19055)
- check if kernel changed in sw_single (#19550)
- 2.6.48
* Wed Sep 11 2002 kkaempf@suse.de
- save/restore state of packages
- allow to abort during package installation
- 2.6.47
* Wed Sep 11 2002 kkaempf@suse.de
- fix callback label display (gs@suse.de) (#19178)
- 2.6.46
* Wed Sep 11 2002 kkaempf@suse.de
- solve packages installed with "yast2 -i" and popup
  conflicts if any exist.
- 2.6.45
* Wed Sep 11 2002 kkaempf@suse.de
- correctly init SpaceCalculation during runtime (#19458)
- 2.6.44
* Wed Sep 11 2002 kkaempf@suse.de
- evaluate return code from package selection (#19142)
- 2.6.43
* Wed Sep 11 2002 kkaempf@suse.de
- rewrite cd/dvd url in 2nd stage of installation (#19185)
- 2.6.42
* Wed Sep 11 2002 kkaempf@suse.de
- drop argument "beginner" in calling sw_single
- 2.6.41
* Tue Sep 10 2002 kkaempf@suse.de
- full source media manager (cschum@suse.de)
- show failed packages or full log after PackageInstallation
- 2.6.40
* Tue Sep 10 2002 kkaempf@suse.de
- Add "url" text entry to media change popup
- 2.6.39
* Mon Sep 09 2002 kkaempf@suse.de
- show "Ignore" only if prompting with wrong media
- 2.6.38
* Mon Sep 09 2002 kkaempf@suse.de
- fix handling of installation sources (cschum@suse.de)
- move source handling to spkg (runtime stuff)
- init SpaceCalculation at runtime properly
- 2.6.36
* Mon Sep 09 2002 mvidner@suse.cz
- require.ycp: Fixed DoInstallAndRemove (#18904).
- 2.6.35
* Mon Sep 09 2002 kkaempf@suse.de
- check base selections in reverse order for matching partition
  space (default ... minimal). Selection with highest priority
  matching the current partitioning will be choosen (#18855)
- 2.6.34
* Mon Sep 09 2002 kkaempf@suse.de
- call solver after activating selections
- allow installing list of packages from ascii file
- fix filtering network related data from install.inf
- 2.6.33
* Mon Sep 09 2002 kkaempf@suse.de
- InstURL: default directory to "/"
- PackageCallbacks: remove bogus loop
- 2.6.32
* Sun Sep 08 2002 kkaempf@suse.de
- pass correct locale to packagemanager
- filter /etc/install.inf entries, linuxrc bug workaround
- 2.6.31
* Sat Sep 07 2002 kkaempf@suse.de
- adapt media change api
- 2.6.30
* Sat Sep 07 2002 kkaempf@suse.de
- pass probed devices to URL
- 2.6.29
* Fri Sep 06 2002 kkaempf@suse.de
- prepare for handling of multiple sources (cschum@suse.de)
- 2.6.28
* Fri Sep 06 2002 kkaempf@suse.de
- report failed packages properly (#19022)
- addind missing import to Packages.ycp (nashif@suse.de)
- 2.6.27
* Thu Sep 05 2002 kkaempf@suse.de
- properly detect cd,dvd drives
- 2.6.26
* Thu Sep 05 2002 mvidner@suse.cz
- require.ycp: Adapted for the new packagemanager, yet again. (#18904)
- 2.6.25
* Wed Sep 04 2002 kkaempf@suse.de
- fix run-time package selection
- 2.6.24
* Wed Sep 04 2002 kkaempf@suse.de
- force /dev/cdrom symlink
- 2.6.23
* Wed Sep 04 2002 kkaempf@suse.de
- Fix MediaChange callback in PackageCallbacks
  import old code from MediaUI. Drop MediaUI.
- 2.6.22
* Wed Sep 04 2002 mvidner@suse.cz
- Re-added require.ycp which got dropped by an accident.
- 2.6.21
* Tue Sep 03 2002 kkaempf@suse.de
- improved callback handling
- cleaned up sw_single
- 2.6.20
* Thu Aug 29 2002 kkaempf@suse.de
- symlink /dev/cdrom for DVD too
- 2.6.19
* Thu Aug 29 2002 kkaempf@suse.de
- activate selections before entering package manager (#18501)
- show all selected selections in proposal (#18523)
* Wed Aug 28 2002 kkaempf@suse.de
- Add directory to Url if not given by linuxrc
- 2.6.18
* Wed Aug 28 2002 kkaempf@suse.de
- drop InstMedia, it's all in packagemanager now
- 2.6.17
* Tue Aug 27 2002 kkaempf@suse.de
- fix installation workflow to properly report progress
- 2.6.16
* Mon Aug 26 2002 mvidner@suse.cz
- require.ycp: Adapted for the new packagemanager.
- require.ycp: New function IsPackageAvailable.
- 2.6.15
* Mon Aug 26 2002 kkaempf@suse.de
- copy /etc/passwd and /etc/group from inst-sys to target (#18243).
* Thu Aug 22 2002 kkaempf@suse.de
- default to UnitedLinux.sel if default.sel missing
  default to first available base selection if UnitedLinux.sel
  missing too.a
  give up and make a blocker error if no base selection exists.
  (#18207)
* Thu Aug 22 2002 nashif@suse.de
- disabled testsuite for spkg for now
- fixed spec
* Wed Aug 21 2002 kkaempf@suse.de
- fix for build
  V 2.6.12
* Wed Aug 21 2002 kkaempf@suse.de
- initial switch to new packagemanager.
- V 2.6.11
* Mon Aug 12 2002 kkaempf@suse.de
- fix /etc/install.inf:InstMode reading.
- fix network parameters reading.
* Mon Aug 05 2002 arvin@suse.de
- changes for new /etc/install.inf agent
* Mon Aug 05 2002 kkaempf@suse.de
- added xf86, mesasoft to required packages for vnc installation
- provide create_update_inf
* Fri Aug 02 2002 arvin@suse.de
- added yast2-qt to required packages for vnc installation
* Mon Jul 29 2002 arvin@suse.de
- make correct package
* Fri Jul 26 2002 ms@suse.de
- changed use of X11 module. The X11 module does no longer exist
  to provide the information of "having X11" installed (have_x11) the
  module X11Version is used
* Wed Jul 24 2002 kkaempf@suse.de
- provide "create_update_inf"
* Tue Jul 16 2002 arvin@suse.de
- include rpm groups names for translation
* Tue Jul 09 2002 mvidner@suse.cz
- fixed Provides/Obsoletes
* Sat Jul 06 2002 arvin@suse.de
- added config files to file list
* Thu Jul 04 2002 arvin@suse.de
- added ag_instsource to file list
- fixed location of include files
* Wed Jul 03 2002 arvin@suse.de
- merged yast2-agent-package and yast2-agent-targetpkg
- moved non binary files to /usr/share/YaST2
* Mon Jul 01 2002 arvin@suse.de
- fixed linking on lib64 archs
* Mon Jul 01 2002 arvin@suse.de
- merged libpkg, client-packager (for yast2-core-clients) and
  some package related scripts (from yast2-inst) to new
  package yast2-packager
openSUSE Build Service is sponsored by