-
Mon Jan 07 2008 - pearly.zhao@oracle.com
- Port to EL5.
-
Wed May 09 2007 - sh@suse.de
- Added SimplePatchSelector widget (requested by hmuelle)
for move-to-sp1 patch as a workaround to zen-updater limitations:
zen-updater can't handle dependency problems, and a simpler UI
than a full-fledged PackageSelector is required by PM
- V 2.13.39
-
Fri Feb 23 2007 - mvidner@suse.cz
- Signals: in addition to SEGV, catch also HUP, INT, QUIT, ILL, ABRT,
FPE, TERM, and log the fact (#238172).
- SCR::RegisterAgent: fixed a bug in the declaration of this call.
- 2.13.38
-
Fri Feb 16 2007 - mvidner@suse.cz
- Added SCR::RegisterNewAgents, for agents defined in add-ons (#245508).
- 2.13.37
-
Mon Jan 29 2007 - mvidner@suse.cz
- ag_system: do not make yast exit when PID has 7 or more digits (#237481).
- 2.13.36
-
Mon Jan 22 2007 - mvidner@suse.cz
- ag_modinfo: do not return numbers instead of strings. Fixes a crash
in "yast2 tv" when accessing 80211.ko (#224742).
- 2.13.35
-
Tue Jan 16 2007 - sh@suse.de
- Fixed bug #229741: Duplicate shortcuts in Chinese
- V 2.13.34
-
Fri Jan 12 2007 - sh@suse.de
- V 2.13.33
-
Fri Jan 05 2007 - sh@suse.de
- Added CheckBoxFrame widget for feature #5673
-
Wed Dec 06 2006 - kmachalkova@suse.cz
- Added RunInTerminal UI builtin for running external programs from
ncurses UI (#148683, #221254, #222547)
- 2.13.32
-
Tue Dec 05 2006 - mvidner@suse.cz
- ini-agent with repeat_names: do not merge sections with same name
when parsing. They can be accessed using .all. (#224414)
- 2.13.31
-
Tue Sep 19 2006 - lslezak@suse.cz
- ag_background - added missing .open_output_err path handler
-
Wed Sep 13 2006 - sh@suse.de
- Applied patch from Ricardo Cruz <rpmcruz@clix.pt>
for new UI::Beep() built-in
-
Fri Sep 08 2006 - mvidner@suse.de
- ini-agent: let Dir(.) return ["section", "value"] for non-flat files.
- Added some Doxygen comments.
-
Tue Aug 22 2006 - lslezak@suse.cz
- generateYCPWrappers - fixed crash when nil is passed as
an argument to YCP binding (#194435)
- 2.13.30
-
Mon Aug 21 2006 - mvidner@suse.cz
- ycp.pm: added PathComponents to normalize nontrivial paths
- 2.13.29
-
Wed Aug 09 2006 - mvidner@suse.cz
- agent-ini: fixed value_type and section_type with repeat_names (#191495).
- libycp: added YCPValue::valuetype_str() for better debug messages.
- 2.13.28
-
Tue Aug 08 2006 - mvidner@suse.cz
- Added ybcdump, a tool for understaning the *.ybc "bytecode".
- 2.13.27
-
Mon Aug 07 2006 - mvidner@suse.cz
- ini-agent: use a space separator for join_multiline (#195914).
- Fixed a crash when modifying a `Tree property on a non-existing
item (Ricardo Cruz).
- 2.13.26
-
Fri Aug 04 2006 - mvidner@suse.cz
- Memory reduction: removed YCode members m_valid and m_kind to save
5% of heap.
-
Wed Aug 02 2006 - mvidner@suse.cz
- Include more variables in yast2-core.pc
- 2.13.25
-
Tue Aug 01 2006 - visnov@suse.cz
- Fix POSIX make
- 2.13.24
-
Thu May 25 2006 - mvidner@suse.cz
- Use [:alpha:] instead of A-Za-z to catch all ASCII letters even in
Estonian (#177560).
- 2.13.23
-
Tue May 02 2006 - lslezak@suse.cz
- ag_background - use unlimited buffer size as default, do not
block the subprocess (#169648), update of the example
- 2.13.22
-
Tue Apr 25 2006 - mvidner@suse.cz
- Print also the y2base arguments on the first log line (#169257).
- 2.13.21
-
Mon Apr 03 2006 - mvidner@suse.cz
- Do not use a random path if an invalid one is given in Dir(.modinfo)
(#154171).
- 2.13.20
-
Thu Mar 23 2006 - sh@suse.de
- V 2.13.19
- Enable starting up pkg selector in inst sources view: Use
`opt(`instSourcesMode)
-
Fri Feb 24 2006 - mvidner@suse.cz
- ini agent docs: emphasized that writes are cached.
-
Wed Feb 22 2006 - sh@suse.de
- V 2.13.18
- Support for registration during installation:
Dump complete contents of a dialog with one single call
(new builtin UI::CollectUserInput() )
-
Mon Jan 30 2006 - sh@suse.de
- V 2.13.17
- Implemented (optional) PatternSelector widget (feature #129)
-
Tue Jan 10 2006 - visnov@suse.cz
- display file name on failing import (#141566)
-
Fri Jan 06 2006 - mvidner@suse.cz
- Ini agent: allow deleting files via .all, needed by slp-server.
- V 2.13.16
-
Wed Jan 04 2006 - sh@suse.de
- Add-on for feature #3476: left-handed mouse during installation
enable querying if user changed mouse to left-handed from the UI
- V 2.13.15
-
Tue Jan 03 2006 - mvidner@suse.cz
- UI: made `Value an alias for `CurrentButton (`RadioButtonGroup)
and `CurrentItem (`Table, `SelectionBox, `Tree). #23605.
- V 2.13.14
-
Mon Dec 19 2005 - visnov@suse.cz
- workaround ppc64 problems, don't like against ElectricFence
- V 2.13.13
-
Fri Dec 16 2005 - visnov@suse.cz
- remove obsolete code
- join libraries
- V 2.13.12
-
Tue Dec 13 2005 - mvidner@suse.cz
- Added yast2-core.pc.in (new devtools don't provide a generic one).
- Do not require hwinfo now that .probe is in yast2-hardware-detection.
- V 2.13.11
-
Mon Dec 05 2005 - visnov@suse.cz
- include <langinfo.h> for nl_langinfo()
- V 2.13.10
-
Thu Dec 01 2005 - kkaempf@suse.de
- include <libintl.h> for dngettext()
-
Wed Nov 30 2005 - kkaempf@suse.de
- disallow references to 'any' (#97956)
-
Tue Nov 29 2005 - kkaempf@suse.de
- make preference rule explicit in scanner.ll (for flex-2.5.31)
- evaluate rhs before lhs in bracket assignment (#135858)
- V 2.13.9
-
Tue Nov 29 2005 - visnov@suse.cz
- implemented search () for string lookup, marked find ()
for strings as deprecated.
- fix scanner for newer flex
- don't crash on 'nil' as return value from filter/find (#120298)
- in bracket assignment, allow to change the lhv in rh expression (#135858)
- V 2.13.8
-
Fri Nov 25 2005 - kkaempf@suse.de
- remove scanner.cc and parser.cc from .tar.bz2 in order to force
their re-generation during build.
-
Thu Nov 24 2005 - kkaempf@suse.de
- fix 'tointeger' to match documentation. It now returns nil
instead of 0 on illegal (non-convertible) string values (#115560)
-
Tue Nov 22 2005 - kkaempf@suse.de
- fix 'type-punned pointer' warnings in parser.yy
- V 2.13.5
-
Thu Oct 20 2005 - visnov@suse.cz
- added missing import for Agent skeleton
- V 2.13.4
-
Wed Oct 12 2005 - visnov@suse.cz
- really fix the system agent testsuite
- V 2.13.3
-
Mon Oct 10 2005 - visnov@suse.cz
- install also string helpers
- disable failing testsuite in system agent
- V 2.13.2
-
Wed Oct 05 2005 - visnov@suse.cz
- fix build
- V 2.13.1
-
Thu Sep 29 2005 - visnov@suse.cz
- Split .probe agent to another package
- V 2.13.0
-
Wed Sep 28 2005 - sh@suse.de
- Added UI::QueryWidget(..., CurrentBranch ) for YTree
-
Mon Sep 19 2005 - mvidner@suse.cz
- For deprecated builtins, document what to use instead.
-
Mon Sep 12 2005 - kkaempf@suse.de
- ensure string reference does not go out of scope too early
(#116432)
- V 2.12.27
-
Fri Sep 09 2005 - sh@suse.de
- (visnov) Fixed bug #115298: Install on x86_64 horribly slow
due to excessive memory requirements
Removed string hash in YCPString
- V 2.12.26
-
Tue Sep 06 2005 - kkaempf@suse.de
- configure with AC_SYS_LARGEFILE (#115394)
- put config.h in include chain of SystemAgent.cc
-
Fri Aug 19 2005 - sh@suse.de
- Added macro player support for the other event-releated UI builtins:
WaitForEvent(), WaitForEvent( timeout ), TimeoutUserInput()
to fix bug #98265: Macro player doesn't work
- V 2.12.23
-
Fri Aug 19 2005 - sh@suse.de
- Reintroduced the UI layout engine's change reverted on 2005-08-04
by jsrain below now that the true cause of the problem is
established
- V 2.12.22
-
Tue Aug 09 2005 - kkaempf@suse.de
- pass the UDI value in probing results. [#102575].
-
Mon Aug 08 2005 - kkaempf@suse.de
- hd_change_status() -> hd_change_config_status() to get the
unique_key <-> UDI mapping right in libhd [#102575].
- 2.12.21
-
Sat Aug 06 2005 - aj@suse.de
- Add libxml2-devel to neededforbuild.
-
Thu Aug 04 2005 - jsrain@suse.cz
- reverted changes in layout engine in order to display stretches
properly
- 2.12.20
-
Thu Jul 21 2005 - sh@suse.de
- Restored correct HStretch() and VStretch() behaviour
- V 2.12.19
-
Thu Jul 21 2005 - mvidner@suse.cz
- System agent: Check for fork failure (#97566).
- 2.12.18
-
Thu Jul 21 2005 - sh@suse.de
- Added support `opt(`hvstretch) for alignment widgets for
backward compatibility with (buggy) old layout behaviour:
propagate child stretchability to alignment parent
- V 2.12.17
-
Mon Jul 11 2005 - sh@suse.de
- Fixed bug #95722: No items in NCurses MultiSelectionBox
- V 2.12.16
-
Fri Jul 08 2005 - visnov@suse.cz
- Log blocxx messages to YaST2 log
- Fix Requires
- V 2.12.15
-
Wed Jul 06 2005 - kkaempf@suse.de
- V 2.12.14
- Allow multi string constants in _() locales
-
Tue Jul 05 2005 - sh@suse.de
- V 2.12.13
- Support for background pixmaps in alignment widgets
-
Tue Jul 05 2005 - sh@suse.de
- New UI layout helper widgets: MinWidth, MinHeight, MinSize
- Added klibc, klibc-devel, udev to neededforbuild (for hwinfo)
- V 2.12.12
-
Tue Jul 05 2005 - kkaempf@suse.de
- hwinfo/libhd need hal and dbus for building
-
Fri Jul 01 2005 - sh@suse.de
- V 2.12.10
- New layout helper widget: MarginBox
- Improved geometry management for insufficient screen space
- Fixed bug in Alignment widget - now no longer requiring a Squash
widget inside for proper alignment
-
Tue Jun 21 2005 - visnov@suse.cz
- use redirected System:: prefix also after the redirection
- 2.12.9
-
Tue Jun 14 2005 - visnov@suse.cz
- libpy2wfm: fix missing dependency on libpy2program (schwab)
- 2.12.8
-
Tue Jun 14 2005 - visnov@suse.cz
- added sysfsutils to NFB
- 2.12.7
-
Wed Jun 01 2005 - mlazar@suse.cz
- libycp: added YCPExternal type for storing external data types
-
Mon May 30 2005 - visnov@suse.cz
- implemented chroot redirect of namespaces
-
Mon May 23 2005 - visnov@suse.cz
- 2.12.6
-
Sun May 22 2005 - aj@suse.de
- Fix for GCC4 friends conformance.
-
Tue May 03 2005 - visnov@suse.cz
- don't crash if include file does not enclose
the code in a block (#65486)
-
Mon May 02 2005 - visnov@suse.cz
- fix function parameter type check (#64627)
- evaluate the code returned if not constant (#65815)
- report unreachable code at the end of file (#66152)
- don't assume there are always parameters (#72810)
-
Mon May 02 2005 - visnov@suse.cz
- 2.12.5
-
Wed Apr 27 2005 - sh@suse.de
- Added support for icons in YSelectionWidgets
-
Thu Apr 21 2005 - sh@suse.de
- Merged selection_widget_cleanups branch to trunk:
selection widgets can now replace list items
(SelectionBox, ComboBox, MultiSelectionBox, Tree)
-
Tue Apr 19 2005 - visnov@suse.cz
- implemented 'switch' statement
-
Wed Apr 13 2005 - visnov@suse.cz
- added libpthread for all YaST binaries (#76401)
- 2.12.4
-
Wed Apr 06 2005 - visnov@suse.cz
- added virtual destructors to keep gcc4 happy
-
Tue Apr 05 2005 - visnov@suse.cz
- enable ElectricFence again without checking for 0 size allocs
- fix support for perl-bindings
- 2.12.3
-
Mon Apr 04 2005 - visnov@suse.cz
- temporarily disable ElectricFence to workaround glibc problem
- another gcc4 fix (logged incorrect function name)
-
Fri Apr 01 2005 - visnov@suse.cz
- merged 9.3 branch
- another gcc4 fix
-
Thu Mar 31 2005 - coolo@suse.de
- build better with gcc4
-
Wed Mar 30 2005 - mvidner@suse.cz
- ini agent: do not indent comments (#74698)
- 2.12.1
-
Wed Mar 16 2005 - visnov@suse.cz
- reduced UI logging
- added YCP testsuites for is() also for build
- 2.11.26
-
Tue Mar 15 2005 - locilka@suse.cz
- Checked, fixed and added YCP builtins description and examples
- Mark tolist() as deprecated
-
Tue Mar 08 2005 - locilka@suse.cz
- Checked, fixed and added YCP builtins description and examples
-
Fri Mar 04 2005 - visnov@suse.cz
- Fixed yast2-crash on parsing lan probe results
- 2.11.25
-
Thu Feb 24 2005 - visnov@suse.cz
- revert YCP module import reporting change
- 2.11.24
-
Tue Feb 22 2005 - mvidner@suse.cz
- Added wireles card features to agent-probe (#65391).
- When renumbering file descriptors, check whether we already have
the desired number (#64797).
- 2.11.23
-
Tue Feb 22 2005 - ro@suse.de
- added wireless-tools to nfb (for libhd)
-
Mon Feb 21 2005 - visnov@suse.cz
- report YCP module import only when reading the bytecode
-
Tue Feb 15 2005 - arvin@suse.de
- adapted agent-probe to new hwinfo
-
Tue Feb 15 2005 - sh@suse.de
- PackageSelector now supports `opt(`summaryMode) to get installation
summary right away (-> Anas)
- V 2.11.21
-
Mon Feb 07 2005 - lslezak@suse.cz
- modules agent - use .YaST2save suffix for backup files (#50517)
- 2.11.20
-
Mon Jan 31 2005 - sh@suse.de
- V 2.11.19
- Suppressing plain text passwords in recorded macros
-
Tue Jan 11 2005 - mvidner@suse.cz
- Added .probe.dsl
- 2.11.18
-
Tue Jan 11 2005 - visnov@suse.cz
- remove fprintf calls, use logs instead
- 2.11.17
-
Tue Jan 04 2005 - arvin@suse.de
- fixed architecture detection (s390/s390x) during update (bug
[#49313])
-
Thu Dec 02 2004 - mvidner@suse.cz
- ini agent: do not merge external changes when repeat_names is
enabled (#42297)
- ini agent: include file name in parse errors (#48777)
-
Thu Nov 18 2004 - kkaempf@suse.de
- increase bison stack limit (#45509)
- evaluate bracket default expression only if required (#48337)
-
Wed Nov 17 2004 - nashif@suse.de
- Fixed nfb for docbook
-
Fri Nov 12 2004 - sh@suse.de
- New debugging tools in UI:
- Widget property WidgetClass (all widgets)
- Widget property DebugLabel (all widgets)
-
Tue Nov 09 2004 - visnov@suse.cz
- don't allow variable declaration for functions and terms (#40441)
- issue proper error when unable to create intermediate structures
on map/list/term assignment (#39236)
- don't escape strings (#44461)
- recoded testcases to UTF8
- show warning on too many call frames (#40426)
-
Mon Nov 08 2004 - visnov@suse.cz
- reintroduced YCP backtraces (#41841)
- 2.11.13
-
Mon Nov 08 2004 - visnov@suse.cz
- Don't crash on wrong nested import (#47357)
- Cleanup parse error handling (return NULL always)
- 2.11.12
-
Fri Nov 05 2004 - visnov@suse.cz
- Show parameters for all function symbol entries (#47078)
- Allow to set symbol entry global
-
Thu Nov 04 2004 - visnov@suse.cz
- report file and line number for builtins (#43830)
- report correct line number of wrong function calls (#47077)
- don't crash on builtins without parameters when they require one
- 2.11.11
-
Wed Nov 03 2004 - visnov@suse.cz
- create libycpvalues library
-
Wed Nov 03 2004 - kkaempf@suse.de
- warn about using uninitialized variables (#42648)
-
Wed Nov 03 2004 - visnov@suse.cz
- Recognize wrong octal and hexa constants and report them (#47883)
-
Wed Nov 03 2004 - visnov@suse.cz
- Always create a symbol table for modules (#42007)
-
Tue Nov 02 2004 - kkaempf@suse.de
- Fix type ordering in detailedtype() further, 'any' has more
type information than '<unspec>' (#47853)
-
Tue Nov 02 2004 - kkaempf@suse.de
- recognize select() in parser.
- use identical type checking for bracket operator and select()
(#43612)
- mark select() as deprecated.
-
Tue Nov 02 2004 - nashif@suse.de
- Added new widgets: YDate / YTime
-
Tue Nov 02 2004 - kkaempf@suse.de
- check for proper return statement in definition of non-void
functions (#40687)
-
Tue Nov 02 2004 - kkaempf@suse.de
- use identical type checking for bracket operator and lookup()
(#44221)
- mark lookup() as deprecated.
-
Tue Nov 02 2004 - visnov@suse.cz
- Use shared representation for booleans and nils
- consider only single digit arguments
- 2.11.9
-
Mon Nov 01 2004 - mvidner@suse.cz
- UI: added Date and Time widgets, qt only (nashif)
- 2.11.8
-
Fri Oct 29 2004 - mvidner@suse.cz
- Added pkgconfig support.
- 2.11.7
-
Thu Oct 28 2004 - kkaempf@suse.de
- 'any' has more type information than 'void' (#47659)
- dont propagate any->any (regression found with above fix)
-
Wed Oct 27 2004 - arvin@suse.de
- removed has_apm from probe agent
-
Wed Oct 27 2004 - lslezak@suse.cz
- ag_modinfo: modinfo output was incorrectly parsed when it
contained more `:' chars
-
Thu Oct 21 2004 - kkaempf@suse.de
- improve type checking to always use the most detailed type
information available (#38375).
-
Tue Oct 19 2004 - kkaempf@suse.de
- is() now checks against the actual value, not the declared
type (#37146)
-
Tue Oct 19 2004 - visnov@suse.de
- Y2ScriptComponent removed
-
Fri Oct 15 2004 - visnov@suse.de
- Add back WFM headers
- fix testsuite
- 2.11.3
-
Fri Oct 15 2004 - kkaempf@suse.de
- add .probe.bluetooth (#47297)
-
Fri Oct 15 2004 - visnov@suse.de
- Move Pkg namespace to the pkg-bindings package
- 2.11.1
-
Thu Oct 14 2004 - kkaempf@suse.de
- check format string (in sformat() or y2milestone()) against
number of actual arguments (#35822)
-
Mon Oct 11 2004 - visnov@suse.cz
- Make recursion lighter on memory (allocate stack
only when needed)
-
Fri Oct 08 2004 - visnov@suse.cz
- Split Pkg as a standalone component, don't link against it.
-
Wed Oct 06 2004 - sh@suse.de
- UI: Dropped support for hardcoded images "suseheader" and "yast2"
Use path names and/or the wizard instead!
-
Wed Oct 06 2004 - visnov@suse.cz
- Read whole u32 at once from bytecode to speed it up
-
Tue Oct 05 2004 - visnov@suse.cz
- Allow namespaces to be located in libraries, so we don't
need to link them (using Y2PluginComponent)
-
Thu Sep 30 2004 - visnov@suse.cz
- log non-existent directory in .target.dir as a milestone only (bug #45573)
-
Thu Sep 23 2004 - arvin@suse.de
- added Pkg::RpmChecksig function (bug #45647)
-
Mon Sep 20 2004 - schwab@suse.de
- Fix C++ syntax and format strings.
-
Mon Sep 13 2004 - arvin@suse.de
- don't use hd_base after freeing (bug #44855)
-
Mon Sep 13 2004 - arvin@suse.de
- fixed TargetInitDU for missing readonly key
- 2.10.14
-
Fri Sep 10 2004 - sh@suse.de
- Implemented enhancement #44799: Log error for leftover dialogs
- V 2.10.13
-
Fri Sep 10 2004 - sh@suse.de
- Improved `opt(`debugLayout) UI logging
-
Fri Sep 10 2004 - ma@suse.de
- Pass information about readonly mounted partitions in Pkg::TargetGetDU.
-
Wed Sep 08 2004 - visnov@suse.cz
- reverted the flex patch for now
-
Tue Sep 07 2004 - visnov@suse.cz
- support newer flex (patch by tcrhak)
- 2.10.12
-
Mon Sep 06 2004 - jsrain@suse.cz
- Added Pkg::PkgMarkLicenseConfirmed() (#44145)
- Changed Pkg::PkgGetLicenseToConfirm() and
Pkg::PkgGetLicensesToConfirm() to return only unconfirmed
licenses (#44145)
- 2.10.11
-
Thu Sep 02 2004 - sh@suse.de
- Added Pkg::PkgMediaCount()
- V 2.10.10
-
Wed Sep 01 2004 - sh@suse.de
- Fixed bug #44579: YMultiProgressBar integer overflow
- V 2.10.9
-
Mon Aug 30 2004 - mvidner@suse.cz
- substring: fixed an unlikely bug with offset signedness
- bytecode: fixed m_release comparison in isVersionAtMost
- updated builtin docs
- 2.10.8
-
Mon Aug 30 2004 - jsrain@suse.cz
- added Pkg::PkgTaboo builtin (#43499)
-
Wed Aug 18 2004 - visnov@suse.cz
- support also bytecode from SLES9/9.1 (#43881)
- 2.10.7
-
Wed Aug 18 2004 - mvidner@suse.cz
- ag_probe: parse carrier detection information from libhd (res_link)
-
Mon Aug 16 2004 - visnov@suse.cz
- return 'nil' if function pointer cannot be used instead of NULL (#42330)
-
Mon Aug 16 2004 - visnov@suse.cz
- fix is() for function pointers (#43848)
-
Mon Aug 16 2004 - visnov@suse.cz
- fix function pointers from perl-bindings (#43606)
- 2.10.5
-
Thu Aug 12 2004 - jsrain@suse.cz
- added libpng to neededforbuild
- 2.10.4
-
Tue Aug 03 2004 - visnov@suse.cz
- fix handling of 'import "Summary"' testcase in symbol tables
- 2.10.3
-
Mon Aug 02 2004 - visnov@suse.cz
- better split of YCP interpreter and rest of YaST (use Y2Function only)
- type of builtin parameters are checked at the end of all parameters
- YCode::type () is cleaned up - now it always returns the type of the
code after its evaluation, determined as good as possible
- split of function call and function call via function pointer (Bytecode change)
- 2.10.2
-
Fri Jul 16 2004 - sh@suse.de
- YTree widget can now return `Item property
- YTree widget can now return new `OpenItems property
-
Wed Jun 23 2004 - visnov@suse.cz
- allow YCP code to call overloaded functions in other namespaces
- parser should not use ExecutionEnvironment for logging (#42088)
- removed obsolete stuff (callbacks)
-
Wed Jun 16 2004 - arvin@suse.de
- set current directory to / for chrooted programs
-
Thu May 27 2004 - visnov@suse.cz
- do not reregister scrconf files on startup (#40833)
- 2.9.94
-
Tue May 25 2004 - arvin@suse.de
- include data about requires, conflicts, provides and obsoletes
in Pkg::SelectionData (bug #37133)
-
Fri May 21 2004 - mvidner@suse.cz
- Host finder (ag_hostnames): ping longer to get more hosts (#40582)
- 2.9.92
-
Wed May 19 2004 - ma@suse.de
- Adapt PKG interface to changes in packagemanger.
- 2.9.91
-
Thu May 13 2004 - arvin@suse.de
- removed seg. fault when chrooted scr can't be created
-
Mon May 10 2004 - visnov@suse.cz
- fix number formattting (#39645)
- 2.9.89
-
Wed May 05 2004 - arvin@suse.de
- added bus_hwcfg entry in probe-agent (bug #39456)
-
Fri Apr 30 2004 - sh@suse.de
- Added new widget DumbTab
- V 2.9.87
-
Fri Apr 30 2004 - mvidner@suse.cz
- allowed to read YCPPathSearch search lists, so that Perl
can synchronize @INC (#39512)
- 2.9.86
-
Thu Apr 29 2004 - mvidner@suse.cz
- publish some WFM headers so that Perl can know
when to destroy us (#39519)
- 2.9.85
-
Thu Apr 29 2004 - mvidner@suse.cz
- added /y2update to YCPPathSearch::initialize (#38677)
- 2.9.84
-
Wed Apr 28 2004 - cschum@suse.de
- Pkg::TargetProducts(): include base architecture for you_server.
-
Tue Apr 27 2004 - visnov@suse.cz
- 2.9.83
-
Fri Apr 23 2004 - ma@suse.de
- PKG: Avoid logging of YCP arguments on conversion to C++ datatypes.
YCPStrings may deote urls with cleartext passord inside. They should
not show up in the logfile.(#38897)
-
Mon Apr 19 2004 - visnov@suse.cz
- revert fix for #38568, it breaks yast2-backup
- 2.9.82
-
Fri Apr 16 2004 - visnov@suse.cz
- 2.9.81
-
Thu Apr 15 2004 - visnov@suse.cz
- implemented QueryWidget ( `Items ) for `Table (#38909)
-
Thu Apr 15 2004 - visnov@suse.cz
- log also arguments when doing WFM::call (#39002)
-
Thu Apr 15 2004 - mvidner@suse.cz
- ensure that there's only one WFM (#37338)
- 2.9.80
-
Thu Apr 15 2004 - kkaempf@suse.de
- improve error message for "... type>>" typos (#38967)
-
Thu Apr 15 2004 - visnov@suse.cz
- show nil warning even for builtins (#38568)
- handle incorrect function redefinition gracefully (#37366)
- use the common type for if/then/else unless it's void
- accept block as a parameter for functions
-
Wed Apr 14 2004 - visnov@suse.cz
- fix recursion (#38596)
-
Tue Apr 13 2004 - visnov@suse.cz
- Document localization builtins (#38171)
-
Tue Apr 13 2004 - mvidner@suse.cz
- initialize stub UI when invoked from Perl (#37338)
- 2.9.79
-
Tue Apr 06 2004 - kkaempf@suse.de
- check strings from hwinfo properly (#36080)
- 2.9.78
-
Tue Apr 06 2004 - visnov@suse.cz
- Don't print superflous characters to stdout (#38327)
-
Mon Apr 05 2004 - ma@suse.de
- Send correct size of source packages to install
in callbacks.
-
Mon Apr 05 2004 - ma@suse.de
- Include source packages to install in disk usage
calculation. (#38257)
- 2.9.76
-
Fri Apr 02 2004 - msvec@suse.cz
- fixed agent-probe to report correct requires (#37335)
- 2.9.75
-
Fri Apr 02 2004 - visnov@suse.cz
- YaST is now GPL
- 2.9.76
-
Thu Apr 01 2004 - visnov@suse.cz
- restore textdomain at the end of included file (#36989)
-
Wed Mar 31 2004 - sh@suse.de
- implemented UI::QueryWidget() for wizard
-
Tue Mar 30 2004 - arvin@suse.de
- fixed setting of YAST_IS_RUNNING (bug #37536)
-
Tue Mar 30 2004 - sh@suse.de
- Fixed bug #37534: MultiSelectionBox returns [nil] without item
IDs
-
Tue Mar 30 2004 - sh@suse.de
- added `opt(`treeEnabled) for wizard widget
-
Tue Mar 30 2004 - kkaempf@suse.de
- sync agent-probe with current hwinfo, add wlan, block, and tape
probing flags.
-
Mon Mar 29 2004 - kkaempf@suse.de
- improve checking if default of bracket operator is void (#36922)
-
Mon Mar 29 2004 - arvin@suse.de
- fixed uml detection
-
Mon Mar 29 2004 - visnov@suse.cz
- 2.9.70
-
Mon Mar 29 2004 - visnov@suse.cz
- properly initialize domain (#36711)
-
Mon Mar 29 2004 - kkaempf@suse.de
- improve checking if rhs in assignment is void (#36922)
-
Fri Mar 26 2004 - arvin@suse.de
- added uml detection
-
Fri Mar 26 2004 - kkaempf@suse.de
- enhance type information for 'is()' (#37146)
-
Fri Mar 26 2004 - visnov@suse.cz
- 2.9.68
-
Fri Mar 26 2004 - visnov@suse.cz
- handle closing of default SCR gracefully (#37050)
- do not allow to pass 'nil' to Pkg (#37052)
- show full function name for parameter mismatch (#36924)
-
Thu Mar 25 2004 - kkaempf@suse.de
- warn if rhs of assignment is a void function (#36922)
-
Thu Mar 25 2004 - kkaempf@suse.de
- treat empty block after 'if' properly (#36902)
-
Wed Mar 24 2004 - kkaempf@suse.de
- treat _("") as "", don't call dgettext() (#36850)
-
Wed Mar 24 2004 - sh@suse.de
- Fixed bug #36802: Combo box returns nil instead of ""
-
Wed Mar 24 2004 - visnov@suse.cz
- empty void function produces just warning (#35536)
-
Tue Mar 23 2004 - visnov@suse.cz
- allow repeated use of Pkg in ycpc (#35533)
- close include files (#36747)
-
Tue Mar 23 2004 - sh@suse.de
- Fixed blocker bug #36779: Segfault on UI::QueryWidget(ComboBox)
-
Tue Mar 23 2004 - kkaempf@suse.de
- don't complain about bad cast if the to-be-casted expression
is already wrong (#36751)
-
Tue Mar 23 2004 - mvidner@suse.cz
- check that external agents returned the correct type (#35363)
- 2.9.66
-
Tue Mar 23 2004 - kkaempf@suse.de
- check for function type in "<name> (...)" properly (#36246)
-
Mon Mar 22 2004 - cschum@suse.de
- Repackage tarball
- 2.9.65
-
Mon Mar 22 2004 - cschum@suse.de
- Adapt to changes of PMYouServer in packagemanager.
- 2.9.64
-
Mon Mar 22 2004 - visnov@suse.cz
- 2.9.63
-
Fri Mar 19 2004 - kkaempf@suse.de
- add "dgettext" and "dngettext" builtins to support easy
re-translation after language change.
-
Fri Mar 19 2004 - mvidner@suse.cz
- added AGENT_LIBADD so that agents work from standalone Perl
-
Thu Mar 18 2004 - ma@suse.de
- Let Pkg::CommitProvide Callback report progress, if package is
downloaded via ftp/http.
- 2.9.62
-
Wed Mar 17 2004 - mvidner@suse.cz
- include MemUsage.h unconditionally, let *it* (un)define D_MEMUSAGE
-
Wed Mar 17 2004 - visnov@suse.cz
- don't pass YCPNull to UI builtins
-
Tue Mar 16 2004 - ma@suse.de
- Added Pkg::CallbackStartDownload, Pkg::CallbackProgressDownload
and Pkg::CallbackDoneDownload. Triggered from y2pm when downloading
files via ftp/http.
- 2.9.61
-
Mon Mar 15 2004 - visnov@suse.cz
- 2.9.60
-
Sun Mar 14 2004 - kkaempf@suse.de
- use Ustring for all strings
- drop last pointer from linked lists
- drop unused Type::setNocheck
- delete m_parameterblock from YEBuiltin if not used
-
Fri Mar 12 2004 - sh@suse.de
- Fixed non-const reference to const ref for all widget constructors
-
Fri Mar 12 2004 - kkaempf@suse.de
- add <string> + <symbol> builtin (#35830)
-
Fri Mar 12 2004 - visnov@suse.cz
- drop unneeded type info
- 2.9.58
-
Thu Mar 11 2004 - ma@suse.de
- Added: Pkg::PkgSolveCheckTargetOnly and Pkg::PkgGetFilelist
-
Thu Mar 11 2004 - visnov@suse.cz
- don't load libpy2remote for "remote" component (#35536)
-
Thu Mar 11 2004 - kkaempf@suse.de
- improve type determination of list and map constants (#35567)
-
Wed Mar 10 2004 - jsrain@suse.de
- probe agent returns additional info for ccw devices
- moved additional info for scsi devices to "detail" submap
-
Wed Mar 10 2004 - kkaempf@suse.de
- fix whitespace handling in agent-resolver (#34888)
- fix parameter check for Pkg::SetAdditionalLocales (#35609)
-
Wed Mar 10 2004 - sh@suse.de
- V 2.9.57
- Suppressed UI::WizardCommand() complaints if no wizard present
-
Tue Mar 09 2004 - visnov@suse.cz
- save/restore argument list in WFM:Call (in doActualWork actually)
-
Mon Mar 08 2004 - kkaempf@suse.de
- haskey() should accept any key (#35465)
- 2.9.55
-
Mon Mar 08 2004 - jsrain@suse.de
- probe agent returns additional info for SCSI discs
- 2.9.54
-
Sun Mar 07 2004 - kkaempf@suse.de
- use propagation information from Type::match in Type::canCast
-
Sun Mar 07 2004 - kkaempf@suse.de
- add UI::WizardCommand (sh@suse.de)
-
Fri Mar 05 2004 - mvidner@suse.cz
- enabled nested::namespaces in the scanner
-
Thu Mar 04 2004 - ma@suse.de
- WFM: Added Pkg::PkgGetLicenseToConfirm and Pkg::PkgGetLicensesToConfirm
- 2.9.52
-
Thu Mar 04 2004 - kkaempf@suse.de
- implement stricter type checking for builtin functions and
bracket assignment
- 2.9.51
-
Wed Mar 03 2004 - kkaempf@suse.de
- support new hwinfo fields "sysfs_bus_id" and "hwaddr"
- 2.9.50
-
Tue Mar 02 2004 - msvec@suse.cz
- disabled part of the agents-perl testsute (byteblock)
- 2.9.49
-
Mon Mar 01 2004 - sh@suse.de
- Enable saving of screen shot name if recording macro
-
Mon Mar 01 2004 - mvidner@suse.cz
- ycp.pm: implemented byteblocks
- 2.9.47
-
Mon Mar 01 2004 - cschum@suse.de
WFM: - Added Pkg::CallbackYouMessage, Pkg::CallbackYouError and
Pkg::CallbackYouLog.
- Renamed Pkg::YouGetPatches to Pkg::YouRetrievePatchInfo.
- Renamed Pkg::YouGetPackages to Pkg::YouRetrievePatches.
- Removed obsolete functions Pkg::YouAttachSource,
Pkg::YouDisconnect, Pkg::YouFinish, Pkg::YouFirstPatch,
Pkg::YouGetCurrentPatch, Pkg::YouInstallCurrentPatch and
Pkg::YouNextPatch.
- 2.9.46
-
Mon Mar 01 2004 - kkaempf@suse.de
- properly add all device resources to output list (#35190)
-
Sat Feb 28 2004 - kkaempf@suse.de
- use 'new' to allocate char buffer for SymbolEntry, so it can
be safely 'delete'd
- share type pointers instead of creating new ones.
-
Sat Feb 28 2004 - kkaempf@suse.de
- improve usage of existing type information for builtin
functions
- fix bytecode input to be upward compatible with previous
version
- properly release unneeded memory
- 2.9.44
-
Fri Feb 27 2004 - visnov@suse.cz
- added openslp to neededforbuild
-
Fri Feb 27 2004 - visnov@suse.cz
- ycodeptr branch merge:
- counted pointers for YCode and SymbolEntry
- allow to start bytecode clients
- initialization of namespaces now in Y2Namespace
- improved flex type matching
-
Wed Feb 25 2004 - ma@suse.de
- Adapt to new Y2PM locale setting interface.
- 2.9.43
-
Mon Feb 23 2004 - visnov@suse.cz
- reinitialize preloaded namespaces before new parsing, not after the
last one
-
Sun Feb 22 2004 - kkaempf@suse.de
- restore filename at end of parser, adapt testcases
- 2.9.41
-
Sun Feb 22 2004 - kkaempf@suse.de
- don't delete YConst code
- 2.9.40
-
Sat Feb 21 2004 - ma@suse.de
- Reimplemented counted pointer classes
- 2.9.39
-
Fri Feb 20 2004 - visnov@suse.cz
- correctly free code in YEBinary and YETriple
- don't create a table entry for filename in block
- free the code after optimizing it out
-
Fri Feb 20 2004 - arvin@suse.de
- fix Pkg::SourceEditGet, Pkg::SourceEditSet and Pkg::SourceScan
- fixed seg. fault with unresolved xref's
-
Fri Feb 20 2004 - visnov@suse.cz
- more memory fixes:
allow YCPCode to free the code (used in system agent)
share textdomain (helps in reading bytecode)
delete parameter block for builtins
- 2.9.37
-
Thu Feb 19 2004 - visnov@suse.cz
- memory fixes:
lazy initialization of a symbol table
free function declarations/definitions in client calls
-
Thu Feb 19 2004 - mvidner@suse.cz
- sort (`a, `b, l, ``( a<b ) )
now uses std::sort instead of bubblesort:
the comparison must be irreflexive (no "<=")
- 2.9.36
-
Wed Feb 18 2004 - mvidner@suse.cz
- added SCR::Error
- 2.9.35
-
Wed Feb 18 2004 - visnov@suse.cz
- drop unused md5 implementation
- fix memory leak in reading bytecode header
-
Tue Feb 17 2004 - mvidner@suse.cz
- fixed leaks:
parsed code in Y2WFMComponent::CallFunction and SCRAgent::readconf
- reduced memory consumption a bit:
reduced SymbolTable size from 211 to 31
TableEntry::m_inner removed
- count objects using MemUsage (liby2util).
- 2.9.34
-
Mon Feb 16 2004 - kkaempf@suse.de
- properly support indirect function calls via pointers (#34579)
-
Mon Feb 16 2004 - mvidner@suse.cz
- don't segfault when agent output cannot be parsed (#34581)
-
Mon Feb 16 2004 - mvidner@suse.cz
- ini agent: ignore_case is incompatible with multiple files
- ycpc: re-add trailing newlines (should fix yast2-nis-client)
- 2.9.32
-
Fri Feb 13 2004 - kkaempf@suse.de
- replace module timestamps with import lists checking the
actually used signatures with the provided ones.
- enhance parsetime and runtime error information with better
file/line tracking
- enhance 'ycpc' with a dependency checker
-
Fri Feb 13 2004 - sh@suse.de
- Late creation of UI: UI is only created when the first UI
builtin is actually used, so for command line YCP scripts
no UI is needed any longer and thus no X connection (for Qt)
or controlling tty (for NCurses)
-
Thu Feb 12 2004 - arvin@suse.de
- moved program ycpc to main package
-
Thu Feb 12 2004 - arvin@suse.de
- added some udev and sysfs info in probe agent (bug #34355)
-
Tue Feb 10 2004 - arvin@suse.de
- include YWizard.h in yast2-core-devel
-
Tue Feb 10 2004 - visnov@suse.cz
- fixed crash when trying to apply bracket operator to nil.
-
Mon Feb 09 2004 - visnov@suse.cz
- Revert y2error -> y2warning for UI builtin without an instance.
- ycpc now prints errors and warnings to stderr by default
-
Mon Feb 09 2004 - arvin@suse.de
- fixed building on s390
-
Fri Feb 06 2004 - sh@suse.de
- Re-enabled macro player with new interpreter
-
Fri Feb 06 2004 - visnov@suse.cz
- Fix UI::changeWidget for terms in `Table
-
Thu Feb 05 2004 - msvec@suse.cz
- log YCP file and line in dummy agent to limit testsuites output
- 2.9.25
-
Tue Feb 03 2004 - visnov@suse.cz
- Fix memory corruption on duplicate function parameters.
- 2.9.24
-
Tue Feb 03 2004 - visnov@suse.cz
- Fix UI::queryWidget for terms in `Table
-
Tue Feb 03 2004 - visnov@suse.cz
- Fix some Pkg builtins
-
Tue Feb 03 2004 - visnov@suse.cz
- Don't do fancy testsuite presentation
-
Tue Feb 03 2004 - gs@suse.de
- make language change known in Y2WFMComponent::SetLanguage
-
Tue Feb 03 2004 - kkaempf@suse.de
- Fix type for YEBuiltin (#34249)
-
Tue Feb 03 2004 - visnov@suse.cz
- ycpc puts a new line at the end for -E (msvec@suse.cz)
-
Mon Feb 02 2004 - msvec@suse.cz
- fixed resolver agent creation
-
Fri Jan 30 2004 - visnov@suse.cz
- for lookup use the same code as for bracket
- bytecode version change!
-
Fri Jan 30 2004 - visnov@suse.cz
- implemented constant evaluation of terms (#34167)
- bytecode change
-
Thu Jan 29 2004 - msvec@suse.cz
- 2.9.23
-
Thu Jan 29 2004 - visnov@suse.cz
- temporary fix bytecode testsuite for nonroot build
- UI emits only warning not error if no handler is available
-
Thu Jan 29 2004 - mvidner@suse.cz
- ini agent: make parent directories when writing files
(useful eg. for CA management)
- fixed bugs revealed by -Woverloaded-virtual
-
Thu Jan 29 2004 - visnov@suse.cz
- don't distribute bison-generated code
-
Thu Jan 29 2004 - mvidner@suse.cz
- fixed YError::toString signature
- libycp/testsuite runs again (added xfail)
-
Wed Jan 28 2004 - arvin@suse.de
- fixed testsuite
-
Wed Jan 28 2004 - nashif@suse.de
- Added builtin Pkg::PkgProperties to retrieve more data about
package location and source
-
Tue Jan 27 2004 - mvidner@suse.cz
- moved agent-ypserv to yast2-nis-client
and agent-losetup to yast2-storage
-
Tue Jan 27 2004 - sh@suse.de
- V 2.9.21
- Consistent naming scheme in UI
-
Tue Jan 27 2004 - visnov@suse.cz
- remove url parameter from Pkg::YouGetPatches
-
Tue Jan 27 2004 - kkaempf@suse.de
- fix cast vs. bracket precedence (#34156)
-
Tue Jan 27 2004 - visnov@suse.cz
- always bind textdomain (even in bytecode)
- set textdomain codeset to UTF-8
-
Mon Jan 26 2004 - visnov@suse.cz
- fix "return nil;" endless loop
- 2.9.19
-
Mon Jan 26 2004 - mvidner@suse.cz
- ycpc: progress to stderr, can parse stdin (ycpc -E -)
-
Fri Jan 23 2004 - msvec@suse.cz
- added possibility to use a custom log.conf
- 2.9.18
-
Fri Jan 23 2004 - visnov@suse.cz
- this is "The New Interpreter" release
-
Fri Jan 16 2004 - arvin@suse.de
- implemented stack for each ycp callback of packagemanager
-
Thu Jan 15 2004 - mvidner@suse.cz
- agents-perl: added YaST::SCRAgent
- agent-probe: return also SMBIOS info for .bios subpath (lslezak)
- dropped WFM::GetClientName (arvin)
- 2.9.17
-
Thu Jan 08 2004 - mvidner@suse.cz
- ini agent: Read/Write (.all)
- fixes for a nonstandard prefix
- 2.9.16
-
Thu Jan 08 2004 - arvin@suse.de
- adapted to bison 1.875
-
Mon Jan 05 2004 - visnov@suse.cz
- ignore quotes in scr also for testsuites
- 2.9.14
-
Tue Dec 16 2003 - mvidner@suse.cz
- ini agent: allow multiple values for the same key
- 2.9.13
-
Mon Dec 15 2003 - ma@suse.de
- Removed outdated Pkg::SelectionsUpdateAll
- 2.9.11
-
Fri Dec 12 2003 - msvec@suse.cz
- adapted for the logging changes in liby2util
- 2.9.12
-
Fri Dec 05 2003 - mvidner@suse.cz
- ycp.pm: accept `Command(...) as well as Command(...)
-
Thu Dec 04 2003 - ma@suse.de
- Added Pkg::SourceEdit/GetSourceEditSet for instsource editor.
- 2.9.9
-
Tue Dec 02 2003 - visnov@suse.cz
- fix function prototypes
-
Tue Dec 02 2003 - msvec@suse.cz
- better logging in the dummy agent (needs newer testsuite)
- migrated modules agent to use modprobe.conf (2.6 kernel)
- 2.9.8
-
Thu Nov 27 2003 - visnov@suse.cz
- ignore function prototypes
- ignore variable references from NI
-
Mon Nov 24 2003 - ma@suse.de
- Overworked Pkg::Source... functions. Removed internal InstSrc cache
and install order list (we've got an InstSrcManager for this).
- 2.9.7
-
Fri Nov 14 2003 - visnov@suse.cz
- allow map to specify its types like map<string,integer>
- 2.9.6
-
Thu Nov 13 2003 - gs@suse.de
- libyui: KeyEvent added
-
Mon Nov 10 2003 - visnov@suse.cz
- allow block also specify a return type (ignored)
- WFM::call () is now the same as WFM::CallFunction ()
- fix mapmap () and maplist () if returning a map
- 2.9.5
-
Thu Nov 06 2003 - mvidner@suse.cz
- Using doxygen instead of kdoc.
- 2.9.4
-
Wed Oct 22 2003 - visnov@suse.cz
- implemented mapmap and listmap accepting also $[] as a result
of the block.
-
Wed Oct 22 2003 - visnov@suse.cz
- workaround to allow quotes in scrfiles
- 2.9.3
-
Thu Oct 16 2003 - visnov@suse.cz
- added support for typecast syntax and list<type> syntax
of typed lists.
- 2.9.2
-
Thu Oct 02 2003 - arvin@suse.de
- fixed compiling of losetup agent
-
Sun Sep 21 2003 - arvin@suse.de
- extended MediaChange callback to support double sided media
-
Fri Sep 19 2003 - ma@suse.de
- If SourceStartCache(enabled==true) is requested, check InstSrcManager
to see whether sources are realy enabled. 'Change source of installation'
for example starts the InstSrcManager without autoenabling the sources.
(#29324)
- 2.8.34
-
Thu Sep 18 2003 - kkaempf@suse.de
- pass "family" and "model" for .probe.cpu also on x86_64 (#31305)
-
Wed Sep 17 2003 - arvin@suse.de
- better return value of PkgUpdateAll
-
Tue Sep 16 2003 - jsuchome@suse.cz
- adapted ag_hostnames to return list of IP's (#30996)
- 2.8.31
-
Sun Sep 14 2003 - arvin@suse.de
- implemented PkgReset function (bug #27970)
-
Wed Sep 10 2003 - arvin@suse.de
- fixed setting of YAST_IS_RUNNING (bug #30409)
-
Wed Sep 10 2003 - ma@suse.de
- Share PkgModule between multiple WFM interpreter instance.
(#29324)
- 2.8.28
-
Tue Sep 09 2003 - ma@suse.de
- Fixed DoneProvide callback to send package name as third arg
on error (#29922)
- 2.8.27
-
Sun Sep 07 2003 - ma@suse.de
- Fixed TargetInit and TargetFinish calls.
(#29679 as far as PKG module is affected)
- 2.8.26
-
Fri Sep 05 2003 - sh@suse.de
- V 2.8.25
- Fixed bug #30151: Enable starting pkg mgr in search mode
by default in the installed system
-
Fri Sep 05 2003 - gs@suse.de
- testsuite adapted (language.err)
- 2.8.24
-
Thu Sep 04 2003 - gs@suse.de
- WFMInterpreter: get correct encoding in SetLanguage()
- 2.8.23
-
Fri Aug 29 2003 - ma@suse.de
- Adapted PKG module to new packagemanager callbacks.
- Introduced CallbackStartConvertDb, CallbackProgressConvertDb,
CallbackNotifyConvertDb, CallbackStopConvertDb. (#29484 as far as
PKG module is affected).
- 2.8.22
-
Mon Aug 25 2003 - kkeil@suse.de
- new ISDN interface for agent-probe, data is now based on CDB
-
Wed Aug 20 2003 - mjancar@suse.cz
- require the perl version we build with
-
Mon Aug 18 2003 - arvin@suse.de
- added ycp builtin findlastnotof
-
Mon Aug 18 2003 - lslezak@suse.cz
- fixes in ag_background (result command check, buffer size check,
log errors)
- enhancements in libyui examples (gs@suse.de)
- version 2.8.18
-
Tue Aug 12 2003 - arvin@suse.de
- added warnings about to libyui about wrong widget tree structure
- fixed parsing of class tag in make_widget_doc
- also handle release notes url here
-
Wed Aug 06 2003 - gs@suse.de
- V 2.8.16
- WFM setLanguage() returns proposed encoding
(revert changes)
-
Wed Aug 06 2003 - fehr@suse.de
- added new ycp builtin regexppos
- version 2.8.15
-
Tue Aug 05 2003 - arvin@suse.de
- fixed testsuite
-
Tue Aug 05 2003 - gs@suse.de
- V 2.8.13
- libyui: YUI builtin SetKeyboard added
-
Thu Jul 31 2003 - arvin@suse.de
- support special plugins with several agents
-
Wed Jul 30 2003 - arvin@suse.de
- fixed build
-
Tue Jul 29 2003 - sh@suse.de
- V 2.8.11
- Added support for embedded Perl interpreter as plugin
(requires new additional package yast2-perl-bindings)
-
Tue Jul 29 2003 - arvin@suse.de
- extended meaning of YAST_IS_RUNNING
-
Tue Jul 29 2003 - cschum@suse.de
- WFM: Added Pkg::YouDisconnect().
-
Mon Jul 21 2003 - arvin@suse.de
- handle new hwinfo-field unix_dev_name2 (bug #26121)
-
Tue Jul 15 2003 - arvin@suse.de
- fixed testsuite of wfm
-
Tue Jul 15 2003 - sh@suse.de
- V 2.8.7
UI changes:
- Lots of internal reworking
- Completely reworked event handling
- No more self-generated events during widget creation / ChangeWidget
- Basic support for right-to-left languages like Arabic / Hebrew
(not perfect yet)
- `id() now optional for UI builtins if ID type is symbol
-
Tue Jul 15 2003 - gs@suse.de
- 2.8.6
- advanced event handling in libyui
-
Tue Jul 15 2003 - mvidner@suse.cz
- Moved ycp.pm to %perl_vendorlib.
-
Thu Jul 10 2003 - mvidner@suse.cz
- perl library:
* parse paths with quoted components
* consider also negative integers in ycp::Return
-
Wed Jul 09 2003 - cschum@suse.de
- WFM: Added Pkg::YouSetServer().
-
Mon Jul 07 2003 - gs@suse.de
- WFMInterpreter: call setlocale(LC_ALL, "") in constructor;
remove it in setLanguage() and changeToModuleLanguage()
-
Fri Jul 04 2003 - msvec@suse.de
- keep the include modules.conf.local at the end (#27681)
- dropped unused modules paths
- updated testsuite
- 2.8.5
-
Wed Jul 02 2003 - visnov@suse.de
- return boolean value from client as exit code
-
Fri Jun 27 2003 - msvec@suse.de
- different fix for regexp*
- 2.8.4
-
Thu Jun 26 2003 - msvec@suse.de
- fixed regexpsub behavior
- 2.8.3
-
Wed Jun 25 2003 - cschum@suse.de
- Removed WFM builtin CallFile as it isn't needed anymore by YOU.
-
Wed Jun 25 2003 - arvin@suse.de
- correct C++ syntax in HwProbe.cc
-
Tue Jun 24 2003 - cschum@suse.de
- Removed classes ExternalProgram and ExternalDataSource from
liby2 as they duplicated the classes from liby2util.
-
Tue Jun 24 2003 - cschum@suse.de
- Added progress callback for execution of scripts by YOU.
-
Tue Jun 10 2003 - arvin@suse.de
- fixed file list for rpm v4
-
Fri Jun 06 2003 - mvidner@suse.cz
- libycp scanner: don't mistake an invalid token for EOF.
-
Wed May 28 2003 - cschum@suse.de
- Added WFM builtin CallFile needed by YOU.
-
Tue Apr 22 2003 - arvin@suse.de
- added ycp function lsort to sort lists of strings with
respect to the current locale (bug #23850)
-
Fri Mar 28 2003 - mvidner@suse.de
- ag_hostnames: added scanning for RPC servers
-
Fri Mar 28 2003 - lslezak@suse.de
- ag_background: limited input buffer size, added .buffer_size
subpath, updated documentation
- 2.8.0
-
Thu Mar 13 2003 - kkaempf@suse.de
- handle installation of source packages (#25318).
- 2.7.34
-
Tue Mar 11 2003 - kkaempf@suse.de
- fix parseycp syntax checker to detect trailing errors
after a successful parse. Also fixes detection and
handling of EOF in parser. (#24994)
-
Sat Mar 08 2003 - arvin@suse.de
- handle wlan flag from hwinfo (bug #23491)
-
Fri Mar 07 2003 - arvin@suse.de
- make string compare function locale unaware again as it leads
to strange results after changing the locale
-
Fri Mar 07 2003 - kkaempf@suse.de
- close target logfile at shutdown (#24756)
- 2.7.30
-
Wed Mar 05 2003 - kkaempf@suse.de
- enhance provideDone and packageDone callbacks to return a
string in order to control retry/abort/ignore on package
errors (#23780)
- 2.7.29
-
Tue Mar 04 2003 - arvin@suse.de
- handle InstSrcDescr::content_flags (bug #21561)
-
Tue Mar 04 2003 - kkaempf@suse.de
- use general state functions from packagemanager, not just
the package specific ones (part of #23616)
-
Mon Mar 03 2003 - kkaempf@suse.de
- use packagemanager stati when handling selection, so upgrade
properly gets required and recommended selections too (#24371).
-
Mon Mar 03 2003 - cschum@suse.de
- Allow installation sources for different products from same URL
(#24492).
-
Fri Feb 28 2003 - kkaempf@suse.de
- make MediaChangeCallback global for all sources (part of #24201)
-
Fri Feb 28 2003 - sh@suse.de
- Added optional "floppyDevice" parameter to YPackageSelector widget
-
Fri Feb 28 2003 - kkaempf@suse.de
- don't treat nl_langinfo() as godsend, they're all lying anyway.
We return nl_langinfo as a propsed encoding only and set UTF-8
(#24383)
-
Tue Feb 25 2003 - arvin@suse.de
- use locale dependent string compare (bug #23850)
-
Tue Feb 25 2003 - gs@suse.de
- #include <assert.h> in YUIInterpreter_special_widgets.cc
-
Mon Feb 24 2003 - gs@suse.de
- setLanguage: call nl_langinfo (bug #23348)
-
Mon Feb 24 2003 - kkaempf@suse.de
- finally fix Pkg:: functions to act upon tag string
instead of package names.
This will make "yast2 -i <name-of-.so>" possible.
-
Mon Feb 24 2003 - arvin@suse.de
- added command .bash_input to system agent
-
Fri Feb 21 2003 - kkaempf@suse.de
- add Pkg::SelectionContent() function (#23589)
adpated testsuite accordingly.
-
Thu Feb 20 2003 - arvin@suse.de
- resolver agent doesn't complain about empty lists (bug #23797)
-
Thu Feb 20 2003 - arvin@suse.de
- added dsl modem (pppoe) detection to probe-agent (bug #23662)
-
Wed Feb 19 2003 - sh@suse.de
- Fixed bug #23781: YCPthread problems during SuSEconfig
-
Mon Feb 17 2003 - gs@suse.de
- don't call nl_langinfo in WMFInterpreter setLanguage
(encoding is not set correctly, bug #23348)
-
Mon Feb 17 2003 - sh@suse.de
- Fixed bug #23599: Recode: unexpected small output buffer
-
Thu Feb 13 2003 - sh@suse.de
- Reduced log severity for UI shortcut conflicts
-
Wed Feb 12 2003 - kkaempf@suse.de
- add Pkg::TargetFileHasOwner() (#23555)
-
Tue Feb 11 2003 - sh@suse.de
- New generic way to find widgets belonging to a dialog, excluding
sub-dialogs: YDialog::widgets()
-
Fri Feb 07 2003 - kkaempf@suse.de
- call nl_langinfo() if no explicit encoding given (#23348)
- V 2.7.12
-
Mon Feb 03 2003 - sh@suse.de
- V 2.7.11
- New UI builtin: SetFunctionKeys()
-
Mon Jan 27 2003 - arvin@suse.de
- added rpm-devel, popt and popt-devel to neededforbuild
-
Thu Jan 23 2003 - mvidner@suse.de
- Activate the debugger on receiving SIGUSR2.
- 2.7.9
-
Tue Jan 21 2003 - arvin@suse.de
- make it build with latest yast2-packagemanager
-
Tue Jan 14 2003 - arvin@suse.de
- probe agent handles capability flags of libhd (bug #20068)
-
Fri Dec 20 2002 - arvin@suse.de
- merged from 8.1 branch:
- set umask to 0022 in genericfronted.cc
-
Thu Dec 19 2002 - cschum@suse.de
- Pkg:: interface
- Added ErrorDetails() function.
- Added YouFinish() function.
- Added callback handling for YOU progress.
- 2.7.6
-
Wed Dec 18 2002 - mvidner@suse.de
- perl library:
* Fixed parsing compounds containing a number starting with 0.
* Use the script base name as the log component instead of "perl".
-
Mon Dec 02 2002 - arvin@suse.de
- consider all four environment variables `LANGUAGE', `LC_ALL',
`LC_MESSAGES' and `LANG' to get the language during startup
(bug #22008)
-
Mon Dec 02 2002 - arvin@suse.de
- fixed linking (after drop of dumpto agent)
-
Fri Nov 29 2002 - sh@suse.de
- Fixed bug/wish #13866: Delayed keyboard shortcut checking
New UI builtins PostponeShortcutCheck(), CheckShortcuts()
-
Fri Nov 22 2002 - msvec@suse.cz
- system agent:
* background logging
* nice mode for written ycp values
* updated testsuite
- modules agent:
* use paths for the modules specs
- dumpto agent:
* drop (obsoleted by system agent)
- runtime agent:
* drop (obsoleted by system agent)
-
Wed Nov 20 2002 - sh@suse.de
- UI::MakeScreenShot() now takes a string argument
-
Mon Nov 11 2002 - sh@suse.de
- New widget: IconButton
-
Thu Nov 07 2002 - arvin@suse.de
- adaption of libycp for bison version 1.75
-
Thu Nov 07 2002 - sh@suse.de
- Fixed bug #19389: Frame widget shows keyboard shortcuts, but
can't handle any
-
Wed Nov 06 2002 - sh@suse.de
- New UI builtins:
- AskForExistingDirectory()
- AskForExistingFile()
- AskForSaveFileName()
-
Wed Nov 06 2002 - mvidner@suse.cz
- Fixed recursive Dir in ini-agent flat mode (used for .sysconfig)
[#21574]
-
Tue Oct 15 2002 - kkaempf@suse.de
- fix 'sort' testcase
- 2.6.53
-
Mon Oct 14 2002 - kkaempf@suse.de
- reduce debug log (#20854, mvidner@suse.cz)
- 2.6.52
-
Mon Oct 14 2002 - kkaempf@suse.de
- when switching base selection, reset selections
and packages
- RemoteComponent: check for null to avoid segfault (#20087, arvin)
-
Wed Oct 09 2002 - kkaempf@suse.de
- install product data in installation order.
- 2.6.51
-
Tue Oct 08 2002 - kkaempf@suse.de
- add functions to display install time splitted across
multiple sources and multiple media within each source
- 2.6.50
-
Tue Oct 08 2002 - arvin@suse.de
- use own version as suse version since suse version is not
present on united linux
-
Mon Oct 07 2002 - kkaempf@suse.de
- add Pkg:: function to set installation order (#20609)
- add Pkg:: function to disable ram caching of source meta-data
- 2.6.48
-
Fri Sep 20 2002 - kkaempf@suse.de
- provide full product data including base and dist product
- 2.6.47
-
Fri Sep 20 2002 - kkaempf@suse.de
- add SourceChange callback
- write selections conflicts to /var/log/YaST2/badselections
- 2.6.46
-
Thu Sep 19 2002 - kkaempf@suse.de
- return partition size after package installation in DU check.
- disable source (release media) before delete.
- 2.6.45
-
Wed Sep 18 2002 - kkaempf@suse.de
- add Pkg:: functions for multiple source installation
- 2.6.44
-
Thu Sep 12 2002 - kkaempf@suse.de
- drop "-" in product string
- 2.6.43
-
Wed Sep 11 2002 - kkaempf@suse.de
- implement "PkgNeutral" to neutralize the status of
a package (#19475)
- implement status save/restore (#19328)
- fix abort during install (#18954)
- 2.6.42
-
Wed Sep 11 2002 - kkaempf@suse.de
- copy product and selection data to target (#19324)
- 2.6.41
-
Wed Sep 11 2002 - kkaempf@suse.de
- allow rewrite of url if cdrom device changed due
to ide-scsi (#19185)
- 2.6.40
-
Wed Sep 11 2002 - kkaempf@suse.de
- correctly release sources
- pass flag to solver to prefer installed packages in
case of conflict during update
- products don't have a release, just a version
- 2.6.39
-
Tue Sep 10 2002 - arvin@suse.de
- provide/obsolete yast2-lib64-compat (bug #19325)
-
Mon Sep 09 2002 - kkaempf@suse.de
- display all CDs, even those with no packages to install
- handle uninstalled source packages
- 2.6.37
-
Mon Sep 09 2002 - arvin@suse.de
- explicit set permissions of /etc/resolv.conf to 0644 (bug #19188)
-
Mon Sep 09 2002 - kkaempf@suse.de
- reduce logging
- fix space calculation
- 2.6.35
-
Sun Sep 08 2002 - kkaempf@suse.de
- add function to retrieve space calculation
- 2.6.34
-
Sun Sep 08 2002 - kkaempf@suse.de
- add function to pass directories to space calculation in
package manager
- 2.6.33
-
Sat Sep 07 2002 - mvidner@suse.cz
- agent-ini: section names for multifile data were not translated
properly upon second Write (#19066).
- 2.6.32
-
Sat Sep 07 2002 - kkaempf@suse.de
- add Pkg::PkgGroup to get group tag of a package
-
Sat Sep 07 2002 - kkaempf@suse.de
- include url to media change callback
- report translated selection label
- 2.6.31
-
Fri Sep 06 2002 - arvin@suse.de
- provide/obsolete more old packages
-
Fri Sep 06 2002 - kkaempf@suse.de
- fix update api, allow for deletion of old packages
return number of unknown packages
- fix packager UI to show unknown packages
- 2.6.29
-
Thu Sep 05 2002 - kkaempf@suse.de
- add Pkg:: functions for package backup
and rebuilddb progress
- 2.6.28
-
Wed Sep 04 2002 - kkaempf@suse.de
- check for loops in selection requirements.
- authorization checks for YOU.
- 2.6.27
-
Tue Sep 03 2002 - kkaempf@suse.de
- enhanced callback handling for Pkg::
- product data access functions
- 2.6.26
-
Tue Sep 03 2002 - mvidner@suse.cz
- kdoc cleanup: better cross references and fixed some parsing issues.
-
Fri Aug 30 2002 - mvidner@suse.cz
- ag_hostnames: fixed ip to host name translation (#18638).
- 2.6.25
-
Thu Aug 29 2002 - sh@suse.de
- New widget options for YPushButton: key_F1 .. key_F12
- New widget option for YSelectionBox: immediate
- New widget options for YPackageSelector: youMode, updateMode
-
Thu Aug 29 2002 - arvin@suse.de
- more fixes for initialization of logging
-
Wed Aug 28 2002 - kkaempf@suse.de
- more Pkg:: functions for media change via packagemanager
callbacks
- 2.6.23
-
Tue Aug 27 2002 - arvin@suse.de
- added support for firewire controllers in probe agent
(bug #18379)
- fixed initialization of logging
-
Wed Aug 21 2002 - kkaempf@suse.de
- furter connections to packagemanager
- V 2.6.21
-
Mon Aug 19 2002 - sh@suse.de
- V 2.6.20
- New package management in UI
-
Fri Aug 16 2002 - arvin@suse.de
- adaptions for libhd version 5.12
-
Thu Aug 15 2002 - arvin@suse.de
- added handling of hotplug entry to probe agent (bug #13571)
-
Tue Aug 13 2002 - arvin@suse.de
- fixed return value of regexpsub for case of no match
-
Mon Aug 12 2002 - kkaempf@suse.de
- add "vendor" and "name" keys to .probe.cpu map
-
Fri Aug 09 2002 - arvin@suse.de
- added support for dvb cards to probe agent
-
Thu Aug 08 2002 - arvin@suse.de
- fixed error logging for .string command of system agent and
added testsuite for that
- redirect stdout and stderr to /dev/null for .bash_background
command of system agent (bug #17223)
-
Wed Aug 07 2002 - arvin@suse.de
- adaption for libhd changes
-
Mon Aug 05 2002 - arvin@suse.de
- fixed cpu and boot detection on S390
-
Thu Aug 01 2002 - arvin@suse.de
- fixes for VNC installation
-
Mon Jul 29 2002 - arvin@suse.de
- disable Qt/KDE's own malloc implementation (it's too late to
activated them from dlopen)
-
Wed Jul 24 2002 - kkaempf@suse.de
- Allow empty nameserver list in agent-resolver (#17178)
-
Wed Jul 24 2002 - arvin@suse.de
- Execute (.target.remove, ...) is now quiet (bug #17177)
-
Wed Jul 24 2002 - arvin@suse.de
- fixed error messages for Read (.target.yast2, ...) (bug #17170)
- fixed model entry in Read (.probe.cpu) (bug #17166)
-
Mon Jul 22 2002 - arvin@suse.de
- implemented stat and lstat functions in agent-system
-
Mon Jul 22 2002 - arvin@suse.de
- agent-probe recognizes boot mechanism grub from hwinfo
-
Wed Jul 17 2002 - arvin@suse.de
- provide full directory structure
- removed obsolete getyast2dir function from libycp
-
Fri Jul 12 2002 - kkeil@suse.de
- agent-probe: Additional fields for the ISDN database to
identify DSL support and supported protocols and architectures
of the driver.
-
Mon Jul 08 2002 - mvidner@suse.cz
- completed the Provides/Obsoletes list for the devel subpackage
-
Thu Jul 04 2002 - arvin@suse.de
- move non binary file from /usr/lib/YaST2 to /usr/share/YaST2
-
Tue Jul 02 2002 - msvec@suse.cz
- y2log dir is /var/log/YaST2 (#16712)
-
Tue Jul 02 2002 - arvin@suse.de
- only complain once if recode fails (bug #16773)
-
Thu Jun 27 2002 - arvin@suse.de
- the Read (.yast2, ...) of the system agent appends "data/" the
the filename
- removed function Write (.yast2, ...) from system agent
-
Tue Jun 25 2002 - kkaempf@suse.de
- Evaluate keys in map constants (#16701).
-
Sat Jun 22 2002 - arvin@suse.de
- merged libycp, liby2, libyui, libscr, yast2-core-scr,
yast2-core-wfm, yast2-agent-any, yast2-agent-probe,
yast2-agent-ini, yast2-agent-modules, yast2-agent-system
and yast2-base into new package yast2-core