~gimaker/peekabot/multi-connect

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Staffan Gimåker
  • Date: 2008-07-29 18:43:58 UTC
  • Revision ID: staffan_gimker_staffan_at_gimaker.se-20080729184358-xgiupynby4swpe65
Removed deprecated proxy methods from the client library, and bumped 
version-info accordingly.

The following methods deprecated in 0.5 were removed:
 * Vector3f flavours of add_vertices() and set_vertices().
 * RobotProxy::add() flavours taking robot files as an argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
see http://www.peekabot.org.
10
10
 
11
11
 
 
12
peekabot 0.6rc1 TBD
 
13
==========================
 
14
 
 
15
  REMOVED:
 
16
 
 
17
   * RobotProxy::add() methods taking a robot filename as an argument were 
 
18
     deprecated in peekabot 0.5, and removed in this version (Staffan Gim�ker).
 
19
 
 
20
   * VertexBasedProxy::set_vertices(const std::vector<Vector3f> &) and
 
21
     VertexBasedProxy::add_vertices(const std::vector<Vector3f> &) were replaced
 
22
     and deprecated by similar methods operating on VertexSets in peekabot 0.5,
 
23
     and support dropped in this release (Staffan Gim�ker).
 
24
 
 
25
 
12
26
peekabot 0.5rc1 TBD
13
27
==========================
14
28