README.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. -------------------------------------------------------------------------
  2. OpenV2G - an open source project implementing the basic functionality of the ISO IEC 15118 vehicle to grid (V2G) communication interface
  3. Version 0.3.1, released December 22, 2010
  4. http://openv2g.sourceforge.net/
  5. Please report bugs via the SourceForge bug tracking system at http://sourceforge.net/tracker/?group_id=350113.
  6. Thank you.
  7. Copyright (C) 2007-2010 Siemens AG
  8. This program is free software: you can redistribute it and/or modify
  9. it under the terms of the GNU Lesser General Public License as published
  10. by the Free Software Foundation, either version 3 of the License, or
  11. (at your option) any later version.
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU Lesser General Public License for more details.
  16. You should have received a copy of the GNU Lesser General Public License
  17. along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. -------------------------------------------------------------------------
  19. CHANGES from version 0.3:
  20. -------------------------------------------------------------------------
  21. * Bug-fixes
  22. * reduced memory usage
  23. * some type changes in the EXI codec and V2G service:
  24. ** struct v2gService->struct EXIService in v2g_service.h
  25. ** size_t->uint16_t in v2g_serviceClientDataTransmitter.h and doIP.h
  26. * renaming of some enumeration values in v2g_serviceDataTypes.h
  27. -------------------------------------------------------------------------
  28. CHANGES from version 0.2.2:
  29. -------------------------------------------------------------------------
  30. * Bug-fixes
  31. * first DoIP implementation
  32. * V2G message error handling
  33. * adaption of V2G schema changes
  34. * code optimizations
  35. -------------------------------------------------------------------------
  36. CHANGES from version 0.2.1:
  37. -------------------------------------------------------------------------
  38. * Bug-fixes
  39. * adaption of V2G schema changes
  40. * some code optimizations
  41. -------------------------------------------------------------------------
  42. CHANGES from version 0.2:
  43. -------------------------------------------------------------------------
  44. * Bug-fixes
  45. * Fixed compiler warnings
  46. -------------------------------------------------------------------------
  47. CHANGES from version 0.1:
  48. -------------------------------------------------------------------------
  49. * Bug-fixes
  50. * Service and Client added