That is why I wanted to collect all not integrated commits and make a list
of good candidated to be rekeased.

Best regards,
Vitalii Koshura

2017-03-29 17:36 GMT+03:00 Jord van der Elst <els...@gmail.com>:

> There were many commits, but all those commits don't necessarily make it
> into a client build. That completely depends on what's in David's build
> directory. If he just added those two commits, it's just those two commits
> that made it.
>
> e.g. I'll add all the "client" commits that were made since June 06 2016
> (which is when 7.6.33 was released, so count from that day onwards) to this
> email. They may all be commits, but they don't all have to be in 7.7.2. And
> that's why I said earlier, that I think we won't know until David says what
> he added.
>
> * 63ed0f47f3 : client: change "njobs_fail" back to "njobs_error"
> * d310efc264 : client: parse njobs_error in state file (don't lose info on
> transition)
> * 10bcf5ed88 : client: send acct keys to acct manager only for projects
> attached via acct mgr.
> * fc1cf33315 : client: Mac: replace all deprecated Mac APIs as of OS 10.12
> * bde961e8bb : client: fix estimate of job RAM usage
> * c3eb84db1e : client: add report_results_immediately config on project
> and app levels
> * f7ae4c631b : client: Mac: continue replacing deprecated Mac APIs
> * 483f46a5f9 : client: Mac: replace all deprecated Mac APIs as of OS 10.9
> * ae319359aa : client: Mac: replace all deprecated Mac APIs as of OS 10.8
> * ae97e08a95 : client: Mac: continue replacing deprecated Mac APIs
> * 26d62f7f49 : Merge pull request #1786 from BOINC/normalize_cpumodel
> * 7eb7aeaa6b : Client: normalize whitespace in p_model and p_vendor entries
> * 7294138ddb : client: finish fix for AM prefs (BAM! used mixed
> http/https, needed to strip that off)
> * 938fad105d : client: finish last commit
> * 4427f3646d : client: revert misguided attempt to persist acct mgr info
> * 0e4b412d19 : client: ignore computing prefs from project if we're using
> prefs from acct mgr.
> * 8e84ff30b7 : client: Version check. Fix message about new version.
> * 494739b112 : client: Version check. Add force version check.
> * 26ff591876 : Client: Strip XML declaration from lookup_account_poll and
> get_all_projects_list RPC responses
> * a484b7dd6b : Merge pull request #1562 from BOINC/cpu_infos_aarch64
> * 59719e78d4 : Client: update hostinfo_test tool
> * d06936e51e : Client: merging hostinfo_unix code for ARM and AARCH64
> * bc4f734496 : Client: more refinements on 56d5e50
> * 492d8e46e8 : Client: fix compile error on AARCH64
> * d2f1324ea0 : Client: fix product_name parsing on AARCH64
> * 228817d3c6 : Client: use safe_strcat when length of source is unknown
> * 56d5e50f77 : Client: fix additional CPU infos from AARCH64
> * eef4d45db5 : Client: unescape special characters read from
> /etc/os-release
> * 0e3bc65fb3 : Client: get more CPU infos from AARCH64
> * 1d6157a88b : Client: reorder host.os_version for Linux
> * 56527398ac : Client: synchronize hostinfo_unix testtool with client
> * ede61a24ea : Client: improve Linux OS detection
> * 45bf51fe43 : Client: fix hostinfo test tool
> * f9f5adf38d : Client: add OS version detection to test tool
> * e378f53f67 : Client: add os detection to hostinfo test tool
> * d4b2e819ca : Client: fill product_name an aarch64 (test tool)
> * 9dbc0ea191 : Client: fix cpu detection for ARMv8
> * 5b8252e081 : Client: fix aarch64 cpu detection in test tool
> * a6675cf29e : Client: test cpu detection on aarch64 (armv8)
> * 1285474ca1 : Client: adjust hostinfo_test tool to what is used in the
> Client
> * f8e19d61f5 : client: fix compile warning
> * e92a398c0a : client: fix typo
> * 7cb58b5268 : client: include # GPUs in <host_info> XML, including acct
> mgr requests
> * 31a95ba10f : client: add option to use SOCKS5 for DNS
> * 9e70ef3ecb : client: code formatting
> | * 1be5229c18 : client: when attaching to an AM, see if account file
> exists
> * c44a2b45dc : client: tweak account manager logic
> * b949b87ac2 : client: njobs_fail, not njobs_error
> * 958c89c1e7 : client: account per-project CPU and GPU usage; report to
> account managers
> * 33baa0bca1 : client: fix compile errors and warnings
> * 5710a5e8c8 : client: report project-level REC to account managers
> * 2da0e5cdb1 : client: fix bug in benchmark CPU selection
> * fc2596143e : client: Mac: continue replacing deprecated Mac APIs
> * 3e9ead075a : Client: Make project_dont_detach_when_done RPC work
> correctly
> * 49275b0727 : client: consolidate comments in GPU code
> * ca3cb0c5c6 : Client: add some comments to GPU code
> * ca9061f70f : client: add ability to fake an OpenCL GPU Goal: improved
> support for OpenCL GPUs of random types (i.e. not Nvidia/AMD/Intel).
> * c75d81f4c4 : client: prioritize network (including GUI RPC) over async
> file ops
> * 8c44b2f165 : client: fix bug that could cause idle CPUs/GPUs.
> * a60f0bdb49 : client: win compile fix
> * 5e9f1d8ce1 : client: task properties tweak
> * 1fa9f485c0 : client: Win typo fix
> * 7056f49eed : client: fix problems w/ tempfile generation for async file
> operations
> * d0fd0aabbf : client: change temp file prefixes to 5 chars
> * 2609d10163 : client: fix minor memory leak
> * d7f4551f6f : client: fix bug where concurrent async file operations use
> same temp file
>
>
> -- Jord van der Elst.
>
> On Wed, Mar 29, 2017 at 4:29 PM, Vitalii Koshura <
> lestat.de.lion...@gmail.com> wrote:
>
>> @Jord, I'm afraid, you're wrong. Last release was made 5 Jun 2016. Since
>> that there was many commits.
>> Also there are many changed which were committed to master but were not
>> integrated into release branch.
>>
>> Best regards,
>> Vitalii Koshura
>>
>> 2017-03-29 17:20 GMT+03:00 Jord van der Elst <els...@gmail.com>:
>>
>>> I've just run git log on the BOINC repository and see something
>>> immediately:
>>>
>>> * | 967fa51ce3 : Add 7.7.2
>>> * | d310efc264 : client: parse njobs_error in state file (don't lose
>>> info on transition)
>>> * | 2c493f50c1 : Update Installshield files and vboxwrapper version
>>> * | 7436252a47 : change version to 7.7.2
>>>
>>> (You should see those in reverse, but I cannot do a reverse log because
>>> of my pretty formatting. I use this command: git log --since=06-06-2016
>>> --pretty=format:"%h : %s" --graph > logN-since0606201.txt)
>>>
>>> So I suspect that those are the only updates that made it into 7.7.2
>>>
>>>
>>>
>>> -- Jord van der Elst.
>>>
>>> On Wed, Mar 29, 2017 at 4:11 PM, Vitalii Koshura <
>>> lestat.de.lion...@gmail.com> wrote:
>>>
>>>> OK, in this case I'll just go through the list of commits and find the
>>>> corresponded issues which were fixed. I do not know what to do with
>>>> tons of
>>>> commits that were not included previously into the release branch. Maybe
>>>> I'll save them as some kind of 'ChangeLog'.
>>>>
>>>> Best regards,
>>>> Vitalii Koshura
>>>>
>>>> 2017-03-29 17:00 GMT+03:00 Oliver Bock <oliver.b...@aei.mpg.de>:
>>>>
>>>> > On 29/03/2017 13:17 , Vitalii Koshura wrote:
>>>> > > but currently we have another situation:
>>>> > > master branch can not be a start point for new release branch.
>>>> >
>>>> > It's not a matter of whether it should or even can be. It's a matter
>>>> of
>>>> > fact that the latest release (7.7.2) was build from master if I'm not
>>>> > mistaken. Thus the release branch needs to reflect that, otherwise the
>>>> > release and its branch would simply be inconsistent.
>>>> >
>>>> > Best,
>>>> > Oliver
>>>> >
>>>> _______________________________________________
>>>> boinc_dev mailing list
>>>> boinc_dev@ssl.berkeley.edu
>>>> https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>>>> To unsubscribe, visit the above URL and
>>>> (near bottom of page) enter your email address.
>>>>
>>>
>>>
>>
>
_______________________________________________
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to