Re: [riot-devel] Release 2017.01

2017-02-02 Thread Oleg Hahm
Great, finally we have an Enterprise[1] release! ;-)

Thanks a lot for the wonderful efforts, everybody, and, of course, particular
Peter for the often cumbersome work as the release manager!

Cheers,
Oleg

[1] https://en.wikipedia.org/wiki/USS_Enterprise_(NCC-1701)

On Wed, Feb 01, 2017 at 06:29:26PM +0100, Peter Kietzmann wrote:
> Dear RIOTers,
> 
> we are happy to announce the tenth official release of RIOT:
> 
> 
> --- * RIOT 2017.01 * ---
> 
> This release provides a lot of new features, fixes and enhancements.
> Among others these features contain an initial - still experimental -
> TCP implementation based on the GNRC network stack, support for reading
> from and writing to SD cards, a new power management architecture as
> well additional third party packages such as TweetNaCl, a cryptographic
> library, and Heatshrink a data compression library optimized for
> embedded real-time systems. We added support for new  platforms
> including the Calliope mini, Maple mini, and a couple of STMs Nucleo
> boards. Device support was extended by several new drivers, e.g., for
> NXP PN532 NFC, Microchip MRF24J40 802.15.4 radio (experimental), or
> Bosch BME280 pressure/humidity/temperature sensor.
> We completely refactored the SPI interface, allowing for internally
> handled hardware or software chip select lines and shared bus usage for
> multiple devices with different SPI configurations.
> 
> About 278 pull requests with about 606 commits have been merged since
> the last release and about 84 issues have been solved. 44 people
> contributed with code in 87 days. 2230 files have been touched with
> 220275 insertions and 159840 deletions.
> 
> You can download the RIOT release from Github by cloning the repository
> [1] or by downloading the tarball [2], and look up the release notes for
> further details [3].
> 
> Thanks everyone for your contributions, discussions, testing efforts,
> and keep RIOTing!
> 
> Best regards
> Peter
> 
> [1] https://github.com/RIOT-OS/RIOT/releases/tag/2017.01
> [2] https://github.com/RIOT-OS/RIOT/archive/2017.01.tar.gz
> [3] https://github.com/RIOT-OS/RIOT/blob/2017.01-branch/release-notes.txt
> ___
> devel mailing list
> devel@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/devel

-- 
panic("Lucy in the sky");
linux-2.2.16/arch/sparc64/kernel/starfire.c


signature.asc
Description: PGP signature
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Release 2017.01

2017-02-01 Thread Alexandre Abadie
Well done !

Congrats to everybody and mainly to Peter for driving this release :)

Cheers,

Alex

- Mail original -
> Dear RIOTers,
> 
> we are happy to announce the tenth official release of RIOT:
> 
> 
> --- * RIOT 2017.01 * ---
> 
> This release provides a lot of new features, fixes and enhancements.
> Among others these features contain an initial - still experimental -
> TCP implementation based on the GNRC network stack, support for reading
> from and writing to SD cards, a new power management architecture as
> well additional third party packages such as TweetNaCl, a cryptographic
> library, and Heatshrink a data compression library optimized for
> embedded real-time systems. We added support for new  platforms
> including the Calliope mini, Maple mini, and a couple of STMs Nucleo
> boards. Device support was extended by several new drivers, e.g., for
> NXP PN532 NFC, Microchip MRF24J40 802.15.4 radio (experimental), or
> Bosch BME280 pressure/humidity/temperature sensor.
> We completely refactored the SPI interface, allowing for internally
> handled hardware or software chip select lines and shared bus usage for
> multiple devices with different SPI configurations.
> 
> About 278 pull requests with about 606 commits have been merged since
> the last release and about 84 issues have been solved. 44 people
> contributed with code in 87 days. 2230 files have been touched with
> 220275 insertions and 159840 deletions.
> 
> You can download the RIOT release from Github by cloning the repository
> [1] or by downloading the tarball [2], and look up the release notes for
> further details [3].
> 
> Thanks everyone for your contributions, discussions, testing efforts,
> and keep RIOTing!
> 
> Best regards
> Peter
> 
> [1] https://github.com/RIOT-OS/RIOT/releases/tag/2017.01
> [2] https://github.com/RIOT-OS/RIOT/archive/2017.01.tar.gz
> [3] https://github.com/RIOT-OS/RIOT/blob/2017.01-branch/release-notes.txt
> ___
> devel mailing list
> devel@riot-os.org
> https://lists.riot-os.org/mailman/listinfo/devel
> 
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Release 2017.01

