# -*-n3-*-
@prefix dc: .
@prefix dcterms: .
@prefix doap: .
@prefix asc: .
<>
dc:identifier "$Id: Changes,v 1.4 2006/10/05 01:16:55 asc Exp $" ;
dc:description "Thin wrapper around the 'lightblue' Bluetooth library for doing GPS (GPRMS) functions." ;
dcterms:references .
dcterms:isVersionOf ;
dcterms:replaces ;
doap:Version [
doap:revision "1.2" ;
doap:created "2006-10-04" ;
];
asc:changes [
asc:update "Moved utility methods into simplegpgutils.py; inherit from it" ;
] .
dcterms:isVersionOf ;
dcterms:replaces ;
doap:Version [
doap:revision "1.1" ;
doap:created "2006-10-03" ;
];
asc:changes [
asc:update "Added 'service' method." ;
asc:update "Added the ability to pass a service object to the constructor." ;
] .
dcterms:isVersionOf ;
doap:Version [
doap:revision "1.0" ;
doap:created "2006-10-02" ;
];
asc:changes [
asc:commit "Initial public release." ;
] .
a doap:Project ;
doap:download-page "http://aaronland.info/python/simplegps/" ;
doap:download-mirror "" .