On 02/05/14 09:55, Gonçalo Marrafa wrote: > I noticed the packages in DT unstable PPA no longer come from branch 1.4.x. I > assume they now come from master. Is that > so?
Yes. > And is there a place, besides git commit log of course, where i can see a > simple list of changes between 1.4 and 1.5? No. The release notes are written for each release, not continually updated. I like the "tig" command, it's a text-based GUI, others like "gitk" which is a graphical GUI: apt-get install git tig gitk git clone git://github.com/darktable-org/darktable.git cd darktable tig --all gitk --all HTH, Rob ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