2017-02-01 Thread Peter Kietzmann
Dear RIOTers,

we are happy to announce the tenth official release of RIOT:


--- * RIOT 2017.01 * ---

This release provides a lot of new features, fixes and enhancements.
Among others these features contain an initial - still experimental -
TCP implementation based on the GNRC network stack, support for reading
from and writing to SD cards, a new power management architecture as
well additional third party packages such as TweetNaCl, a cryptographic
library, and Heatshrink a data compression library optimized for
embedded real-time systems. We added support for new  platforms
including the Calliope mini, Maple mini, and a couple of STMs Nucleo
boards. Device support was extended by several new drivers, e.g., for
NXP PN532 NFC, Microchip MRF24J40 802.15.4 radio (experimental), or
Bosch BME280 pressure/humidity/temperature sensor.
We completely refactored the SPI interface, allowing for internally
handled hardware or software chip select lines and shared bus usage for
multiple devices with different SPI configurations.

About 278 pull requests with about 606 commits have been merged since
the last release and about 84 issues have been solved. 44 people
contributed with code in 87 days. 2230 files have been touched with
220275 insertions and 159840 deletions.

You can download the RIOT release from Github by cloning the repository
[1] or by downloading the tarball [2], and look up the release notes for
further details [3].

Thanks everyone for your contributions, discussions, testing efforts,
and keep RIOTing!

Best regards
Peter

[1] https://github.com/RIOT-OS/RIOT/releases/tag/2017.01
[2] https://github.com/RIOT-OS/RIOT/archive/2017.01.tar.gz
[3] https://github.com/RIOT-OS/RIOT/blob/2017.01-branch/release-notes.txt
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Release 2017.01 status - RC2

2017-01-27 Thread Peter Kietzmann
Dear Community,

due to some backported bugfixes today, I created a new release candidate
[1]. Please help testing it [2]!

Best
Peter

[1] https://github.com/RIOT-OS/RIOT/tree/2017.01-RC2
[2] https://github.com/RIOT-OS/Release-Specs/issues/38


