Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3374
Modified Files:
ChangeLog NEWS configure.in
Log Message:
# 1.0 Beta 2
2006-04-05 Sven Herzberg <he...@gn...>
* NEWS,
* configure.in: releasing version 1.0beta2
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gqclient/gq/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** ChangeLog 5 Apr 2006 14:28:15 -0000 1.72
--- ChangeLog 5 Apr 2006 14:31:03 -0000 1.73
***************
*** 1,2 ****
--- 1,9 ----
+ # 1.0 Beta 2
+
+ 2006-04-05 Sven Herzberg <he...@gn...>
+
+ * NEWS,
+ * configure.in: releasing version 1.0beta2
+
2006-04-05 Sven Herzberg <he...@gn...>
Index: NEWS
===================================================================
RCS file: /cvsroot/gqclient/gq/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NEWS 29 Sep 2002 18:59:22 -0000 1.3
--- NEWS 5 Apr 2006 14:31:03 -0000 1.4
***************
*** 1,2 ****
--- 1,14 ----
+ GQ 1.0 Beta 2
+ =============
+
+ * started tree abstraction to make the final GtkTreeView port easier
+ * updated build framework
+ * don't allow building with new GLib and old GTK+
+ * add only compile flags which are understood
+ * install gq.desktop to the new right folder
+ * disable fatal warnings by default
+ * don't automatically select the DN entry field
+ * compile without warnings
+
2002-09-29:
Many new features:
Index: configure.in
===================================================================
RCS file: /cvsroot/gqclient/gq/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** configure.in 5 Apr 2006 00:09:25 -0000 1.62
--- configure.in 5 Apr 2006 14:31:03 -0000 1.63
***************
*** 30,34 ****
AC_INIT(src/gq.c)
! AM_INIT_AUTOMAKE(gq, 1.0beta1)
LANGPACK_VERSION=1
--- 30,34 ----
AC_INIT(src/gq.c)
! AM_INIT_AUTOMAKE(gq, 1.0beta2)
LANGPACK_VERSION=1
|