CHANGELOG.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Changelog
  2. =========
  3. 0.2.1 (2015-02-25)
  4. ------------------
  5. * minor bugfixes and improvements.
  6. * java source compatibility for java 1.6 -> 1.7
  7. * centralised buildscript for java packages.
  8. * add eclipse and idea plugins for easy ide support.
  9. * Add support of UTF-8!
  10. * update to the latest gradle plugin.
  11. * single interface generator for genjava.
  12. * Fix SSL connection errors with Java 1.7.
  13. * Contributors: Damon Kohler, Daniel Stonier, Mickael Gaillard, talregev
  14. 0.1.21 (2014-06-09)
  15. -------------------
  16. * Android gradle plugin 0.9.+->0.11.+ (studio 0.6)
  17. * Android sdk build tools 19.0.3 -> 19.1 (studio 0.6)
  18. * Contributors: Daniel Stonier
  19. 0.1.20 (2014-03-20)
  20. -------------------
  21. * Trim maven repository list and backup with maven central.
  22. * Contributors: Daniel Stonier
  23. 0.1.19 (2014-03-19)
  24. -------------------
  25. * gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
  26. * remove unused debugging variables
  27. * Contributors: Daniel Stonier
  28. 0.1.18 (2014-02-09)
  29. -------------------
  30. * set default maven repo if variable is empty and bugfix dynamic property warnings.
  31. * Contributors: Daniel Stonier
  32. 0.1.16 [2013-12-26]
  33. -------------------
  34. * android plugin 0.6.1 -> 0.7.1
  35. 0.1.15 [2013-12-26]
  36. -------------------
  37. * message generation now has a single api for official and unofficial releases
  38. * message generation api smart enough to work out internal or external dependencies
  39. * fix dependency problems on non xxx_msg packages - i.e. check for build_depends on message_generation
  40. 0.1.14 [2013-12-11]
  41. -------------------
  42. * stop unofficial message generation accidentally picking up older versions of packages.
  43. 0.1.13 [2013-12-08]
  44. -------------------
  45. * fix unofficial message package internal/external dependency configuration.
  46. 0.1.12 [2013-11-08]
  47. -------------------
  48. * fix single artifact message generation when there is dependencies.
  49. 0.1.11 (2013-10-31)
  50. -------------------
  51. * catkin tree generator now takes latest versions only.
  52. 0.1.9 (2013-10-31)
  53. ------------------
  54. * utilise ROS_MAVEN_REPOSITORY
  55. 0.1.8 (2013-10-26)
  56. ------------------
  57. * bugfix upgrade version numbers for rosgraph_test_msgs.
  58. * gradle 1.7->1.8 and android_tools->18.1.1
  59. * avoid using .+ ranged dependencies as it breaks the repo
  60. 0.1.7 (2013-09-23)
  61. ------------------
  62. * use maven-publish plugin for publishing rosjava packages.
  63. * centralise last code snippets from android build.gradle's.
  64. 0.1.6 (2013-09-22)
  65. ------------------
  66. * disabling osgi.
  67. 0.1.5 (2013-09-18)
  68. ------------------
  69. * maven deployment path -> maven deployment repository.
  70. * bugfix install location.
  71. 0.1.4 (2013-09-17)
  72. ------------------
  73. * depend on message generation 0.1.+
  74. * use package.xml version.
  75. * run_depends for the build tools.
  76. 0.1.3 (2013-09-17)
  77. ------------------
  78. * added excludes to the ros android plugin.
  79. 0.1.2 (2013-09-17)
  80. ------------------
  81. * ros android plugin added
  82. * gradle wrapper -> 1.7
  83. 0.1.1 (2013-09-13)
  84. ------------------
  85. * message artifact creation bugfixes.
  86. 0.1.0 (2013-09-12)
  87. ------------------
  88. * several plugins for sharing of ros gradle logic
  89. * message generation code brought in from rosjava_core