Am 26.01.2017 um 20:18 schrieb Peter Kietzmann:
> Dear RIOTers,
> 
> Feature Freeze for the imminent 2017.01 release is *now*. I created
> a release branch and tagged the first release candidate [1]. Please
> start testing it [2]. As some of you might have noticed, I silently
> moved the Milestone labels for your PRs and issues. Don't forget that
> there are already open bugfixes [3] that will need a backport to the
> release branch. So please keep reviewing those!
> 
> We plan to get the Release out by Wednesday, just after the usual
> Hack'n'ACK. I will come around with further information at an
> appropriate time.
> 
> Best regards
> Peter
> 
> [1] https://github.com/RIOT-OS/RIOT/tree/2017.01-RC1
> [2] https://github.com/RIOT-OS/Release-Specs/issues/37
> [3]
> https://github.com/RIOT-OS/RIOT/pulls?q=is%3Aopen+is%3Apr+milestone%3A%22Release+2017.01%22
> 
> 
> Am 24.01.2017 um 19:39 schrieb Peter Kietzmann:
>> Dear Community,
>>
>> there is still one open feature which is mandatory for this release and
>> near completion [1]. Thus, the Feature Freeze will be postponed
>> marginally until:
>>
>> *New Feature Freeze deadline: Thursday, January 26 (afternoon CET).
>>
>> Still, I'd like to motivate working on bug fixes rather than new features.
>>
>> Thanks for all the efforts you already put into this Release!
>>
>> Best regards
>> Peter
>>
>> [1] https://github.com/RIOT-OS/RIOT/pull/4780
>>
>>
>> Am 20.01.2017 um 18:09 schrieb Peter Kietzmann:
>>> Dear RIOTers,
>>>
>>> Feature Freeze was announced for today and since my last mail on Tuesday
>>> there was great progress:
>>>
>>> *merged 72 pull requests, 53 of which were marked for this milestone
>>> *closed 16 issues, 5 of which were marked for this milestone.
>>>
>>> However, looking at the list of open pull requests it appears that some
>>> great features were close before but not merged yet. Thus I'd like to
>>> give them a chance and postpone Feature Freeze.
>>>
>>> *Postponed Feature Freeze: Tuesday, January 24.
>>>
>>> Even though new features weren't freezed yet, I'd like to motivate
>>> working on / reviewing existing issues and pull requests, i.e. anything
>>> concerning
>>>
>>> SPI rework
>>> https://github.com/RIOT-OS/RIOT/pull/4780
>>>
>>> Storage
>>> https://github.com/RIOT-OS/RIOT/pull/6031
>>> https://github.com/RIOT-OS/RIOT/pull/5616
>>>
>>> MIPS
>>> https://github.com/RIOT-OS/RIOT/pull/6060
>>> https://github.com/RIOT-OS/RIOT/pull/6066
>>> https://github.com/RIOT-OS/RIOT/pull/6092
>>>
>>> Sock API
>>> https://github.com/RIOT-OS/RIOT/pull/5937
>>> https://github.com/RIOT-OS/RIOT/pull/5938
>>> https://github.com/RIOT-OS/RIOT/pull/6004
>>> https://github.com/RIOT-OS/RIOT/pull/6012
>>> https://github.com/RIOT-OS/RIOT/pull/6117
>>> https://github.com/RIOT-OS/RIOT/pull/6372
>>>
>>> ZEP
>>> https://github.com/RIOT-OS/RIOT/pull/6121
>>>
>>> Topics labeled "bug"
>>> https://github.com/RIOT-OS/RIOT/pulls?q=is%3Aopen+is%3Apr+label%3Abug
>>>
>>> Regards
>>> Peter
>>>
>>> Am 17.01.2017 um 09:59 schrieb Peter Kietzmann:
 Dear RIOTers,

 we are actively working for the upcoming 2017.01 release
 and since last week we already

 *merged 59 pull requests, 40 of which were marked for this milestone
 *closed 31 issues, 13 of which were marked for this milestone.

 This is great progress in my opinion! But we also opened a couple of new
 topics. Currently there are still 128 pull requests and 112 open issues
 marked for this release. I'd like to motivate all of you developers,
 maintainers, authors, and assignees to keep track of pull requests and
 issues where you're involved. Please get your code up to date, help
 reviewing and testing and move the release milestone for topics that
 won't make it this time. Our planned schedule is

 *Feature Freeze: Friday, January 20
 *Expected Release date: Friday, January 27.

 I will silently postpone each pull request/issue that doesn't show any
 progress until feature freeze.

 Best regards
 Peter
 ___
 Maintainer mailing list
 maintai...@riot-os.org
 https://lists.riot-os.org/mailman/listinfo/maintainer

>>>
>>
> 

-- 
Peter Kietzmann

Hamburg University of Applied Sciences
Dept. Informatik, Internet Technologies Group
Berliner Tor 7, 20099 Hamburg, Germany
Fon: +49-40-42875-8426
Web: http://www.haw-hamburg.de/inet
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Release 2017.01 status - Feature Freeze

2017-01-26 Thread Peter Kietzmann
Dear RIOTers,

Feature Freeze for the imminent 2017.01 release is *now*. I created
a release branch and tagged the first release candidate [1]. Please
start testing it [2]. As some of you might have noticed, I silently
moved the Milestone labels for your PRs and issues. Don't forget that
there are already open bugfixes [3] that will need a backport to the
release branch. So please keep reviewing those!

We plan to get the Release out by Wednesday, just after the usual
Hack'n'ACK. I will come around with further information at an
appropriate time.

Best regards
Peter

[1] https://github.com/RIOT-OS/RIOT/tree/2017.01-RC1
[2] https://github.com/RIOT-OS/Release-Specs/issues/37
[3]
https://github.com/RIOT-OS/RIOT/pulls?q=is%3Aopen+is%3Apr+milestone%3A%22Release+2017.01%22


