| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-core | Distribution: openSUSE 12.2 |
| Version: 2.23.4 | Vendor: openSUSE |
| Release: 1.1.3 | Build date: Mon Jul 16 02:08:19 2012 |
| Group: System/YaST | Build host: build14 |
| Size: 3305379 | Source RPM: yast2-core-2.23.4-1.1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Summary: YaST2 - Core Libraries | |
This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2.
GPL-2.0+
* Fri Jun 22 2012 aschnell@suse.de
- allow C++ log functions to be used in namespaces
- 2.23.4
* Tue Jun 19 2012 mfilka@suse.com
- increase version
- added testcases
- handling of escape sequences when quoting
- enable quoting only for sysconfig files
- 2.23.3
* Mon Jun 18 2012 mfilka@suse.com
- (un)quoting rewriten to C++ due to bnc#765519
- 2.23.2
* Mon Jun 18 2012 aschnell@suse.de
- fixed function name conflict in agent-ini (bnc#765519)
- 2.23.2
* Wed Jun 13 2012 aschnell@suse.de
- fixed UTF-8 handling of several string builtins (bnc#755414)
* Tue Jun 12 2012 aschnell@suse.de
- removed blocxx usage (fate #313242)
- improved efficiency of logging functions
- 2.23.1
* Fri May 04 2012 mfilka@suse.com
- added support for shell like (un)quoting and (un)escaping of values
- 2.23.0
* Mon Mar 19 2012 aschnell@suse.de
- fixed for gcc 4.7
* Fri Mar 16 2012 aschnell@suse.de
- do not use xcrypt (removes bigcrypt) (fate #312617)
- 2.22.5
* Wed Feb 22 2012 aschnell@suse.de
- added tointeger builtin with explicite base qualification
- 2.22.4
* Fri Feb 03 2012 mvidner@suse.cz
- ini-agent: only change permissions of new files (bnc#743355)
- 2.22.3
* Thu Jan 05 2012 mvidner@suse.cz
- Relicensed agent-process from GPL-2.0 to GPL-2.0+
to match the rest of the package (bnc#728950).
- 2.22.2
* Thu Jan 05 2012 mvidner@suse.cz
- ini-agent: added Write(.section_private.SECTION, BOOLEAN)
(bnc#713661, CVE-2011-3177)
- system agent: added Write(.target.string, [filename, mode], content)
- 2.22.1
* Fri Dec 02 2011 lslezak@suse.cz
- process-agent - fixed testuite (removed potential race condition)
- 2.22.0
* Fri Nov 25 2011 mvidner@suse.cz
- ini-agent: Fixed a test failure "wrong stderr for nonex"
(bnc#706705#c16)
- process-agent: a badly designed test is less likely to fail now
- 2.21.8
* Fri Nov 25 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Tue Oct 04 2011 mvidner@suse.cz
- build fix for ARM (bnc#721846).
- 2.21.7
* Thu Aug 18 2011 mvidner@suse.cz
- change blowfish id from 2a to 2y (bnc#700876 bnc#706705 CVE-2011-2483)
(thanks to Ludwig Nussel)
- 2.21.6
* Fri Aug 05 2011 mvidner@suse.cz
- YCP Debugger added, by Stano Visnovsky.
- 2.21.5
* Fri Jun 17 2011 jsuchome@suse.cz
- when if-condition evaluates to nil, use false instead (bnc#687236)
- 2.21.4
* Thu Jun 02 2011 aschnell@suse.de
- added missing include statements
- 2.21.3
* Fri May 27 2011 mvidner@suse.cz
- Fixed a garbled unbreakable space used as a thousand separator (bnc#683881).
- 2.21.2
* Fri May 27 2011 mvidner@suse.cz
- Don't crash when adding to a nil list (bnc#694520).
- A nil (type cast failure) in a list literal will not make the whole
list nil (bnc#694520).
- 2.21.1
* Thu Mar 31 2011 aschnell@suse.de
- added sha256 and sha516 password encryption (fate #309705)
- 2.21.0
* Tue Mar 15 2011 coolo@novell.com
- fix build with gcc 4.6
* Mon Jan 03 2011 lslezak@suse.cz
- fixed packaging in openSUSE-11.4 (perl files)
- 2.20.0
* Tue Aug 10 2010 mvidner@suse.cz
- Enable input buffering for YCP include files (bnc#629882).
- 2.19.3
* Thu Mar 11 2010 mvidner@suse.cz
- Fixed the regexpsub algorithm not to loop endlessly
if the source string contains \1 (bnc#552914).
- 2.19.2
* Tue Mar 09 2010 mvidner@suse.cz
- Fixed an ia64 crash in test_thread_log (a test case for bnc#565918).
* Mon Feb 01 2010 mvidner@suse.cz
- Fixed a crash in LogTail by adding a mutex to the shared variable
(bnc#565918).
- Re-enabled parts of liby2util-r testsuite.
- 2.19.1
* Fri Dec 18 2009 aschnell@suse.de
- allow Y2DIR to be a list of paths separated by ":"
- 2.19.0
* Fri Aug 14 2009 lslezak@suse.cz
- don't generate autodocs on ARM (doesn't work in qemu-arm)
(by jansimon.moeller@opensuse.org)
- 2.18.19
* Tue Aug 11 2009 mvidner@suse.cz
- ycp.pm: convert wide strings to byte strings,
to silence a warning when handling parsed XML (bnc#512536).
- /var/log/YaST2/signal: do not make it executable
- 2.18.18
* Mon Aug 03 2009 lslezak@suse.cz
- the DBus code has been moved to separate packages
(yast2-dbus-client and yast2-dbus-server) (bnc#431208)
- 2.18.17
* Fri Jul 10 2009 mvidner@suse.cz
- Return DBus errors in most cases that used to y2error only (bnc#520616).
- In BSV types, "" again means "string" (broken in previous version).
- Log also the user when reporting a PolKit check result.
- o.o.Y.modules.ModuleManager.Import fixed to return false on failure.
- 2.18.16
* Thu Jul 02 2009 mvidner@suse.cz
- Enhanced DBus -> YCP value conversion by considering
also the expected YCP type.
Otherwise it is impossible to tell whether an empty array
should become an empty map or an empty list (bnc#516492).
- Removed the dependency on dbus-1-x11
by calling dbus-daemon directly without dbus-launch.
- 2.18.15
* Fri Jun 26 2009 mvidner@suse.cz
- yast_modules_dbus_server: return org.freedesktop.DBus.Error.UnknownMethod
for unknown methods
- Disable --as-needed until this package is fixed.
* Fri Jun 19 2009 mvidner@suse.cz
- float::tolstring fixed to use the fixed notation
- 2.18.14
* Thu Jun 18 2009 lslezak@suse.cz
- DBus service - fixed returning "any" values (bnc#513503),
return correct signatures in DBus introspection data, return the
values according to it (bnc#513571), added basic testuite
* Wed Jun 17 2009 mvidner@suse.cz
- DBusServerBase: exit properly if the connection got closed
* Mon Jun 15 2009 lslezak@suse.cz
- DBus service - fixed returning of nested values (e.g. list<map>),
removed extra check for map (bnc#512569)
- 2.18.13
* Tue Jun 09 2009 mvidner@suse.cz
- Added 'string float::tolstring(float f, integer precision)' using the
current locale decimal separator (bnc#460094).
- Fixed makefiles to work with "install" calls changed via
automake-1.11.
- Fixed tons of warnings by explicitly initializing all members of
declaration_t.
- 2.18.12
* Mon Jun 01 2009 mvidner@suse.cz
- Fixed char* constness for glibc-2.10.
- 2.18.11
* Thu May 14 2009 lslezak@suse.cz
- DBus service - fixed DBus object to Yast name space conversion
in autoimport code ('/' -> '::'), replace all occurrences
* Thu May 07 2009 mvidner@suse.cz
- Y2ProgramComponent: close fds>2 before exec
to make external agents more robust (bnc#501758).
* Mon May 04 2009 lslezak@suse.cz
- SCR DBus service - fixed DBus object registration, fixed creating
the PolicyKit action ID
- 2.18.10
* Mon Apr 27 2009 mvidner@suse.cz
- Resurrected logging in the signal handler, into
/var/log/YaST2/signal (or ./y2signal.log) (bnc#493152#c33).
- Y2StdioComponent: exit only at EOF, not on parse error (bnc#498407).
- 2.18.9
* Fri Apr 24 2009 mvidner@suse.cz
- agent-ini: do not truncate strings longer than 2048
while writing (bnc#492859)
- 2.18.8
* Fri Apr 24 2009 lslezak@suse.cz
- DBus service - better handle "::" separators in name space
string - replace it by "/" in DBus object path and "." in
PolicyKit action ID string
- 2.18.7
* Tue Apr 21 2009 coolo@suse.de
- avoid y2log in both signal handler and forked children (bnc#493152)
* Tue Apr 21 2009 coolo@suse.de
- another hot fix
* Mon Apr 20 2009 coolo@suse.de
- trying hot fix for bnc#493152
* Mon Apr 20 2009 jreidinger@suse.cz
- add builtin list::swap for list
* Fri Apr 17 2009 juhliarik@suse.cz
- added fix for problem with adding nil to list (bnc#216177)
* Wed Apr 15 2009 mvidner@suse.cz
- DBus service:
* handle variants in replies
* don't crash on unsupported types
* fixed ModuleManager action IDs
* more examples
* Fri Apr 10 2009 lslezak@suse.cz
- Merged the Yast DBus service from /tmp/lslezak/core branch, the
service exports Yast name spaces on DBus. The SCR service has
been refactored - the common parts have been moved to liby2dbus.
- Removed oboleted YCPMapIterators
- 2.18.6
* Mon Apr 06 2009 mvidner@suse.cz
- Use /etc/modprobe.d/50-yast.conf instead of /etc/modprobe.conf
(bnc#485992).
- Move /etc/modprobe.d/blacklist on update (bnc#485992).
- Dropped ag_xauth (.xauth.key), superseded since 2005 by
$XAUTHLOCALHOSTNAME (bnc#482223).
- 2.18.5
* Thu Mar 26 2009 lslezak@suse.cz
- .modprobe_blacklist agent: use /etc/modprobe.d/50-blacklist.conf
file instead of deprecated /etc/modprobe.d/blacklist (bnc#485992)
* Fri Mar 06 2009 mvidner@suse.cz
- ag_background: re-disabled the testsuite, silly me.
- 2.18.4
* Fri Mar 06 2009 lslezak@suse.cz
- put backtrace begin and end markers to y2log when e.g.
y2error(-1, ...) is called
* Fri Mar 06 2009 mvidner@suse.cz
- ag_background: re-enabled the testsuite (bnc#470645#c11),
with some expect magic (~bnc#475551)
/usr/bin/ycpc /usr/lib/YaST2 /usr/lib/YaST2/bin /usr/lib/YaST2/bin/elf-arch /usr/lib/YaST2/bin/md_autorun /usr/lib/YaST2/bin/startshell /usr/lib/YaST2/bin/tty_wrapper /usr/lib/YaST2/bin/y2base /usr/lib/YaST2/plugin /usr/lib/YaST2/plugin/libpy2ag_anyagent.so.2 /usr/lib/YaST2/plugin/libpy2ag_anyagent.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_dummy.so.2 /usr/lib/YaST2/plugin/libpy2ag_dummy.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_ini.so.2 /usr/lib/YaST2/plugin/libpy2ag_ini.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_modules.so.2 /usr/lib/YaST2/plugin/libpy2ag_modules.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_process.so.2 /usr/lib/YaST2/plugin/libpy2ag_process.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_resolver.so.2 /usr/lib/YaST2/plugin/libpy2ag_resolver.so.2.0.0 /usr/lib/YaST2/plugin/libpy2ag_system.so.2 /usr/lib/YaST2/plugin/libpy2ag_system.so.2.0.0 /usr/lib/YaST2/plugin/libpy2scr.so.2 /usr/lib/YaST2/plugin/libpy2scr.so.2.0.0 /usr/lib/YaST2/plugin/libpy2serial.so.2 /usr/lib/YaST2/plugin/libpy2serial.so.2.0.0 /usr/lib/YaST2/plugin/libpy2wfm.so.2 /usr/lib/YaST2/plugin/libpy2wfm.so.2.0.0 /usr/lib/YaST2/servers /usr/lib/YaST2/servers/scr /usr/lib/YaST2/servers_non_y2 /usr/lib/YaST2/servers_non_y2/ag_background /usr/lib/YaST2/servers_non_y2/ag_hostnames /usr/lib/YaST2/servers_non_y2/ag_modinfo /usr/lib/YaST2/servers_non_y2/ag_ping /usr/lib/YaST2/servers_non_y2/ag_yp_makefile /usr/lib/libscr.so.2 /usr/lib/libscr.so.2.0.0 /usr/lib/liby2.so.3 /usr/lib/liby2.so.3.0.0 /usr/lib/liby2util.so.5 /usr/lib/liby2util.so.5.0.0 /usr/lib/libycp.so.3 /usr/lib/libycp.so.3.0.0 /usr/lib/libycpvalues.so.5 /usr/lib/libycpvalues.so.5.0.0 /usr/lib/perl5/vendor_perl/5.16.0/YaST /usr/lib/perl5/vendor_perl/5.16.0/YaST/SCRAgent.pm /usr/lib/perl5/vendor_perl/5.16.0/ycp.pm /usr/share/YaST2 /usr/share/YaST2/scrconf /usr/share/YaST2/scrconf/background.scr /usr/share/YaST2/scrconf/dummy.scr /usr/share/YaST2/scrconf/modinfo.scr /usr/share/YaST2/scrconf/modprobe_blacklist.scr /usr/share/YaST2/scrconf/modules.scr /usr/share/YaST2/scrconf/net_hostnames.scr /usr/share/YaST2/scrconf/ping.scr /usr/share/YaST2/scrconf/process.scr /usr/share/YaST2/scrconf/resolv.scr /usr/share/YaST2/scrconf/target.scr /usr/share/YaST2/scrconf/yp_makefile.scr /usr/share/man/man3/YaST::SCRAgent.3pm.gz /usr/share/man/man3/ycp.3pm.gz /var/log/YaST2
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:59:54 2013