changelog, fix in main::usage()

This commit is contained in:
Vadim Kurland
2008-08-23 23:49:17 +00:00
parent c298acf5df
commit 148de24d59
4 changed files with 2227 additions and 2218 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 483
#define BUILD_NUM 484
+9
View File
@@ -1,3 +1,12 @@
2008-08-23 Vadim Kurland <vadim@vk.crocodile.org>
* FWObject.cpp (FWObject::toXML): (change in libfwbuilder) moved
saving of XML attributes name and comment from FWObject::toXML()
to implementations of this virtual method in all classes that are
supposed to have name and comment. When user created an object
with empty name, the old code used to save such object into XML
file w/o attribute "name" which violated DTD. This is fixed now.
2008-08-22 Vadim Kurland <vadim@vk.crocodile.org>
* RuleSetView.cpp (RuleSetView::keyPressEvent): fixed bug (no #):
+1 -1
View File
@@ -328,7 +328,7 @@ char* strndup(const char* s,int n)
void usage()
{
cerr << "Usage: fwbuilder [-hv] [-p object_name] [-o file_name] [ [-f] filename]\n";
cerr << "Usage: fwbuilder [-hv] [-P object_name] [-o file_name] [ [-f] filename]\n";
cerr << endl;
}
File diff suppressed because it is too large Load Diff