Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-15 | README.releasing: clarify how to run make-release to get the username | Andres G. Aragoneses | 1 | -0/+1 | |
2013-01-20 | build: Bump version to 2.7.0 and switch to post-release increment | Bertrand Lorentz | 1 | -1/+2 | |
From now on, we will bump the version in configure.ac right after a release, to the upcoming release version number. This makes it possible for third parties like the Community Extensions to explictly depend on an API which is only available in git master. | |||||
2013-01-06 | build: Bump libmtp dependency to 1.1.0 | Bertrand Lorentz | 1 | -1/+1 | |
Libmtp 1.1.0 has been released in June 2011 and has several ABI changes compared to 0.3.0. Requiring this version allows us to get rid of several compile-time checks and trickery. Original suggestion and patch by IBBoard and Andres Aragoneses. | |||||
2012-02-19 | release: Add the Mono.Upnp dependency in the release notes template | Bertrand Lorentz | 1 | -0/+1 | |
2012-01-08 | Update documentation for libmtp >= 0.3.0 requirement | Bertrand Lorentz | 1 | -1/+1 | |
2011-11-30 | Update the create-release-notes script to point to the .tar.xz | Bertrand Lorentz | 1 | -1/+1 | |
2011-11-05 | build: Bump gio-sharp requirement to 2.22.3 (bgo#663269) | Bertrand Lorentz | 1 | -1/+1 | |
The changes for DVD support already required gio-sharp 2.22.3, but that wasn't documented and checked by configure. | |||||
2011-11-02 | extras: fix typo in create-release-notes (href) | Andrés G. Aragoneses | 1 | -1/+1 | |
2011-11-02 | Update the create-release-notes script | Bertrand Lorentz | 1 | -4/+10 | |
2011-09-11 | make-release: Don't upload the .gz | Bertrand Lorentz | 1 | -1/+0 | |
The .gz is not created anymore, so no need to try to handle it for uploading. | |||||
2011-09-07 | make-release: Re-enable the creation of the new version in bugzilla | Bertrand Lorentz | 1 | -2/+3 | |
This is supposed to be done by ftpadmin, but apparently it is not the case. | |||||
2011-05-15 | make-release: Upload the doap file to the download server | Bertrand Lorentz | 1 | -0/+6 | |
My previous update to make-release removed that step, but it turns out the doap file is used by the Windows auto-update feature. | |||||
2011-05-13 | Update the create-release-notes script | Bertrand Lorentz | 1 | -33/+25 | |
2011-05-12 | Update the release process for the tarball installation on ftp.gnome.org | Bertrand Lorentz | 2 | -22/+14 | |
Tarballs are uploaded to $GNOME_FTP_USER's home folder on master.gnome.org. You have to manually ssh to the server and then run "ftpadmin install ....tar.bz2" to make the tarball available on ftp.gnome.org. Maybe this could be automated, but I'm not sure it's a good idea. In fact we only need to upload just one tarball, ftpadmin is supposed to take care of the rest: generated tarballs with the other compression type (.gz or .bz2), publish NEWS, generated checksums, etc. So make-release can probably still be improved and streamlined. | |||||
2011-04-16 | Update some bugzilla broken links in comments & changelogs | Andrés G. Aragoneses | 1 | -4/+5 | |
The host bugzilla.ximian.com seems to be finally down so this change replaces all places where it's used with their equivalent URLs to bugzilla.novell.com. | |||||
2011-03-25 | make-release: Simplify checksum calculation | Alexander Kojevnikov | 1 | -6/+2 | |
2011-03-24 | Ensure sha256 sum output is consistent | Aaron Bockover | 1 | -1/+9 | |
On FreeBSD sha256 outputs in <sum><space><file> format but this is invalid. Darwin and Linux output in <sum><space><space><file> format. This commit supports Darwin (shasum -a 256) and also forces the proper formatting through awk. | |||||
2011-03-24 | release: Fix create-release-notes | Alexander Kojevnikov | 1 | -1/+1 | |
2011-03-14 | Complete rename of binaries and desktop files | Chow Loong Jin | 3 | -8/+8 | |
Signed-off-by: Gabriel Burt <gabriel.burt@gmail.com> | |||||
2011-03-09 | Update for 1.9.5 release | Gabriel Burt | 2 | -2/+4 | |
2011-03-05 | make-release: Open the bgo URL with xdg-open | Alexander Kojevnikov | 1 | -1/+1 | |
2011-02-24 | release: Fix extras/make-release under FreeBSD | Alexander Kojevnikov | 1 | -3/+14 | |
2011-01-26 | build: MonoDevelop csproj file updates | Gabriel Burt | 1 | -4/+0 | |
Removes more <Package> reference entries, syncs source file lists with Makefiles, and updates a couple references. | |||||
2011-01-12 | release: update README and create-release-notes script | Gabriel Burt | 2 | -4/+7 | |
2010-12-15 | More /usr/bin/env fixes | Alexander Kojevnikov | 2 | -2/+2 | |
2010-12-15 | /usr/bin/env usage | Alexander Kojevnikov | 4 | -4/+4 | |
2010-11-10 | [release] Update README.releasing | Gabriel Burt | 1 | -1/+3 | |
2010-11-10 | [release] Add extras/create-release-notes script | Gabriel Burt | 1 | -0/+124 | |
2010-09-16 | [release] update README.releasing | Gabriel Burt | 1 | -1/+1 | |
2010-08-13 | [build] Add AppleDevice project to monodevelop solution | Alex Launi | 1 | -2/+2 | |
2010-08-13 | [metrics] Remove duplicate Metrics.csproj file | Bertrand Lorentz | 1 | -51/+0 | |
As we had two file differing only by case, this would confuse the hell out of git on Windows. Just remove the one that was not referenced in the solution. | |||||
2010-07-09 | Merge branch 'hyena-submodule' | Gabriel Burt | 1 | -6/+6 | |
Conflicts: Banshee.sln autogen.sh src/Libraries/Hyena/Hyena.Metrics/HttpPoster.cs src/Libraries/Hyena/Hyena.csproj src/Libraries/Hyena/Makefile.am | |||||
2010-07-01 | Update README.releasing and release-rc | Alexander Kojevnikov | 1 | -1/+1 | |
2010-06-05 | [build] Fix up sln/csproj files for hyena submodule | Gabriel Burt | 1 | -6/+6 | |
2010-05-27 | [extras] A few tweaks to README.releasing | Bertrand Lorentz | 1 | -2/+3 | |
2010-05-26 | [extras] Add README.releasing file | Gabriel Burt | 1 | -0/+26 | |
2010-05-18 | [extras/metrics] Add .csproj and update db location | Gabriel Burt | 2 | -1/+52 | |
2010-05-05 | [MeeGo] Added a make monitor-meego target | Aaron Bockover | 1 | -0/+8 | |
2010-05-05 | push-meego: only push changes since last push | Aaron Bockover | 1 | -3/+24 | |
Also kill the Xorg process. Sometimes killing mutter isn't enough. | |||||
2010-05-05 | Added push-meego script | Aaron Bockover | 1 | -0/+32 | |
2010-04-28 | [extras/metrics] Try to speed up the db | Gabriel Burt | 1 | -0/+1 | |
2010-04-08 | [extras/metrics] Add --timeline option | Gabriel Burt | 1 | -5/+21 | |
Prints out data in a form my commit-chart script can process, showing when users started Banshee. | |||||
2010-03-26 | [extras/metrics] usage report import improvements | Gabriel Burt | 1 | -0/+19 | |
2010-03-25 | [darwin] lame script to build the whole world | Aaron Bockover | 1 | -0/+55 | |
You go from nothing to dmg on your with one command (and a lot of time). Yay. curl http://git.gnome.org/browse/banshee/plain/extras/make-release-osx | bash | |||||
2010-03-13 | [extras/metrics] Support incremental download/load | Gabriel Burt | 9 | -78/+257 | |
The database keeps track of the last report it imported, and imports any new ones, and the download now happens via rsync. | |||||
2010-03-10 | Update extras/make-release to work w/o OS X build | Gabriel Burt | 1 | -1/+5 | |
2010-03-09 | [build] Fix make distcheck | Bertrand Lorentz | 1 | -0/+3 | |
2010-03-02 | Update to build on Windows with MonoDevelop 2.2.1 | Gabriel Burt | 1 | -1/+2 | |
Also modify .sln configuration to not build projects that aren't relevant, and to build a few that are but weren't marked to be built on Windows. | |||||
2010-03-01 | [extras/metrics] Better analysis | Gabriel Burt | 4 | -7/+170 | |
2010-02-27 | [extras/metrics] Better analysis | Gabriel Burt | 3 | -82/+133 | |
Use SqliteModelCache to select the most recent sample for each user for each metric. |