[jira] [Commented] (GEODE-6635) Native Client API docs: Use a 3-part version header

2019-04-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-6635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826301#comment-16826301
 ] 

ASF subversion and git services commented on GEODE-6635:


Commit e880e0a35b9fc0982f74e988427b3f0a9b32bbe6 in geode-native's branch 
refs/heads/master from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=e880e0a ]

GEODE-6635: Native Client API docs: Use a 3-part version header (#474)



> Native Client API docs: Use a 3-part version header
> ---
>
> Key: GEODE-6635
> URL: https://issues.apache.org/jira/browse/GEODE-6635
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, native client
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
> Fix For: 1.10.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Generate the C++ and .NET api docs with a 3-part version header 
> (major.minor.patch) instead of the current 2-part version header 
> (major.minor).
> The 3-part header would be consistent with the current Geode convention, and 
> provides more precise information for the user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-6635) Native Client API docs: Use a 3-part version header

2019-04-11 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-6635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815862#comment-16815862
 ] 

ASF subversion and git services commented on GEODE-6635:


Commit e880e0a35b9fc0982f74e988427b3f0a9b32bbe6 in geode-native's branch 
refs/heads/develop from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=e880e0a ]

GEODE-6635: Native Client API docs: Use a 3-part version header (#474)



> Native Client API docs: Use a 3-part version header
> ---
>
> Key: GEODE-6635
> URL: https://issues.apache.org/jira/browse/GEODE-6635
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, native client
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Generate the C++ and .NET api docs with a 3-part version header 
> (major.minor.patch) instead of the current 2-part version header 
> (major.minor).
> The 3-part header would be consistent with the current Geode convention, and 
> provides more precise information for the user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-6635) Native Client API docs: Use a 3-part version header

2019-04-11 Thread Dave Barnes (JIRA)


[ 
https://issues.apache.org/jira/browse/GEODE-6635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815819#comment-16815819
 ] 

Dave Barnes commented on GEODE-6635:


Modified CMakeLists.txt:

Sets the header on API doc pages to the 3-part version number, based on the 
PRODUCT_VERSION specified at build time. If PRODUCT_VERSION has less than 3 
components, adds "0" elements to fill out the string.
Old behavior was a 2-part version number, or an empty string if only one 
component was specified.
Updated BUILDING.md to clarify the option of defining PRODUCT_VERSION on the 
cmake config command line.

> Native Client API docs: Use a 3-part version header
> ---
>
> Key: GEODE-6635
> URL: https://issues.apache.org/jira/browse/GEODE-6635
> Project: Geode
>  Issue Type: Improvement
>  Components: docs, native client
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Generate the C++ and .NET api docs with a 3-part version header 
> (major.minor.patch) instead of the current 2-part version header 
> (major.minor).
> The 3-part header would be consistent with the current Geode convention, and 
> provides more precise information for the user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)