This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 ChangeLog          |   20 ++++++++++++++++++++
 scripts/mconf.spec |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit 726a93e02fa9fc5e4a941714650eb9f14200beae
Author: Todd Brandt <[EMAIL PROTECTED]>
Date:   Tue Sep 16 10:35:43 2008 -0700

    upped the version to 1.1


Diff in this email is a maximum of 400 lines.
diff --git a/ChangeLog b/ChangeLog
index c534f01..5de1e2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+mconf (1.1)
+
+  * Added function stubs for the new interface
+    - create_key_string key(string) value(string) permissions(hex)
+    - read_key_string key(string)
+    - write_key_string key(string) value(string)
+    - create_key_int key(string) value(int) permissions(hex)
+    - read_key_int key(string)
+    - write_key_int key(string) value(int)
+    - create_key_float key(string) value(float) permissions(hex)
+    - read_key_float key(string)
+    - write_key_float key(string) value(float)
+    - create_key_bool key(string) value(bool) permissions(hex)
+    - read_key_bool key(string)
+    - write_key_bool key(string) value(bool)
+    - remove_key key(string)
+    - change_key_permissions key(string) permissions(hex)
+
+ -- Todd Brandt <[EMAIL PROTECTED]>  Tue Sep 16 10:32:09 PDT 2008
+
 mconf (1.0)
 
   * Initial release
diff --git a/scripts/mconf.spec b/scripts/mconf.spec
index bf144af..3ffc41f 100644
--- a/scripts/mconf.spec
+++ b/scripts/mconf.spec
@@ -1,6 +1,6 @@
-Summary: Mini Conf
+Summary: Moblin System Settings
 Name: mconf
-Version: 1.0
+Version: 1.1
 Release: 1%{?dist}
 URL: http://moblin.org
 Source0: http://moblin.org/repos/releases/%{name}-%{version}.tar.gz
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to