[Klone-users] KLone version 2.1.0 released

Radek radek.hnilica at gmail.com
Tue Apr 29 07:34:47 EDT 2008


Hello,


On Tue, Apr 29, 2008 at 12:59 PM, thomas fossati <tho at koanlogic.com> wrote:
> Hi Radek,
>
>
>  On Apr 29, 2008, at 11:59 AM, Radek wrote:
>
> > You can note in README that the password can be hashed this way:
> >
> > $ irb
> > irb> require 'digest/md5'
> > irb> Digest::MD5.hexdigest('stewy')
> >
> > or simmilar using other environments like Perl.
> >
>
>  mmm a bit too late to put it into the release, but we can park it in wiki
> for the moment.  If you are going to work on integrating u_pwd into your
> app, we could perhaps update the "Login with KLone" page, no ?

I need to rewrite my app to use this.  Its not so straight, I use some
time limited passwords.  But I have an image in my head.
But now I have some problem.  It seems that my application is not
answering on https port.  I just got a message and begin to search.

> > I've questions:
> >
> > 1. Is there a simple way how to display in klone application the value
> > in VERSION file?  Maybe I overlooked that.
> >
>
>  Yes, you can use the klone_version() function.

klone_version=<%= klone_version() %>
returns version of KLone used, not the version of the application.

I plan to use VERSION + BUILD and display these in application.  So I
can see if all is ok, or if I'm looking at the old deprecated version
of application.
I want to display somewhere, maybe in the bottom of every page something like:
  Sawid 1.3.16 build 324 .......

>
> > 2. When running klone application I can give it -V option to display
> > version of KLone used.  It will be helpfull if it can also display
> > version of application. For instance
> >  $ kloned --app-version
> >  1.3.15
> >
>
>  good idea !

If it's impleneted, maybe with the BUILD number to.  Then my programs
can watch versions of binary distributed to servers.
Yes, It can be done with computing some sort of hash to the whole
binary, but the VERSION and/or BUILD will be helpfull too.


-- Radek




More information about the klone-users mailing list