CHANGELOG.rst 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Changelog
  2. =========
  3. 0.3.3 (2019-01-17)
  4. ------------------
  5. Gradle upgrade to version 4.10.2.
  6. * Adding google to repository list in buildscript.gradle.
  7. * Using ChannelBuffers for int8[] data; fixing testInt8List.
  8. * Adding action generation implementation.
  9. * Add tests for byte arrays.
  10. * Add tests for incomplete initialization and string arrays.
  11. * Add tests for fixed sized arrays of floats.
  12. * Add Bazel build for message_generation.
  13. * Minor fixes.
  14. * Contributors: Arne, Ernesto Corbellini, Juan Ignacio Ubeira, Rodrigo Queiro
  15. 0.3.2 (2017-05-09)
  16. ------------------
  17. * Bumping message_generation version to kinetic range in CatkinPlugin script for generating new message artifacts properly.
  18. * Contributors: Juan Ignacio Ubeira, Julian Cerruti
  19. 0.3.1 (2016-12-28)
  20. ------------------
  21. * Switch Gradle target for rosjava libraries to publish
  22. * Switch from Maven Central to jcenter
  23. * Gradle 2.2.1 -> 2.14.1
  24. * Android SDK Build Tools 21.1.2 -> 25.0.2
  25. * Contributors: Daniel Stonier, Julian Cerruti
  26. 0.3.0 (2016-12-13)
  27. ------------------
  28. * Updates for Kinetic release.
  29. 0.2.1 (2015-02-25)
  30. ------------------
  31. * minor bugfixes and improvements.
  32. * java source compatibility for java 1.6 -> 1.7
  33. * centralised buildscript for java packages.
  34. * add eclipse and idea plugins for easy ide support.
  35. * Add support of UTF-8!
  36. * update to the latest gradle plugin.
  37. * single interface generator for genjava.
  38. * Fix SSL connection errors with Java 1.7.
  39. * Contributors: Damon Kohler, Daniel Stonier, Mickael Gaillard, talregev
  40. 0.1.21 (2014-06-09)
  41. -------------------
  42. * Android gradle plugin 0.9.+->0.11.+ (studio 0.6)
  43. * Android sdk build tools 19.0.3 -> 19.1 (studio 0.6)
  44. * Contributors: Daniel Stonier
  45. 0.1.20 (2014-03-20)
  46. -------------------
  47. * Trim maven repository list and backup with maven central.
  48. * Contributors: Daniel Stonier
  49. 0.1.19 (2014-03-19)
  50. -------------------
  51. * gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
  52. * remove unused debugging variables
  53. * Contributors: Daniel Stonier
  54. 0.1.18 (2014-02-09)
  55. -------------------
  56. * set default maven repo if variable is empty and bugfix dynamic property warnings.
  57. * Contributors: Daniel Stonier
  58. 0.1.16 [2013-12-26]
  59. -------------------
  60. * android plugin 0.6.1 -> 0.7.1
  61. 0.1.15 [2013-12-26]
  62. -------------------
  63. * message generation now has a single api for official and unofficial releases
  64. * message generation api smart enough to work out internal or external dependencies
  65. * fix dependency problems on non xxx_msg packages - i.e. check for build_depends on message_generation
  66. 0.1.14 [2013-12-11]
  67. -------------------
  68. * stop unofficial message generation accidentally picking up older versions of packages.
  69. 0.1.13 [2013-12-08]
  70. -------------------
  71. * fix unofficial message package internal/external dependency configuration.
  72. 0.1.12 [2013-11-08]
  73. -------------------
  74. * fix single artifact message generation when there is dependencies.
  75. 0.1.11 (2013-10-31)
  76. -------------------
  77. * catkin tree generator now takes latest versions only.
  78. 0.1.9 (2013-10-31)
  79. ------------------
  80. * utilise ROS_MAVEN_REPOSITORY
  81. 0.1.8 (2013-10-26)
  82. ------------------
  83. * bugfix upgrade version numbers for rosgraph_test_msgs.
  84. * gradle 1.7->1.8 and android_tools->18.1.1
  85. * avoid using .+ ranged dependencies as it breaks the repo
  86. 0.1.7 (2013-09-23)
  87. ------------------
  88. * use maven-publish plugin for publishing rosjava packages.
  89. * centralise last code snippets from android build.gradle's.
  90. 0.1.6 (2013-09-22)
  91. ------------------
  92. * disabling osgi.
  93. 0.1.5 (2013-09-18)
  94. ------------------
  95. * maven deployment path -> maven deployment repository.
  96. * bugfix install location.
  97. 0.1.4 (2013-09-17)
  98. ------------------
  99. * depend on message generation 0.1.+
  100. * use package.xml version.
  101. * run_depends for the build tools.
  102. 0.1.3 (2013-09-17)
  103. ------------------
  104. * added excludes to the ros android plugin.
  105. 0.1.2 (2013-09-17)
  106. ------------------
  107. * ros android plugin added
  108. * gradle wrapper -> 1.7
  109. 0.1.1 (2013-09-13)
  110. ------------------
  111. * message artifact creation bugfixes.
  112. 0.1.0 (2013-09-12)
  113. ------------------
  114. * several plugins for sharing of ros gradle logic
  115. * message generation code brought in from rosjava_core