mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Release v1.0.1
This commit is contained in:
parent
871f32fcb2
commit
5a2f127d26
@ -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 `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
|
## Documentation
|
||||||
|
|
||||||
http://wjwwood.github.com/serial/docs/v1.0/index.html
|
http://wjwwood.github.com/serial/docs/v1.0.1/index.html
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|||||||
6
changes.txt
Normal file
6
changes.txt
Normal file
@ -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.
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ PROJECT_NAME = serial
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
- git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'v1.0'}
|
- git: {local-name: serial, uri: 'https://github.com/wjwwood/serial.git', version: 'v1.0.1'}
|
||||||
Loading…
x
Reference in New Issue
Block a user