
Hello library developers, If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at: https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_... Don't worry too much about syntax, I'll fix it if necessary. Or if that's too much trouble, email them to this list. It's exactly the same drill as the last few releases. If your library has a changelog in your library, and you just want me to pull the changes from that, let me know. thanks, Daniel

______________________________________ De: boost-bounces@lists.boost.org [boost-bounces@lists.boost.org] En nombre de Daniel James [daniel_james@fmail.co.uk] Enviado el: martes, 27 de enero de 2009 23:26 Para: boost@lists.boost.org Asunto: [boost] [1.38][updated libraries] Releaes Notes
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now.
Just added an entry for multi_index. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Daniel James wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_...
I can't modify the file, Tortoise SVN returns: Commit failed (details follow): Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svn/boost/!svn/act/28c90143-9876-ce48-9a3d-c62701f0ceb2' These are the changes for Interprocess and Intrusive: * [phrase library..[@/libs/interprocess/index.html Interprocess]:] * Updated documentation to show rvalue-references funcions instead of emulation functions. * More non-copyable classes are now movable. * Move-constructor and assignments now leave moved object in default-constructed state instead of just swapping contents. * Several bugfixes (#2391, #2431, #1390, #2570, #2528). * [phrase library..[@/libs/intrusive/index.html Intrusive]:] * New treap-based containers: treap, treap_set, treap_multiset. * Corrected compilation bug for Windows-based 64 bit compilers. * Corrected exception-safety bugs in container constructors. * Updated documentation to show rvalue-references funcions instead of emulation functions. Best, Ion

2009/1/28 Ion Gaztañaga <igaztanaga@gmail.com>:
I can't modify the file, Tortoise SVN returns:
Commit failed (details follow): Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svn/boost/!svn/act/28c90143-9876-ce48-9a3d-c62701f0ceb2'
You should have permission. If you want permission I think you can file a 'trac/subversion' support request on trac, or perhaps just ask in a new thread.
These are the changes for Interprocess and Intrusive:
Added. thanks, Daniel

----- Original Message ----- From: "Ion Gaztañaga" <igaztanaga@gmail.com> To: <boost@lists.boost.org> Sent: Wednesday, January 28, 2009 8:48 PM Subject: Re: [boost] [1.38][updated libraries] Releaes Notes
Daniel James wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_...
These are the changes for Interprocess and Intrusive:
* [phrase library..[@/libs/interprocess/index.html Interprocess]:] * Updated documentation to show rvalue-references funcions instead of emulation functions. * More non-copyable classes are now movable. * Move-constructor and assignments now leave moved object in default-constructed state instead of just swapping contents. * Several bugfixes (#2391, #2431, #1390, #2570, #2528).
Hi, I see that some library developers state explicitly the tickets for the bugs fixed in this release. In addition in the web page they will appear as links to the track system. * Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391], [@https://svn.boost.org/trac/boost/ticket/2431 #2431], [@https://svn.boost.org/trac/boost/ticket/1390 #1390], [@https://svn.boost.org/trac/boost/ticket/2570 #2570], [@https://svn.boost.org/trac/boost/ticket/2528 #2528]). Excelent idea. It would be great if every library developer could take the time to do the same. Good work, Vicente

On Wed, Jan 28, 2009 at 6:48 PM, vicente.botet <vicente.botet@wanadoo.fr> wrote:
Hi,
I see that some library developers state explicitly the tickets for the bugs fixed in this release. In addition in the web page they will appear as links to the track system.
* Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391], [@https://svn.boost.org/trac/boost/ticket/2431 #2431], [@https://svn.boost.org/trac/boost/ticket/1390 #1390], [@https://svn.boost.org/trac/boost/ticket/2570 #2570], [@https://svn.boost.org/trac/boost/ticket/2528 #2528]).
Excelent idea. It would be great if every library developer could take the time to do the same.
I've started a Developer's Library Maintenance Checklist (http://svn.boost.org/trac/boost/wiki/DeveloperChecklist) and cited the same example. Perhaps that will help. --Beman

----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org> To: <boost@lists.boost.org> Sent: Thursday, January 29, 2009 4:14 PM Subject: Re: [boost] [1.38][updated libraries] Releaes Notes
On Wed, Jan 28, 2009 at 6:48 PM, vicente.botet <vicente.botet@wanadoo.fr> wrote:
Hi,
I see that some library developers state explicitly the tickets for the bugs fixed in this release. In addition in the web page they will appear as links to the track system.
* Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391], [@https://svn.boost.org/trac/boost/ticket/2431 #2431], [@https://svn.boost.org/trac/boost/ticket/1390 #1390], [@https://svn.boost.org/trac/boost/ticket/2570 #2570], [@https://svn.boost.org/trac/boost/ticket/2528 #2528]).
Excelent idea. It would be great if every library developer could take the time to do the same.
I've started a Developer's Library Maintenance Checklist (http://svn.boost.org/trac/boost/wiki/DeveloperChecklist) and cited the same example. Perhaps that will help.
Hi, I've writen a guidline that concenrs the release note in: https://svn.boost.org/trac/boost/wiki/Guidelines/MaintenanceGuidelines#relea... It is an good idead to include the guidelines havin consensus on the check list. Thanks, Vicente

Daniel James wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_...
Don't worry too much about syntax, I'll fix it if necessary. Or if that's too much trouble, email them to this list. It's exactly the same drill as the last few releases.
If your library has a changelog in your library, and you just want me to pull the changes from that, let me know.
Could you please add a change log entry for Boost.DateTime? I think, a few major points from libs/date_time/xmldoc/changes.xml and a reference to this document (as it appears after building html) would be fine. I'd do it myself, but I believe I don't have access to website. Thank you.

2009/1/28 Andrey Semashev <andrey.semashev@gmail.com>:
Could you please add a change log entry for Boost.DateTime? I think, a few major points from libs/date_time/xmldoc/changes.xml and a reference to this document (as it appears after building html) would be fine. I'd do it myself, but I believe I don't have access to website. Thank you.
Done. The link to the change log won't work until the 1.38 documentation is uploaded.

On Tue, Jan 27, 2009 at 5:26 PM, Daniel James <daniel_james@fmail.co.uk>wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
<https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_1_38_0.qbk>
Added updates for Boost.Graph. Andrew Sutton andrew.n.sutton@gmail.com

On Thu, Jan 29, 2009 at 8:57 AM, Andrew Sutton <andrew.n.sutton@gmail.com> wrote:
On Tue, Jan 27, 2009 at 5:26 PM, Daniel James <daniel_james@fmail.co.uk>wrote:
Hello library developers,
If you've made any changes to your library, and haven't added them to the release notes, you should do so now. You can either add them to the file at:
<https://svn.boost.org/svn/boost/website/public_html/beta/feed/history/boost_1_38_0.qbk>
Added updates for Boost.Graph.
Andrew, it appears that one of the links to the closed tickets doesn't pertain to Boost.Graph. https://svn.boost.org/trac/boost/ticket/2392 Looks like it is a TR1 bug. Typo? --Michael Fawcett
participants (8)
-
Andrew Sutton
-
Andrey Semashev
-
Beman Dawes
-
Daniel James
-
Ion Gaztañaga
-
JOAQUIN M. LOPEZ MUÑOZ
-
Michael Fawcett
-
vicente.botet