Nijel's weblog | blog.cihar.com

Random thoughts about everything…


February 23, 2007 Archives

Fri Feb 23 23:01:10 CET 2007

python-gammu 0.19

python-gammu 0.19 has been just released. New features:

  • Fix crash on wrongly configured locales.
  • Added suport for SendFilePart.

Posted by Michal Čihař | Permanent Link | Categories: python-gammu releases, Gammu, python-gammu

Fri Feb 23 22:07:33 CET 2007

Gammu stable version 1.10.0

I just released new version of Gammu, you can download it from download server. Changes to latest testing version are relatively small:

  • Added include paths to MSVC configuration files.
  • Support for sending file to phone (--sendfile).
  • Russian translation update (Acid Jack).
  • Fixed possible uninitialised value in date decoding (Stanislav Brabec).
  • Fixed reading of contacts from Samsung.
  • Fixed vCard handling for Siemens (bug #72).

Stay tuned, release weekend will continue ;-).


Posted by Michal Čihař | Permanent Link | Categories: Gammu releases, Gammu

Fri Feb 23 11:48:56 CET 2007

Version control system for Gammu and others

I still more and more think, that I should move out of Bazaar to some more maintained piece of software for version control. The biggest problem I currently see, that I was not able to convert by Bazaar repositories to some other format. I tried to convert to Bazaar-NG by booth BzrTools and Tailor, but none of them succeeded, then I tried conversion to Git, but Tailor failed also on this task.

Maybe I will try Subversion, which is now very widely used software, although it has some annoyances. I originally wanted distributed VCS, because I was often offline at home, but this is not the case anymore, so using centralised VCS on my own server should not be a big problem.


Posted by Michal Čihař | Permanent Link | Categories: Gammu, python-gammu, Wammu, Coding