Update of /cvsroot/eas-dev/eas
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28185
Modified Files:
INSTALL Makefile README TODO
Log Message:
Move libcodb_query to CLIP. Append dependence to PAM into documentation.
Index: INSTALL
===================================================================
RCS file: /cvsroot/eas-dev/eas/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- INSTALL 6 Jun 2006 13:29:30 -0000 1.3
+++ INSTALL 20 Oct 2006 12:56:47 -0000 1.4
@@ -13,6 +13,7 @@
3. Check libraries:
- GTK+ (both libgtk+ and libgtk+-devel)
- Expat (both libexpat and libexpat-devel)
+- PAM (both libpam and libpam-devel)
Note: on your system package may have another (but similar) names.
Index: Makefile
===================================================================
RCS file: /cvsroot/eas-dev/eas/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 20 Jun 2006 10:25:52 -0000 1.4
+++ Makefile 20 Oct 2006 12:56:47 -0000 1.5
@@ -11,7 +11,7 @@
PACKAGE = "eas"
DIRVERSION = "$(PACKAGE)"
-SUBDIRS = libcodb_query libeas client server
+SUBDIRS = libeas client server
.PHONY: all clean distclean
Index: README
===================================================================
RCS file: /cvsroot/eas-dev/eas/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README 21 Jun 2006 07:43:39 -0000 1.4
+++ README 20 Oct 2006 12:56:47 -0000 1.5
@@ -7,8 +7,8 @@
Type: Software platform
Name: E/AS
-Version: 0.2.1
-Date: 21 Jun 2006
+Version: 20061015
+Date: 15 Oct 2006
Author: Andrey (Skull) Cherepanov <sk...@ea...>
License: GNU General Public License (GPL) v.2
@@ -35,6 +35,7 @@
Requires
--------
- CLIP (with clip-gtk, clip-ui and clip-xml)
+- PAM
Install
Index: TODO
===================================================================
RCS file: /cvsroot/eas-dev/eas/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TODO 2 Jun 2006 14:32:45 -0000 1.3
+++ TODO 20 Oct 2006 12:56:47 -0000 1.4
@@ -2,15 +2,23 @@
E/AS TODO
=========
-Last change: 02 Jun 2006
+Last change: 15 Oct 2006
+
+- clip-ui:
+ - pass pair (id,text) to UIChoice
+ - i18n
+ - UISheet (editable table)
+ - support Glade and QT designer form formats in UIForm
+- components:
+ - actions
+ - automenu
+ - db console
+ - visual component manager
-Important:
-- error second connection to server
-- fix configure for db path (/var/db/eas) and check libdir
______________________________________________________________________________
-Plans for eas-0.2.2 (September 2006)
+Plans for eas-0.2.2 (End of 2006)
-----------------------------------
- move libcodb_query to CLIP
- pass error via messages (for example, in db operations)
|