|
From: moaxcp <mo...@gm...> - 2015-05-23 01:17:28
|
When will there be a new release of notion? I have seen a lot of work being checked in but no downloads for a year. |
|
From: Arnout E. <no...@bz...> - 2015-05-30 16:24:44
|
Hello Maoxcp, I'm not currently planning a new release - but you're quite welcome to build notion from source, which should be fairly painless. If not, let's fix that :). Kind regards, Arnout On Sat, May 23, 2015 at 3:17 AM, moaxcp <mo...@gm...> wrote: > When will there be a new release of notion? I have seen a lot of work > being checked in but no downloads for a year. > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Notion-general mailing list > Not...@li... > https://lists.sourceforge.net/lists/listinfo/notion-general > > |
|
From: Thomas K. <tk...@gi...> - 2015-05-31 11:23:45
|
On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: > I'm not currently planning a new release - but you're quite welcome to > build notion from source, which should be fairly painless. If not, let's > fix that :). I'd also appreciate a release -- think of all the poor packagers like myself. Thomas |
|
From: Thomas K. <wi...@Ne...> - 2015-05-31 10:55:12
|
On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: > I'm not currently planning a new release - but you're quite welcome to > build notion from source, which should be fairly painless. If not, let's > fix that :). I'd also appreciate a release -- think of all the poor packagers like myself. Thomas |
|
From: moaxcp <mo...@gm...> - 2015-05-31 16:02:54
|
Ok so I have been able to get my modified ebuild to download the sources. When gentoo tries to compile it I get this error: john-gentoo notion # emerge -av =x11-wm/notion-9999::moaxcp * IMPORTANT: 1 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U *] x11-wm/notion-9999::moaxcp [3_p2014052800::moaxcp] USE="nls xinerama xrandr" 0 KiB Total: 1 package (1 upgrade), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] yes >>> Verifying ebuild manifests >>> Emerging (1 of 1) x11-wm/notion-9999::moaxcp >>> Failed to emerge x11-wm/notion-9999, Log file: >>> '/var/tmp/portage/x11-wm/notion-9999/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.41, 0.19, 0.12 * Package: x11-wm/notion-9999 * Repository: moaxcp * Maintainer: lit...@la... xm...@ge..., pro...@ge... * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU xinerama xrandr * FEATURES: distcc distcc-pump preserve-libs sandbox userpriv usersandbox >>> Unpacking source... Already on 'master' Your branch is up-to-date with 'origin/master'. GIT update --> repository: git:// notion.git.sourceforge.net/gitroot/notion/notion at the commit: f38deabef9f9d822e30ec4f9694f3c07f8dfb8d8 branch: master storage directory: "/usr/portage/distfiles/egit-src/notion" checkout type: non-bare repository Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 >>> Source unpacked in /var/tmp/portage/x11-wm/notion-9999/work >>> Preparing source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... make -j9 -l8 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib which: no lua5.1 in (/usr/lib64/distcc/bin:/usr/lib/portage/python2.7/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.4) build/lua-detect.mk:33: *** No lua5.1 interpreter found!. Stop. * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-wm/notion-9999::moaxcp'`, * the complete build log and the output of `emerge -pqv '=x11-wm/notion-9999::moaxcp'`. * The complete build log is located at '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. * Working directory: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * Messages for package x11-wm/notion-9999: * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-wm/notion-9999::moaxcp'`, * the complete build log and the output of `emerge -pqv '=x11-wm/notion-9999::moaxcp'`. * The complete build log is located at '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. * Working directory: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' It looks like there is an issue detecting my version of lua. john-gentoo notion # lua -v Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio Does make expect there to be a lua5.1 command on the path? My system seems to only have a lua command not lua5.1. On Sun, May 31, 2015 at 5:18 AM, Arnout Engelen <ar...@bz...> wrote: > Hi moaxcp, > > Thanks!! I'll try to answer your questions in-line. > > On Sun, May 31, 2015 at 4:35 AM, moaxcp <mo...@gm...> wrote: > >> Thanks for the reply. I created an ebuild for the last release on github. >> https://github.com/moaxcp/moaxcp-gentoo-overlay/tree/master/x11-wm/notion >> >> Now I'm going to try the 9999 ebuild which should install the latest >> sources from sourceforge. >> >> I do have a few other problems with notion that I would like to figure >> out. >> >> How do I use another monitor without the same resolution? >> > > Notion should support multiple monitors through xrandr out-of-the-box. > > With the xrandr command-line tool or a more pleasant graphical one (I use > 'arandr' myself), you can manipulate the screen layout. > > If you use a screen layout where the screens do not overlap, you should > get a set of notion workspaces for each screen. > > If you use a screen layout where the screens overlap, you'll get one big > set of workspaces, 'mirrored' on each monitor. > > If the monitors are not the same resolution, the latter can look kind of > confusing as some parts of the workspace will not be visible on both > screens. > > How can I replace the statusbar with LXPanel from LXDE? >> > > Change your configuration to not load 'mod_statusbar' and load 'mod_dock' > instead. > > I personally use the xfce4-panel that way, let me know if you run into any > problems with lxpanel. > > >> Also sometimes when I make a vertical split the status bar shrinks to the >> left frame instead of staying at full width. How do I fix that? >> > > If you're switching to mod_dock anyway this shouldn't be relevant :). With > mod_dock, simply configure your panel to take the full screen width. > > > Let me know if you have any further questions (or feel free to pose them > on the mailinglist). > > > Kind regards, > > Arnout > > >> >> On Sat, May 30, 2015 at 12:17 PM, Arnout Engelen <no...@bz...> wrote: >> >>> Hello Maoxcp, >>> >>> I'm not currently planning a new release - but you're quite welcome to >>> build notion from source, which should be fairly painless. If not, let's >>> fix that :). >>> >>> >>> Kind regards, >>> >>> Arnout >>> >>> On Sat, May 23, 2015 at 3:17 AM, moaxcp <mo...@gm...> wrote: >>> >>>> When will there be a new release of notion? I have seen a lot of work >>>> being checked in but no downloads for a year. >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> One dashboard for servers and applications across Physical-Virtual-Cloud >>>> Widest out-of-the-box monitoring support with 50+ applications >>>> Performance metrics, stats and reports that give you Actionable Insights >>>> Deep dive visibility with transaction tracing using APM Insight. >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>> _______________________________________________ >>>> Notion-general mailing list >>>> Not...@li... >>>> https://lists.sourceforge.net/lists/listinfo/notion-general >>>> >>>> >>> >> > |
|
From: Arnout E. <ar...@bz...> - 2015-05-31 17:04:50
|
Ouch, thanks for the report, I'd love to fix this but probably won't have a chance before next weekend.. Arnout On Sun, May 31, 2015 at 6:02 PM, moaxcp <mo...@gm...> wrote: > Ok so I have been able to get my modified ebuild to download the sources. > When gentoo tries to compile it I get this error: > > john-gentoo notion # emerge -av =x11-wm/notion-9999::moaxcp > > * IMPORTANT: 1 news items need reading for repository 'gentoo'. > * Use eselect news read to view new items. > > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild U *] x11-wm/notion-9999::moaxcp [3_p2014052800::moaxcp] > USE="nls xinerama xrandr" 0 KiB > > Total: 1 package (1 upgrade), Size of downloads: 0 KiB > > Would you like to merge these packages? [Yes/No] yes > >>> Verifying ebuild manifests > >>> Emerging (1 of 1) x11-wm/notion-9999::moaxcp > >>> Failed to emerge x11-wm/notion-9999, Log file: > >>> '/var/tmp/portage/x11-wm/notion-9999/temp/build.log' > >>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.41, 0.19, > 0.12 > * Package: x11-wm/notion-9999 > * Repository: moaxcp > * Maintainer: lit...@la... xm...@ge..., > pro...@ge... > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU > xinerama xrandr > * FEATURES: distcc distcc-pump preserve-libs sandbox userpriv > usersandbox > >>> Unpacking source... > Already on 'master' > Your branch is up-to-date with 'origin/master'. > GIT update --> > repository: git:// > notion.git.sourceforge.net/gitroot/notion/notion > at the commit: f38deabef9f9d822e30ec4f9694f3c07f8dfb8d8 > branch: master > storage directory: "/usr/portage/distfiles/egit-src/notion" > checkout type: non-bare repository > Branch branch-master set up to track remote branch master from origin. > Switched to a new branch 'branch-master' > >>> Unpacked to /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 > >>> Source unpacked in /var/tmp/portage/x11-wm/notion-9999/work > >>> Preparing source in > /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... > >>> Source prepared. > >>> Configuring source in > /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... > >>> Source configured. > >>> Compiling source in > /var/tmp/portage/x11-wm/notion-9999/work/notion-9999 ... > make -j9 -l8 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar > RANLIB=x86_64-pc-linux-gnu-ranlib > which: no lua5.1 in > (/usr/lib64/distcc/bin:/usr/lib/portage/python2.7/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.4) > build/lua-detect.mk:33: *** No lua5.1 interpreter found!. Stop. > * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info > '=x11-wm/notion-9999::moaxcp'`, > * the complete build log and the output of `emerge -pqv > '=x11-wm/notion-9999::moaxcp'`. > * The complete build log is located at > '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. > * Working directory: > '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' > * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' > > * Messages for package x11-wm/notion-9999: > > * ERROR: x11-wm/notion-9999::moaxcp failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info > '=x11-wm/notion-9999::moaxcp'`, > * the complete build log and the output of `emerge -pqv > '=x11-wm/notion-9999::moaxcp'`. > * The complete build log is located at > '/var/tmp/portage/x11-wm/notion-9999/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/x11-wm/notion-9999/temp/environment'. > * Working directory: > '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' > * S: '/var/tmp/portage/x11-wm/notion-9999/work/notion-9999' > > > It looks like there is an issue detecting my version of lua. > > john-gentoo notion # lua -v > Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio > > Does make expect there to be a lua5.1 command on the path? My system seems > to only have a lua command not lua5.1. > > On Sun, May 31, 2015 at 5:18 AM, Arnout Engelen <ar...@bz...> wrote: > >> Hi moaxcp, >> >> Thanks!! I'll try to answer your questions in-line. >> >> On Sun, May 31, 2015 at 4:35 AM, moaxcp <mo...@gm...> wrote: >> >>> Thanks for the reply. I created an ebuild for the last release on >>> github. >>> https://github.com/moaxcp/moaxcp-gentoo-overlay/tree/master/x11-wm/notion >>> >>> Now I'm going to try the 9999 ebuild which should install the latest >>> sources from sourceforge. >>> >>> I do have a few other problems with notion that I would like to figure >>> out. >>> >>> How do I use another monitor without the same resolution? >>> >> >> Notion should support multiple monitors through xrandr out-of-the-box. >> >> With the xrandr command-line tool or a more pleasant graphical one (I use >> 'arandr' myself), you can manipulate the screen layout. >> >> If you use a screen layout where the screens do not overlap, you should >> get a set of notion workspaces for each screen. >> >> If you use a screen layout where the screens overlap, you'll get one big >> set of workspaces, 'mirrored' on each monitor. >> >> If the monitors are not the same resolution, the latter can look kind of >> confusing as some parts of the workspace will not be visible on both >> screens. >> >> How can I replace the statusbar with LXPanel from LXDE? >>> >> >> Change your configuration to not load 'mod_statusbar' and load 'mod_dock' >> instead. >> >> I personally use the xfce4-panel that way, let me know if you run into >> any problems with lxpanel. >> >> >>> Also sometimes when I make a vertical split the status bar shrinks to >>> the left frame instead of staying at full width. How do I fix that? >>> >> >> If you're switching to mod_dock anyway this shouldn't be relevant :). >> With mod_dock, simply configure your panel to take the full screen width. >> >> >> Let me know if you have any further questions (or feel free to pose them >> on the mailinglist). >> >> >> Kind regards, >> >> Arnout >> >> >>> >>> On Sat, May 30, 2015 at 12:17 PM, Arnout Engelen <no...@bz...> >>> wrote: >>> >>>> Hello Maoxcp, >>>> >>>> I'm not currently planning a new release - but you're quite welcome to >>>> build notion from source, which should be fairly painless. If not, let's >>>> fix that :). >>>> >>>> >>>> Kind regards, >>>> >>>> Arnout >>>> >>>> On Sat, May 23, 2015 at 3:17 AM, moaxcp <mo...@gm...> wrote: >>>> >>>>> When will there be a new release of notion? I have seen a lot of work >>>>> being checked in but no downloads for a year. >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> One dashboard for servers and applications across >>>>> Physical-Virtual-Cloud >>>>> Widest out-of-the-box monitoring support with 50+ applications >>>>> Performance metrics, stats and reports that give you Actionable >>>>> Insights >>>>> Deep dive visibility with transaction tracing using APM Insight. >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>>>> _______________________________________________ >>>>> Notion-general mailing list >>>>> Not...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/notion-general >>>>> >>>>> >>>> >>> >> > |
|
From: Arnout E. <ar...@bz...> - 2015-05-31 17:26:32
|
OK, then when we've resolved the lua interpreter autodetection issue moaxcp identified I'll build a new release. To be quite honest, I find 'releases' an antiquated concept for applications (in contrast to libraries). Each commit/merge to master should essentially be a 'release'. On Sun, May 31, 2015 at 12:37 PM, Thomas Klausner <wi...@ne...> wrote: > On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: > > I'm not currently planning a new release - but you're quite welcome to > > build notion from source, which should be fairly painless. If not, let's > > fix that :). > > I'd also appreciate a release -- think of all the poor packagers like > myself. > Thomas > |
|
From: Arnout E. <ar...@bz...> - 2015-06-07 21:34:24
|
On Sun, May 31, 2015 at 6:02 PM, moaxcp <mo...@gm...> wrote: > which: no lua5.1 in > (/usr/lib64/distcc/bin:/usr/lib/portage/python2.7/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.4) > build/lua-detect.mk:33: *** No lua5.1 interpreter found!. Stop. > I pushed a possible fix, could you verify whether it helps? Kind regards, Arnout |
|
From: moaxcp <mo...@gm...> - 2015-06-07 22:08:58
|
Looks good to me. It installed with no problems. On Jun 7, 2015 5:34 PM, "Arnout Engelen" <ar...@bz...> wrote: > On Sun, May 31, 2015 at 6:02 PM, moaxcp <mo...@gm...> wrote: > >> which: no lua5.1 in >> (/usr/lib64/distcc/bin:/usr/lib/portage/python2.7/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.8.4) >> build/lua-detect.mk:33: *** No lua5.1 interpreter found!. Stop. >> > > I pushed a possible fix, could you verify whether it helps? > > > Kind regards, > > Arnout > |
|
From: Arnout E. <ar...@bz...> - 2015-06-13 14:55:07
|
As promised, a new release is up at https://github.com/raboof/notion/releases ! Let me know if you run into anything! On Sun, May 31, 2015 at 7:01 PM, Arnout Engelen <ar...@bz...> wrote: > OK, then when we've resolved the lua interpreter autodetection issue > moaxcp identified I'll build a new release. > > To be quite honest, I find 'releases' an antiquated concept for > applications (in contrast to libraries). Each commit/merge to master should > essentially be a 'release'. > > On Sun, May 31, 2015 at 12:37 PM, Thomas Klausner <wi...@ne...> wrote: > >> On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: >> > I'm not currently planning a new release - but you're quite welcome to >> > build notion from source, which should be fairly painless. If not, let's >> > fix that :). >> >> I'd also appreciate a release -- think of all the poor packagers like >> myself. >> Thomas >> > > |
|
From: Thomas K. <wi...@ne...> - 2015-06-14 17:35:18
|
On Sat, Jun 13, 2015 at 04:54:58PM +0200, Arnout Engelen wrote: > As promised, a new release is up at > https://github.com/raboof/notion/releases ! > > Let me know if you run into anything! Thanks for that. Can you please give me a short summary what changed since the last release, or even better, just add it to the CHANGELOG file? Cheers, Thomas |
|
From: moaxcp <mo...@gm...> - 2015-06-13 15:04:23
|
Will there be a new file released on SourceForge? Or is there a plan to move everything to github? Right now gentoo is pulling the sources from SourceForge. On Jun 13, 2015 10:54 AM, "Arnout Engelen" <ar...@bz...> wrote: > As promised, a new release is up at > https://github.com/raboof/notion/releases ! > > Let me know if you run into anything! > > On Sun, May 31, 2015 at 7:01 PM, Arnout Engelen <ar...@bz...> wrote: > >> OK, then when we've resolved the lua interpreter autodetection issue >> moaxcp identified I'll build a new release. >> >> To be quite honest, I find 'releases' an antiquated concept for >> applications (in contrast to libraries). Each commit/merge to master should >> essentially be a 'release'. >> >> On Sun, May 31, 2015 at 12:37 PM, Thomas Klausner <wi...@ne...> wrote: >> >>> On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: >>> > I'm not currently planning a new release - but you're quite welcome to >>> > build notion from source, which should be fairly painless. If not, >>> let's >>> > fix that :). >>> >>> I'd also appreciate a release -- think of all the poor packagers like >>> myself. >>> Thomas >>> >> >> > |
|
From: Arnout E. <ar...@bz...> - 2015-06-13 15:08:02
|
Unless any problems with hosting the releases on github come up, I'd like to put them there and no longer release through sourceforge. Arnout On Sat, Jun 13, 2015 at 5:04 PM, moaxcp <mo...@gm...> wrote: > Will there be a new file released on SourceForge? Or is there a plan to > move everything to github? Right now gentoo is pulling the sources from > SourceForge. > On Jun 13, 2015 10:54 AM, "Arnout Engelen" <ar...@bz...> wrote: > >> As promised, a new release is up at >> https://github.com/raboof/notion/releases ! >> >> Let me know if you run into anything! >> >> On Sun, May 31, 2015 at 7:01 PM, Arnout Engelen <ar...@bz...> wrote: >> >>> OK, then when we've resolved the lua interpreter autodetection issue >>> moaxcp identified I'll build a new release. >>> >>> To be quite honest, I find 'releases' an antiquated concept for >>> applications (in contrast to libraries). Each commit/merge to master should >>> essentially be a 'release'. >>> >>> On Sun, May 31, 2015 at 12:37 PM, Thomas Klausner <wi...@ne...> >>> wrote: >>> >>>> On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: >>>> > I'm not currently planning a new release - but you're quite welcome to >>>> > build notion from source, which should be fairly painless. If not, >>>> let's >>>> > fix that :). >>>> >>>> I'd also appreciate a release -- think of all the poor packagers like >>>> myself. >>>> Thomas >>>> >>> >>> >> |
|
From: Jeff B. <jef...@gm...> - 2015-06-14 12:41:22
|
I've updated the spec file for building RPMs for Fedora, so anyone wanting to roll there own is welcome to grab the spec here: https://github.com/jsbackus/fedora_notion It looks like we can still attach compiled binaries to releases. Once I have built RPMs, shall I send 'em your way, Arnout? Regards, Jeff On Sat, Jun 13, 2015 at 05:07:54PM +0200, Arnout Engelen wrote: >Unless any problems with hosting the releases on github come up, I'd like >to put them there and no longer release through sourceforge. > > >Arnout > >On Sat, Jun 13, 2015 at 5:04 PM, moaxcp <mo...@gm...> wrote: > >> Will there be a new file released on SourceForge? Or is there a plan to >> move everything to github? Right now gentoo is pulling the sources from >> SourceForge. >> On Jun 13, 2015 10:54 AM, "Arnout Engelen" <ar...@bz...> wrote: >> >>> As promised, a new release is up at >>> https://github.com/raboof/notion/releases ! >>> >>> Let me know if you run into anything! >>> >>> On Sun, May 31, 2015 at 7:01 PM, Arnout Engelen <ar...@bz...> wrote: >>> >>>> OK, then when we've resolved the lua interpreter autodetection issue >>>> moaxcp identified I'll build a new release. >>>> >>>> To be quite honest, I find 'releases' an antiquated concept for >>>> applications (in contrast to libraries). Each commit/merge to master should >>>> essentially be a 'release'. >>>> >>>> On Sun, May 31, 2015 at 12:37 PM, Thomas Klausner <wi...@ne...> >>>> wrote: >>>> >>>>> On Sat, May 30, 2015 at 06:17:58PM +0200, Arnout Engelen wrote: >>>>> > I'm not currently planning a new release - but you're quite welcome to >>>>> > build notion from source, which should be fairly painless. If not, >>>>> let's >>>>> > fix that :). >>>>> >>>>> I'd also appreciate a release -- think of all the poor packagers like >>>>> myself. >>>>> Thomas >>>>> >>>> >>>> >>> >------------------------------------------------------------------------------ >_______________________________________________ >Notion-general mailing list >Not...@li... >https://lists.sourceforge.net/lists/listinfo/notion-general -- Jeff Backus jef...@gm... http://github.com/jsbackus |
|
From: Arnout E. <ar...@bz...> - 2015-06-14 19:33:35
|
Hello Thomas, The full list is at https://github.com/raboof/notion/compare/3-2014052800...3-2015061300 Highlights include: * Travis continuous integration * Better lua autodetection (thanks to Nikolay Orlyuk) * Various code consistency changes * Fixing p2 variable scopes in xkbevents handler (thanks to Jon Canning) * Fixing resizing of dock windows managed by mod_statusbar (thanks to Edward J. Schwartz) Kind regards, Arnout On Sun, Jun 14, 2015 at 7:35 PM, Thomas Klausner <wi...@ne...> wrote: > On Sat, Jun 13, 2015 at 04:54:58PM +0200, Arnout Engelen wrote: > > As promised, a new release is up at > > https://github.com/raboof/notion/releases ! > > > > Let me know if you run into anything! > > Thanks for that. > > Can you please give me a short summary what changed since the last > release, or even better, just add it to the CHANGELOG file? > > Cheers, > Thomas > |