Am 24.01.2017 um 19:39 schrieb Peter Kietzmann:
> Dear Community,
> 
> there is still one open feature which is mandatory for this release and
> near completion [1]. Thus, the Feature Freeze will be postponed
> marginally until:
> 
> *New Feature Freeze deadline: Thursday, January 26 (afternoon CET).
> 
> Still, I'd like to motivate working on bug fixes rather than new features.
> 
> Thanks for all the efforts you already put into this Release!
> 
> Best regards
> Peter
> 
> [1] https://github.com/RIOT-OS/RIOT/pull/4780
> 
> 
> Am 20.01.2017 um 18:09 schrieb Peter Kietzmann:
>> Dear RIOTers,
>>
>> Feature Freeze was announced for today and since my last mail on Tuesday
>> there was great progress:
>>
>> *merged 72 pull requests, 53 of which were marked for this milestone
>> *closed 16 issues, 5 of which were marked for this milestone.
>>
>> However, looking at the list of open pull requests it appears that some
>> great features were close before but not merged yet. Thus I'd like to
>> give them a chance and postpone Feature Freeze.
>>
>> *Postponed Feature Freeze: Tuesday, January 24.
>>
>> Even though new features weren't freezed yet, I'd like to motivate
>> working on / reviewing existing issues and pull requests, i.e. anything
>> concerning
>>
>> SPI rework
>> https://github.com/RIOT-OS/RIOT/pull/4780
>>
>> Storage
>> https://github.com/RIOT-OS/RIOT/pull/6031
>> https://github.com/RIOT-OS/RIOT/pull/5616
>>
>> MIPS
>> https://github.com/RIOT-OS/RIOT/pull/6060
>> https://github.com/RIOT-OS/RIOT/pull/6066
>> https://github.com/RIOT-OS/RIOT/pull/6092
>>
>> Sock API
>> https://github.com/RIOT-OS/RIOT/pull/5937
>> https://github.com/RIOT-OS/RIOT/pull/5938
>> https://github.com/RIOT-OS/RIOT/pull/6004
>> https://github.com/RIOT-OS/RIOT/pull/6012
>> https://github.com/RIOT-OS/RIOT/pull/6117
>> https://github.com/RIOT-OS/RIOT/pull/6372
>>
>> ZEP
>> https://github.com/RIOT-OS/RIOT/pull/6121
>>
>> Topics labeled "bug"
>> https://github.com/RIOT-OS/RIOT/pulls?q=is%3Aopen+is%3Apr+label%3Abug
>>
>> Regards
>> Peter
>>
>> Am 17.01.2017 um 09:59 schrieb Peter Kietzmann:
>>> Dear RIOTers,
>>>
>>> we are actively working for the upcoming 2017.01 release
>>> and since last week we already
>>>
>>> *merged 59 pull requests, 40 of which were marked for this milestone
>>> *closed 31 issues, 13 of which were marked for this milestone.
>>>
>>> This is great progress in my opinion! But we also opened a couple of new
>>> topics. Currently there are still 128 pull requests and 112 open issues
>>> marked for this release. I'd like to motivate all of you developers,
>>> maintainers, authors, and assignees to keep track of pull requests and
>>> issues where you're involved. Please get your code up to date, help
>>> reviewing and testing and move the release milestone for topics that
>>> won't make it this time. Our planned schedule is
>>>
>>> *Feature Freeze: Friday, January 20
>>> *Expected Release date: Friday, January 27.
>>>
>>> I will silently postpone each pull request/issue that doesn't show any
>>> progress until feature freeze.
>>>
>>> Best regards
>>> Peter
>>> ___
>>> Maintainer mailing list
>>> maintai...@riot-os.org
>>> https://lists.riot-os.org/mailman/listinfo/maintainer
>>>
>>
> 

-- 
Peter Kietzmann

Hamburg University of Applied Sciences
Dept. Informatik, Internet Technologies Group
Berliner Tor 7, 20099 Hamburg, Germany
Fon: +49-40-42875-8426
Web: http://www.haw-hamburg.de/inet
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Release 2017.01 status - not freezed yet

2017-01-24 Thread Peter Kietzmann
Dear Community,

there is still one open feature which is mandatory for this release and
near completion [1]. Thus, the Feature Freeze will be postponed
marginally until:

*New Feature Freeze deadline: Thursday, January 26 (afternoon CET).

Still, I'd like to motivate working on bug fixes rather than new features.

Thanks for all the efforts you already put into this Release!

