SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for yast2-ruby-bindings-3.1.24-1.1.x86_64.rpm :
Fri Sep 12 14:00:00 2014 jreidingerAATTsuse.com
- GC-guard some Ruby values to prevent a crash in slideshow
(bnc#895964)
- 3.1.24

Wed Jul 30 14:00:00 2014 mvidnerAATTsuse.com
- Fixed to report the right frame for Ops.get_foo (bnc#877758).
- Futureproof tests for RSpec 3 even more, avoid be_true.
- 3.1.23

Wed Jul 23 14:00:00 2014 locilkaAATTsuse.com
- Builtins.mapmap newly only accepts Hash, otherwise raises
a TypeError (bnc#888585)
- 3.1.22

Mon Jul 7 14:00:00 2014 mrueckertAATTsuse.de
- switch to rubygem() based requires so we can easily pass the
preferred ruby version using rb_default_ruby_abi

Tue Jun 10 14:00:00 2014 jreidingerAATTsuse.com
- fix comparison of float and integer (bnc#865037)
- 3.1.21

Tue Jun 3 14:00:00 2014 jreidingerAATTsuse.com
- fix crash of n_ as now textdomain is array (bnc#881124)
- 3.1.20

Mon Jun 2 14:00:00 2014 mvidnerAATTsuse.com
- Converted \"should\" to \"expect\" in RSpec,
to be prepared for rspec-3.0.
- 3.1.19

Thu May 29 14:00:00 2014 jreidingerAATTsuse.com
- fix translation if mixture of textdomain are used in included
files (bnc#877687)
- 3.1.18

Wed May 14 14:00:00 2014 mvidnerAATTsuse.com
- Mechanically converted the remaining test/unit tests to RSpec
(bnc#877758)
- 3.1.17

Tue Apr 22 14:00:00 2014 jreidingerAATTsuse.com
- Fix hang out of YaST2 in Turkish locale(bnc#852242)
- 3.1.16

Fri Mar 14 13:00:00 2014 mvidnerAATTsuse.com
- Show the caller in the Internal error popup.
- 3.1.15

Mon Mar 3 13:00:00 2014 jreidingerAATTsuse.com
- do not crash if ruby cannot find yast ruby part
- 3.1.14

Thu Feb 27 13:00:00 2014 jreidingerAATTsuse.com
- fix precedence of loading files in lib
- 3.1.13

Wed Feb 26 13:00:00 2014 lslezakAATTsuse.cz
- added N_() and Nn_() gettext equivalents (to only mark a text
for translation)
- 3.1.12

Thu Feb 20 13:00:00 2014 jreidingerAATTsuse.com
- always log full backtrace when type conversion failed, to help
with debugging
- 3.1.11

Mon Feb 17 13:00:00 2014 jreidingerAATTsuse.com
- fix stack level too deep (BNC#864056,BNC#864180)
- 3.1.10

Mon Feb 10 13:00:00 2014 jreidingerAATTsuse.com
- Do not unload clients after execution (BNC#861529)
- 3.1.9

Wed Feb 5 13:00:00 2014 lslezakAATTsuse.cz
- Builtins.y2milestone(),... marked as deprecated, use Yast::Logger
instead in the new code
- 3.1.8

Tue Feb 4 13:00:00 2014 jreidingerAATTsuse.com
- format spec file

Mon Feb 3 13:00:00 2014 lslezakAATTsuse.cz
- added Y2Logger - Ruby Logger for writing logs using the Yast
format, can be used by external libraries for logging into y2log
- 3.1.7

Mon Feb 3 13:00:00 2014 jreidingerAATTsuse.com
- final fix for Ops.get and Ops.set warnings to not point inside
their own implementation
- 3.1.6

Mon Jan 13 13:00:00 2014 jreidingerAATTsuse.com
- Prefer yast lib directory in LOAD_PATH to reduce collisions with
random rubygem
- 3.1.5

Mon Dec 9 13:00:00 2013 jreidingerAATTsuse.com
- fixed Ops.get and Ops.set warnings to not point inside their own
implementation
- 3.1.4

Wed Nov 27 13:00:00 2013 jreidingerAATTsuse.com
- add detection of invalid type in publish call
- 3.1.3

Fri Oct 25 14:00:00 2013 jreidingerAATTsuse.com
- report exceptions via Report.Error so there is no hidden failures
- detect invalid response type from clients
(gh#yast/yast-ruby-bindings#81)
- 3.1.2

Tue Oct 15 14:00:00 2013 lslezakAATTsuse.cz
- float_to_lstring(): do not crash when glibc-locale is missing,
fallback to unlocalized version (bnc#803163)
- 3.1.1

Thu Sep 12 14:00:00 2013 jreidingerAATTsuse.com
- fix loading rubygems in embedded ruby
- when client raise exception set proper exit code
- 3.0.3

Wed Sep 11 14:00:00 2013 jreidingerAATTsuse.com
- remove workaround for ruby 1.9 as only 2.0 is supported
(to really fix $0 and ARGV, gh#yast/yast-ruby-bindings#74)
- do not link against UI plugin, because showing UI without y2base
is not supported
(may fix a Jenkins failure)
- 3.0.2

Wed Sep 11 14:00:00 2013 mvidnerAATTsuse.com
- link to owcrypt only if it exists (fixes 12.3 builds)

Wed Sep 11 14:00:00 2013 jreidingerAATTsuse.com
- do not overwrite script name which require yast
gh#yast/yast-ruby-bindings#73,74
- crypt_gensalt moved to separate library libowcrypt (fate#314945)
(thanks to Andreas Schwab )
- 3.0.1

Tue Jul 30 14:00:00 2013 yast-develAATTopensuse.org
- version 3.0.0

Tue Jul 23 14:00:00 2013 jreidingerAATTsuse.com
- fix path conversion (gh#yast/ycp-killer#562)
- remove deprecated calls and YCP namespace
- improve reporting problematic code when builtin is called in
wrong way (gh#yast/ycp-killer#575)
- 1.2.0

Wed Jul 17 14:00:00 2013 lslezakAATTsuse.cz
- added Ops.get_
* shortcut methods (dmajda)
- fix detecting of complex path in the last segment (jreidinger)
- unload client class after running it to fully initialize includes
in the next run (gh#yast/ycp-killer#504)
- 1.1.5

Tue Jul 9 14:00:00 2013 jreidingerAATTsuse.com
- fix calling methods on namespace that is already used as nested
namespace (gh#yast/ycp-killer#465)
- 1.1.4

Thu Jul 4 14:00:00 2013 jreidingerAATTsuse.com
- allow passing single value to Ops.index and Ops.assign
- revert term immutable change as there is modification operation
on it
- create shortcuts for is builtins
- implement conversion from and to byteblock
- skip fast_gettext initialization if the locale directory does not
exist
- 1.1.3

Thu Jun 27 14:00:00 2013 jreidingerAATTsuse.com
- make term and path class immutable, so deep copy can be
optimalized
- support backtrace in y2log() (lslezak)
- call include init method only if it is there
- update UI shortcuts to allow also terms starting with lowercase
- various small bug fixes
- 1.1.2

Mon Jun 24 14:00:00 2013 jreidingerAATTsuse.com
- set the source location when calling YaST functions outside Ruby
- few minor fixes in logging
- 1.1.1

Thu Jun 20 14:00:00 2013 jreidingerAATTsuse.com
- Rename top level namespace from YCP to Yast
- cache translations in dpgettext() builtin (lslezak)
(https://github.com/yast/ycp-killer/issues/467)
- implement block version of Ops.index
(https://github.com/yast/y2r/issues/20)
- 1.1.0

Tue Jun 18 14:00:00 2013 jreidingerAATTsuse.com
- Complete rewrite of ruby bindings to allow migration of ycp code
to ruby. Few features worth mentioning:
- ruby clients
- ruby include files
- ruby modules with export of specified type
- support of global variables
- support of ycp builtins
- 1.0.0

Wed Jun 27 14:00:00 2012 jreidingerAATTsuse.com
- adapt to changes in yast2-core
- 0.3.13

Tue Jun 12 14:00:00 2012 cooloAATTsuse.com
- finish the ruby 1.9 port
- 0.3.12

Thu Jun 7 14:00:00 2012 jreidingerAATTsuse.com
- port to ruby 1.9

Thu Apr 5 14:00:00 2012 jsuchomeAATTsuse.cz
- removed libxcrypt-devel from buildrequires

Thu Jan 19 13:00:00 2012 jreidingerAATTsuse.com
- improve previous fix to allow loading also file in namespace (
e.g. Name::Test in name/test ) (bnc#705417)

Mon Jan 16 13:00:00 2012 cooloAATTsuse.com
- license should be GPL-2.0 without or later

Mon Jan 16 13:00:00 2012 jreidingerAATTsuse.com
- allows loading modules which follows rails ruby convention
( ActiveSupport module is in active_support.rb file )
(bnc#705417)

Wed Dec 7 13:00:00 2011 cooloAATTsuse.com
- fix license to be in spdx.org format

Mon Oct 3 14:00:00 2011 mvidnerAATTsuse.cz
- WIP: Ruby objects usable from YCP (FATE#312825).
except those that get garbage collected :-/)
- Run the tests at RPM build time.
- Less log clutter when importing a Ruby namespace.
- 0.3.8

Tue Jul 26 14:00:00 2011 kkaempfAATTnovell.com
- Re-init the Ruby stack when calling a Ruby function. bnc#708059
- 0.3.7

Mon Jul 25 14:00:00 2011 kkaempfAATTnovell.com
- wrap rb_funcall in rb_protect to prevent segfaults if the
calling function raises an exception (bnc#705425)
- 0.3.6

Tue Nov 3 13:00:00 2009 dmacvicarAATTnovell.com
- support for nested namespaces (Foo::Bar)
(bnc #551881)
- 0.3.5

Mon Nov 2 13:00:00 2009 dmacvicarAATTsuse.de
- fix convertion of ruby hashes to ycp maps
(bnc #551791)
- 0.3.4

Thu Apr 9 14:00:00 2009 kkaempfAATTsuse.de
- add and enable CTest
- generate rdoc documentation
- pass explicit rpath to linker so plugins are found
- general code cleanup
- 0.3.3


 
ICM