[rkward-cvs] rkward ChangeLog,1.58,1.59 INSTALL,1.3,1.4 Makefile.am,1.1.1.1,1.2 configure,1.21,1.22 configure.in,1.21,1.22 configure.in.in,1.12,1.13

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 27 17:11:30 UTC 2005


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22883

Modified Files:
	ChangeLog INSTALL Makefile.am configure configure.in 
	configure.in.in 
Log Message:
Release preparations

Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** configure	27 Feb 2005 16:21:44 -0000	1.21
--- configure	27 Apr 2005 17:11:26 -0000	1.22
***************
*** 1900,1904 ****
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.0
  
  
--- 1900,1904 ----
  # Define the identity of the package.
   PACKAGE=rkward
!  VERSION=0.3.2
  
  

Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** configure.in	27 Feb 2005 16:21:44 -0000	1.21
--- configure.in	27 Apr 2005 17:11:28 -0000	1.22
***************
*** 37,41 ****
  
  dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.0) dnl searches for some needed programs
  
  KDE_SET_PREFIX
--- 37,41 ----
  
  dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.2) dnl searches for some needed programs
  
  KDE_SET_PREFIX

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** ChangeLog	24 Apr 2005 15:22:07 -0000	1.58
--- ChangeLog	27 Apr 2005 17:11:26 -0000	1.59
***************
*** 1,8 ****
  - hidden objects get shown/hidden according to configuration setting
  - settings dialog honors KDE-button order
! - R's x11 windows now handle their events
  - fixed bug in the output (no update on empty output)
  - paste in the console is properly handled
! - r console and watch divorced
  - console can handle incomplete statements (allowing multi-line input)
  - fixed silly crash on incomplete statements
--- 1,11 ----
+ --- Version 0.3.2 - Apr-27-2005
+ - overloaded require works properly with character.only=FALSE
+ - several API documentation improvement
  - hidden objects get shown/hidden according to configuration setting
  - settings dialog honors KDE-button order
! - R's x11 windows now handle their events (x11-device is now usable)
  - fixed bug in the output (no update on empty output)
  - paste in the console is properly handled
! - r console and command log divorced
  - console can handle incomplete statements (allowing multi-line input)
  - fixed silly crash on incomplete statements
***************
*** 168,170 ****
  - Automatic generation of menu-structure and plugin-dialogs from XML-files
  - Supported plugin widgets: textfield, variable-selector, variable-slot, radiobuttons
! - independent samples t-test plugin
\ No newline at end of file
--- 171,173 ----
  - Automatic generation of menu-structure and plugin-dialogs from XML-files
  - Supported plugin widgets: textfield, variable-selector, variable-slot, radiobuttons
! - independent samples t-test plugin

Index: configure.in.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** configure.in.in	12 Nov 2004 14:53:59 -0000	1.12
--- configure.in.in	27 Apr 2005 17:11:28 -0000	1.13
***************
*** 1,5 ****
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.0)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
--- 1,5 ----
  #MIN_CONFIG(3)
  
! AM_INIT_AUTOMAKE(rkward,0.3.2)
  
  dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__

Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am	1 Nov 2002 01:08:44 -0000	1.1.1.1
--- Makefile.am	27 Apr 2005 17:11:26 -0000	1.2
***************
*** 1,9 ****
- ####### kdevelop will overwrite this part!!! (begin)##########
  
  SUBDIRS = rkward po doc 
  
! EXTRA_DIST = rkward.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm 
  
- ####### kdevelop will overwrite this part!!! (end)############
  # not a GNU package. You can remove this line, if 
  # have all needed files, that a GNU package needs
--- 1,9 ----
  
  SUBDIRS = rkward po doc 
  
! EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO rkward.lsm Makefile.cvs
! 
! KDE_OPTIONS = noautodist
  
  # not a GNU package. You can remove this line, if 
  # have all needed files, that a GNU package needs

Index: INSTALL
===================================================================
RCS file: /cvsroot/rkward/rkward/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** INSTALL	21 Oct 2004 13:10:44 -0000	1.3
--- INSTALL	27 Apr 2005 17:11:26 -0000	1.4
***************
*** 47,51 ****
  
  
! Personally, I need the following options for configure:
  --prefix=/usr --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include --enable-debug=full
  
--- 47,51 ----
  
  
! Personally, I need the following options for configure (debian sid):
  --prefix=/usr --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include --enable-debug=full
  





More information about the rkward-tracker mailing list