Best regards
Peter

[1] https://github.com/RIOT-OS/RIOT/pull/4780


Am 20.01.2017 um 18:09 schrieb Peter Kietzmann:
> Dear RIOTers,
> 
> Feature Freeze was announced for today and since my last mail on Tuesday
> there was great progress:
> 
> *merged 72 pull requests, 53 of which were marked for this milestone
> *closed 16 issues, 5 of which were marked for this milestone.
> 
> However, looking at the list of open pull requests it appears that some
> great features were close before but not merged yet. Thus I'd like to
> give them a chance and postpone Feature Freeze.
> 
> *Postponed Feature Freeze: Tuesday, January 24.
> 
> Even though new features weren't freezed yet, I'd like to motivate
> working on / reviewing existing issues and pull requests, i.e. anything
> concerning
> 
> SPI rework
> https://github.com/RIOT-OS/RIOT/pull/4780
> 
> Storage
> https://github.com/RIOT-OS/RIOT/pull/6031
> https://github.com/RIOT-OS/RIOT/pull/5616
> 
> MIPS
> https://github.com/RIOT-OS/RIOT/pull/6060
> https://github.com/RIOT-OS/RIOT/pull/6066
> https://github.com/RIOT-OS/RIOT/pull/6092
> 
> Sock API
> https://github.com/RIOT-OS/RIOT/pull/5937
> https://github.com/RIOT-OS/RIOT/pull/5938
> https://github.com/RIOT-OS/RIOT/pull/6004
> https://github.com/RIOT-OS/RIOT/pull/6012
> https://github.com/RIOT-OS/RIOT/pull/6117
> https://github.com/RIOT-OS/RIOT/pull/6372
> 
> ZEP
> https://github.com/RIOT-OS/RIOT/pull/6121
> 
> Topics labeled "bug"
> https://github.com/RIOT-OS/RIOT/pulls?q=is%3Aopen+is%3Apr+label%3Abug
> 
> Regards
> Peter
> 
> Am 17.01.2017 um 09:59 schrieb Peter Kietzmann:
>> Dear RIOTers,
>>
>> we are actively working for the upcoming 2017.01 release
>> and since last week we already
>>
>> *merged 59 pull requests, 40 of which were marked for this milestone
>> *closed 31 issues, 13 of which were marked for this milestone.
>>
>> This is great progress in my opinion! But we also opened a couple of new
>> topics. Currently there are still 128 pull requests and 112 open issues
>> marked for this release. I'd like to motivate all of you developers,
>> maintainers, authors, and assignees to keep track of pull requests and
>> issues where you're involved. Please get your code up to date, help
>> reviewing and testing and move the release milestone for topics that
>> won't make it this time. Our planned schedule is
>>
>> *Feature Freeze: Friday, January 20
>> *Expected Release date: Friday, January 27.
>>
>> I will silently postpone each pull request/issue that doesn't show any
>> progress until feature freeze.
>>
>> Best regards
>> Peter
>> ___
>> Maintainer mailing list
>> maintai...@riot-os.org
>> https://lists.riot-os.org/mailman/listinfo/maintainer
>>
> 

-- 
Peter Kietzmann

Hamburg University of Applied Sciences
Dept. Informatik, Internet Technologies Group
Berliner Tor 7, 20099 Hamburg, Germany
Fon: +49-40-42875-8426
Web: http://www.haw-hamburg.de/inet
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Release 2017.01 status

2017-01-17 Thread Peter Kietzmann
Dear RIOTers,

we are actively working for the upcoming 2017.01 release
and since last week we already

*merged 59 pull requests, 40 of which were marked for this milestone
*closed 31 issues, 13 of which were marked for this milestone.

This is great progress in my opinion! But we also opened a couple of new
topics. Currently there are still 128 pull requests and 112 open issues
marked for this release. I'd like to motivate all of you developers,
maintainers, authors, and assignees to keep track of pull requests and
issues where you're involved. Please get your code up to date, help
reviewing and testing and move the release milestone for topics that
won't make it this time. Our planned schedule is

*Feature Freeze: Friday, January 20
*Expected Release date: Friday, January 27.

I will silently postpone each pull request/issue that doesn't show any
progress until feature freeze.

Best regards
Peter
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel