From 5a2f127d263569f8db13c76942a42e48812bd4c3 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 27 Aug 2012 11:36:26 -0700 Subject: [PATCH] Release v1.0.1 --- README.md | 4 ++-- changes.txt | 6 ++++++ doc/Doxyfile | 2 +- serial.rosinstall | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 changes.txt diff --git a/README.md b/README.md index c572a66..1990b28 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ If you previously were using the `master` branch, that version is now under the If you were previously using the `boostless` branch, that version is now tagged as `v0.2` or `boostless`. -If you were previously using the `new_api` branch, that has become the new `master` branch and is also tagged `v1.0`. +If you were previously using the `new_api` branch, that has become the new `master` branch and is also tagged `v1.0.1`. ## Documentation -http://wjwwood.github.com/serial/docs/v1.0/index.html +http://wjwwood.github.com/serial/docs/v1.0.1/index.html ## Dependencies diff --git a/changes.txt b/changes.txt new file mode 100644 index 0000000..781b2de --- /dev/null +++ b/changes.txt @@ -0,0 +1,6 @@ +# v1.0.1 8-27-2012 + +* Added baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 +* Linking related bug fixes on Linux and OS X +* Custom baudrate bug fix. Closes issue #18. + diff --git a/doc/Doxyfile b/doc/Doxyfile index 564a45c..def3233 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = serial # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0 +PROJECT_NUMBER = 1.0.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/serial.rosinstall b/serial.rosinstall index 7c5cf1e..6716c75 100644 --- a/serial.rosinstall +++ b/serial.rosinstall @@ -1 +1 @@ -- git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'v1.0'} \ No newline at end of file +- git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'v1.0.1'} \ No newline at end of file