Commit 1b1b60d8 authored by Pavel Vainerman's avatar Pavel Vainerman

Часто встречающуюся функцию проверки xml-узла на соответсвие фильтру, вынес в…

Часто встречающуюся функцию проверки xml-узла на соответсвие фильтру, вынес в UniSetTypes. Везде (где встретил) перевёл работу на неё.
parent 0eec4f57
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 1.0 Version: 1.0
Release: alt43 Release: alt44
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
...@@ -207,6 +207,10 @@ rm -f %buildroot%_libdir/*.la ...@@ -207,6 +207,10 @@ rm -f %buildroot%_libdir/*.la
%changelog %changelog
* Mon Oct 03 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt44
- add nodes filter for UNet2
- minor optimization
* Thu Jul 14 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt42 * Thu Jul 14 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt42
- fixed bug in uniset-codegen - fixed bug in uniset-codegen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment