public inbox for powertop@lists.linux.dev
 help / color / mirror / Atom feed
* [PowerTOP] Re: ANNOUNCING PowerTOP v2.13
@ 2020-06-11 21:47 Sedat Dilek
  0 siblings, 0 replies; 3+ messages in thread
From: Sedat Dilek @ 2020-06-11 21:47 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 2504 bytes --]

Hi Joe,

thanks to all contributors for this release.

Regards,
- Sedat -

On Thu, Jun 11, 2020 at 10:23 PM Joe Konno <joe.konno(a)linux.intel.com> wrote:
>
> Hey all,
>
> PowerTOP v2.13 has been tagged and released[1]. Thank you to all who have
> contributed!
>
> This release does have functional fixes (see shortlog below), but is more a
> "cleanup" release.
>
> Developers and enthusiasts, the project has documented how you can
> contribute to the project. See the CONTRIBUTE.md document for more. The
> short version? Fork on GitHub, and send us your pull requests!
>
> I encourage you to monitor the project issue tracker[2]. Within the next few
> weeks, PowerTOP's maintainers will open issues to scrutinize PowerTOP's
> existing feature set. Your input (and patches) will be welcomed.
>
> If you use PowerTOP and find a bug, or have an idea for improving
> PowerTOP, please open an issue[2] to start a discussion. Pull requests
> are always welcome.
>
>
> Output of 'git shortlog -n --no-merges v2.12..v2.13'
>
> Joe Konno (19):
>       README.md: rename, add md syntax, and major tweaks
>       README.md: Fix a misspelled name
>       Add CONTRIBUTE.md
>       Remove Android build artifacts
>       configure.ac: bump version to v2.13-pre
>       configure.ac: use ax_cxx_compile_stdcxx instead
>       po: regenerate gettext files
>       Enable support for DNV
>       intel_cpus: Fix ICX definition
>       configure.ac: add missing checks from autoscan
>       gettext: update to 0.20.2
>       remove INSTALL relic
>       gitignore: refresh ignored files
>       Doxyfile.in: refresh for version 1.8.18
>       Doxyfile.in: modernize configuration
>       intel_cpus: Fix SKY-X definition
>       configure.ac: bump to version v2.13-rc1
>       README: clarify dependencies, contrib, and support
>       PowerTOP v2.13
>
> Edward Betts (1):
>       correct spelling mistake
>
> James Earl Douglas (1):
>       Update wording to match units of measure
>
> Jaroslav Škarvada (1):
>       Dropped unused variable "entry" detected by Coverity
>
> Michael Vetter (1):
>       intel_cpus.cpp: Only call closedir() if opened
>
>
> [1] https://github.com/fenrus75/powertop/releases/tag/v2.13
> [2] https://github.com/fenrus75/powertop/issues
>
>
> Cheers!
> _______________________________________________
> PowerTOP mailing list -- powertop(a)lists.01.org
> To unsubscribe send an email to powertop-leave(a)lists.01.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PowerTOP] Re: ANNOUNCING PowerTOP v2.13
@ 2020-06-12  8:37 Michael Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Vetter @ 2020-06-12  8:37 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 2553 bytes --]

Hi guys,

On Thu, 11 Jun 2020 13:22:51 -0700
Joe Konno <joe.konno(a)linux.intel.com> wrote:

> Hey all,
> 
> PowerTOP v2.13 has been tagged and released[1]. Thank you to all who
> have contributed!
> 
> This release does have functional fixes (see shortlog below), but is
> more a "cleanup" release.
> 
> Developers and enthusiasts, the project has documented how you can
> contribute to the project. See the CONTRIBUTE.md document for more.
> The short version? Fork on GitHub, and send us your pull requests!
> 
> I encourage you to monitor the project issue tracker[2]. Within the
> next few weeks, PowerTOP's maintainers will open issues to scrutinize
> PowerTOP's existing feature set. Your input (and patches) will be
> welcomed.
> 
> If you use PowerTOP and find a bug, or have an idea for improving
> PowerTOP, please open an issue[2] to start a discussion. Pull requests
> are always welcome.
> 
> 
> Output of 'git shortlog -n --no-merges v2.12..v2.13'
> 
> Joe Konno (19):
>       README.md: rename, add md syntax, and major tweaks
>       README.md: Fix a misspelled name
>       Add CONTRIBUTE.md
>       Remove Android build artifacts
>       configure.ac: bump version to v2.13-pre
>       configure.ac: use ax_cxx_compile_stdcxx instead
>       po: regenerate gettext files
>       Enable support for DNV
>       intel_cpus: Fix ICX definition
>       configure.ac: add missing checks from autoscan
>       gettext: update to 0.20.2
>       remove INSTALL relic
>       gitignore: refresh ignored files
>       Doxyfile.in: refresh for version 1.8.18
>       Doxyfile.in: modernize configuration
>       intel_cpus: Fix SKY-X definition
>       configure.ac: bump to version v2.13-rc1
>       README: clarify dependencies, contrib, and support
>       PowerTOP v2.13
> 
> Edward Betts (1):
>       correct spelling mistake
> 
> James Earl Douglas (1):
>       Update wording to match units of measure
> 
> Jaroslav Škarvada (1):
>       Dropped unused variable "entry" detected by Coverity
> 
> Michael Vetter (1):
>       intel_cpus.cpp: Only call closedir() if opened
> 
> 
> [1] https://github.com/fenrus75/powertop/releases/tag/v2.13
> [2] https://github.com/fenrus75/powertop/issues

Can you upload a release tarball to GitHub too?
So far there are only the autogenerated ones from GitHub which miss
configure. So we need to run autoreconf too.

If you could upload the tarballs that you usually upload on the website
that would be awesome.

Cheers,
Michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PowerTOP] Re: ANNOUNCING PowerTOP v2.13
@ 2020-06-12 16:11 Joe Konno
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Konno @ 2020-06-12 16:11 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On Fri, Jun 12, 2020 at 10:37:28AM +0200, Michael Vetter wrote:
> Hi guys,
> 
[snip]
> 
> Can you upload a release tarball to GitHub too?
> So far there are only the autogenerated ones from GitHub which miss
> configure. So we need to run autoreconf too.
> 
> If you could upload the tarballs that you usually upload on the website
> that would be awesome.

Updated PowerTOP's 01.org download page for the v2.13 release, so folks
who'd like a `make dist` tarball can get one.

  * https://01.org/powertop/downloads/powertop-v2.13

This will continue to be done for future releases as well.

> 
> Cheers,
> Michael

Happy Friday! Hope that helps.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-12 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-12 16:11 [PowerTOP] Re: ANNOUNCING PowerTOP v2.13 Joe Konno
  -- strict thread matches above, loose matches on Subject: below --
2020-06-12  8:37 Michael Vetter
2020-06-11 21:47 Sedat Dilek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox