diff mbox

[PATCHv4,0/2] changelog: summary of changes for odp v1.12.0.0

Message ID CADz3at3p+u7HfaaDhGbZ=d5+mEah-xmK6QOo0snWFZSbcEtwPg@mail.gmail.com
State New
Headers show

Commit Message

Mike Holmes Nov. 22, 2016, 7:36 p.m. UTC
On 22 November 2016 at 13:27, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:
> On 11/22/16 20:14, Anders Roxell wrote:

>>

>> On 2016-11-22 19:04, Maxim Uvarov wrote:

>>>

>>> going to merge is very soon, any objection?

>>

>> Features already in monarch that should not be in the change log

>> Hello world

>> thread local

>>

>> Documentation

>> examples added l2fwd

>

> l2fwd_simple was in (1.10.1.0)


It was added as an example to the docs
git diff -w  origin/monarch_lts..origin/master doc/application-api-guide



>

>

> Maxim.

>

>> Implementers guide - updated

>> Release guide - updated

>>

>> Cheers,

>> Anders

>>

>>> Maxim.

>>>

>>> On 11/21/16 20:00, Maxim Uvarov wrote:

>>>>

>>>> v4: no api changes from Monarch, I removed all entries for that in

>>>> previous patch.

>>>>

>>>> Update only 'revision' according to that link:

>>>>

>>>> https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

>>>>

>>>> Bill Fischofer (1):

>>>>    changelog: summary of changes for odp v1.12.0.0

>>>>

>>>> Maxim Uvarov (1):

>>>>    configure.ac update version numbers

>>>>

>>>>   CHANGELOG    | 186

>>>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

>>>>   configure.ac |   6 +-

>>>>   2 files changed, 189 insertions(+), 3 deletions(-)

>>>>

>




-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org │ Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"

Comments

Maxim Uvarov Nov. 22, 2016, 8:20 p.m. UTC | #1
On 11/22/16 22:36, Mike Holmes wrote:
> On 22 November 2016 at 13:27, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

>> On 11/22/16 20:14, Anders Roxell wrote:

>>> On 2016-11-22 19:04, Maxim Uvarov wrote:

>>>> going to merge is very soon, any objection?

>>> Features already in monarch that should not be in the change log

>>> Hello world

>>> thread local

>>>

>>> Documentation

>>> examples added l2fwd

>> l2fwd_simple was in (1.10.1.0)

> It was added as an example to the docs

> git diff -w  origin/monarch_lts..origin/master doc/application-api-guide

>

>

> diff --git a/doc/application-api-guide/examples.dox

> b/doc/application-api-guide/examples.dox

> index 2dccd7f..60d4058 100644

> --- a/doc/application-api-guide/examples.dox

> +++ b/doc/application-api-guide/examples.dox

> @@ -5,11 +5,21 @@

>    */

>

>   /**

> + * @example odp_classifier.c

> + * ODP classifier example application

> + */

> +

> +/**

>    * @example odp_generator.c

>    * ODP loopback demo application

>    */

>

>   /**

> + * @example odp_l2fwd.c

> + * ODP l2fwd example application

> + */

> +

> +/**

>    *@example odp_pktio.c

>    * ODP basic packet IO loopback test application

>    */

> @@ -18,8 +28,3 @@

>    * @example odp_timer_test.c

>    * ODP timer example application

>    */

> -

> -/**

> - * @example odp_classifier.c

> - * ODP classifier example application

> - */


ok, I can add that. But it looks very minor change to be in changelog.

Maxim.

>>

>> Maxim.

>>

>>> Implementers guide - updated

>>> Release guide - updated

>>>

>>> Cheers,

>>> Anders

>>>

>>>> Maxim.

>>>>

>>>> On 11/21/16 20:00, Maxim Uvarov wrote:

>>>>> v4: no api changes from Monarch, I removed all entries for that in

>>>>> previous patch.

>>>>>

>>>>> Update only 'revision' according to that link:

>>>>>

>>>>> https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

>>>>>

>>>>> Bill Fischofer (1):

>>>>>     changelog: summary of changes for odp v1.12.0.0

>>>>>

>>>>> Maxim Uvarov (1):

>>>>>     configure.ac update version numbers

>>>>>

>>>>>    CHANGELOG    | 186

>>>>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

>>>>>    configure.ac |   6 +-

>>>>>    2 files changed, 189 insertions(+), 3 deletions(-)

>>>>>

>

>
diff mbox

Patch

diff --git a/doc/application-api-guide/examples.dox
b/doc/application-api-guide/examples.dox
index 2dccd7f..60d4058 100644
--- a/doc/application-api-guide/examples.dox
+++ b/doc/application-api-guide/examples.dox
@@ -5,11 +5,21 @@ 
  */

 /**
+ * @example odp_classifier.c
+ * ODP classifier example application
+ */
+
+/**
  * @example odp_generator.c
  * ODP loopback demo application
  */

 /**
+ * @example odp_l2fwd.c
+ * ODP l2fwd example application
+ */
+
+/**
  *@example odp_pktio.c
  * ODP basic packet IO loopback test application
  */
@@ -18,8 +28,3 @@ 
  * @example odp_timer_test.c
  * ODP timer example application
  */
-
-/**
- * @example odp_classifier.c
- * ODP classifier example application
- */