|
From: Christian W. <chr...@st...> - 2008-10-01 19:21:48
|
Fellow developers,
(when) are we ready to release?
Regarding the string freeze, someone who is better than I in english told
me that we have problems with the english grammatics.
We should the user relevant strings carefully before string freeze.
TODO 0.3 (as I see it)
------------------
* code review
* dokumentation
* AMD64, power testing
- gsize has the size of a pointer, so different format specifiers are
requiered
- use G_GSIZE_FORMAT
line 197: msg = g_strdup_printf("%s->%s (%s), %"
G_GSIZE_FORMAT " Bytes\n\n"
- amd64: I tested 'otptester --genusekey' so far and this works
* there are a few strings in the code that should be replaced with
constants,
- i.e. 'entropy'
* analize strings --> string freeze
- english grammar is wrong (janne)
Greetings
Christian
"Freedom is being able to make decisions that affect mainly you. Power
is being able to make decisions that affect others more than you. If we
confuse power with freedom, we will fail to uphold real freedom." --
Richard M. Stallman
|