[rkward-devel] RKWard 0.5.1-rc1

2009-07-31 Thread Thomas Friedrichsmeier
Hi!

With another small delay, the first release candidate of RKWard 0.5.1 is now 
available:
http://sourceforge.net/projects/rkward/files/Under_Development/rkward-0.5.1-
rc1.tar.gz/download

If nothing grave turns up, this will be turned into the official 0.5.1 release 
without further changes on Tuesday, August 4. If you have some time to spare, 
please give this version another round of testing, and report anything that 
you find. In particular, I am somewhat worried about this bug report:
http://sourceforge.net/tracker/?func=detail&atid=459007&aid=2828002&group_id=50231

If you encounter any crashes with -rc1, particularily after switching between 
windows, please post a short notice, including your version of kdelibs.

--- Packagers ---

If you want to start preparing packages for 0.5.1, there is a .tar.gz with the 
version number already set to 0.5.1 at 
http://rkward.sourceforge.net/temp/0.5.1-rc1/ . Please do not put any packages 
with version number 0.5.1 (and no suffix) into the wild before the official 
0.5.1 
release. Also, in case of grave problems, this .tar.gz may still need to be 
changed.

--- Everybody with SVN write access ---

The 0.5.1 release is now in a separate branch. Therefore SVN trunk is open to 
all commits, including feature additions, again. If you make any changes that 
you think should become part of the 0.5.1 release, write to rkward-devel.

Regards
Thomas


signature.asc
Description: This is a digitally signed message part.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] rules revised

2009-07-31 Thread meik michalke
am Donnerstag, 30. Juli 2009 (15:35) schrieb Thomas Friedrichsmeier:
> Could you check
>   /etc/debian_version
> or
>   /etc/issue
> on your various Ubuntus?

yes, we could take the information from /etc/issue. i wanted to test it with 
ubuntu 8.04, but it comes with debhelper 6.0.4, and rkward now depends on 
>=7.0.0. is that a recent development or have i just missed that because of my 
own hacks for hardy packages?


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d"usseldorf




signature.asc
Description: This is a digitally signed message part.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] test updates: what about plots?

2009-07-31 Thread meik michalke
am Mittwoch, 29. Juli 2009 (22:19) schrieb Thomas Friedrichsmeier:
> The parameter estimation tests still seem to have 7 (instead of 5) digits of
> default precision. Hence, they all fail, here.

corrected that, hope they work now. :: viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d"usseldorf




signature.asc
Description: This is a digitally signed message part.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] rules revised

2009-07-31 Thread Matthieu Stigler
2009/7/31  :
> Am Donnerstag 30 Juli 2009 03:35:31 pm schrieb Thomas Friedrichsmeier:
>
>>
>> However since this is a debian package, perhaps we don't need the full
>> flexibility of lsb_release after all: Could you check
>>       /etc/debian_version
>> or
>>       /etc/issue
>> on your various Ubuntus? (On debian/sid the files have:
>>       squeeze/sid
>> and
>>       Debian GNU/Linux squeeze/sid \n \l
>> respectively).
>>
>> Regards
>> Thomas
>
> On Kubuntu 9.04:
>
> /etc/debian_version
> 5.0
>
> /etc/issue
> Ubuntu 9.04 \n \l
>
> Cheers Dirk
On Ubuntu 8.04 outuput is slighty different (I used cat.. right)

cat /etc/debian_version
lenny/sid

cat /etc/issue
Ubuntu 8.04 LTS \n \l

Matthieu
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> RKWard-devel mailing list
> RKWard-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rkward-devel
>
>

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] test updates: what about plots?

2009-07-31 Thread meik michalke
hi,

am Mittwoch, 29. Juli 2009 (22:19) schrieb Thomas Friedrichsmeier:
> The parameter estimation tests still seem to have 7 (instead of 5) digits of
> default precision. Hence, they all fail, here.

sorry, forgot to update the test framework first. i'll correct that later 
today.

> So for plots, the tests are slightly less sensitive, but they should still
> detect a wide range of problems.

ok, as long as they're not totally useless, i'll keep them in.


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d"usseldorf


signature.asc
Description: This is a digitally signed message part.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] rules revised

2009-07-31 Thread dns_hmpf
Am Donnerstag 30 Juli 2009 03:35:31 pm schrieb Thomas Friedrichsmeier:

>
> However since this is a debian package, perhaps we don't need the full
> flexibility of lsb_release after all: Could you check
>   /etc/debian_version
> or
>   /etc/issue
> on your various Ubuntus? (On debian/sid the files have:
>   squeeze/sid
> and
>   Debian GNU/Linux squeeze/sid \n \l
> respectively).
>
> Regards
> Thomas

On Kubuntu 9.04:

/etc/debian_version
5.0

/etc/issue
Ubuntu 9.04 \n \l

Cheers Dirk


signature.asc
Description: This is a digitally signed message part.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel