missing tarballs

2014-03-25 Thread Matthias Clasen
Hey,

I've started to preopare the 3.12.0 release yesterday. Here is a list
of modules that haven't had a 3.12 release yet, but probably should
have one. If you maintain any of these modules, please help us get the
release out by rolling a tarball today:

evince
epiphany
gdm
gjs
glibmm
gnome-online-accounts
gnome-screenshot
gnome-session
gnome-shell
gnome-shell-extensions
gobject-introspection
libgweather
mutter
mutter-wayland
nautilus
sushi
anjuta
brasero
cheese
gnome-documents
gnome-getting-started-docs
gnome-tweak-tool
gnome-weather
polari
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: missing tarballs

2014-03-25 Thread Giovanni Campagna
On Mar 25, 2014 10:41 AM, "Matthias Clasen" 
wrote:
>
> Hey,
>
> I've started to preopare the 3.12.0 release yesterday. Here is a list
> of modules that haven't had a 3.12 release yet, but probably should
> have one. If you maintain any of these modules, please help us get the
> release out by rolling a tarball today:
>
> evince
> epiphany
> gdm
> gjs

There are no commits since .92, is a release needed?

> glibmm
> gnome-online-accounts
> gnome-screenshot
> gnome-session
> gnome-shell
> gnome-shell-extensions
> gobject-introspection
> libgweather

For this and gnome-weather, I made a tarball and uploaded it to
master.gnome.org, but forgot to install it.
I will do it later today if no one else wants (the tag is there anyway).

> mutter
> mutter-wayland
> nautilus
> sushi
> anjuta
> brasero
> cheese
> gnome-documents
> gnome-getting-started-docs
> gnome-tweak-tool
> gnome-weather
> polari

Giovanni
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: missing tarballs

2014-03-25 Thread Richard Hughes
On 25 March 2014 13:31, Giovanni Campagna  wrote:
> There are no commits since .92, is a release needed?

Please.

Richard
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: missing tarballs

2014-03-25 Thread Colin Walters
On Tue, Mar 25, 2014 at 5:41 AM, Matthias Clasen 
 wrote:


gobject-introspection


Done:
https://git.gnome.org/browse/gobject-introspection/commit/?id=6750a92ca83aa301eeac5eb59e918576fe544231

While I'm here, let me say I'm quite happy with the amount of 
contribution to gobject-introspection this cycle.  In particular the 
fact that there was some group peer review going on among the win32 
porting team.


Just a general reminder - for every module for which I am listed in 
MAINTAINERS, please feel free to trade patch reviews, particularly for 
small, noninvasive patches.


Thanks to everyone who contributed!

Antoine Jacoutot (1):
 giscanner: prevent implicit declarations

Carlos Garcia Campos (3):
 giscanner: Make sure that the current path set from linemarks is 
also a real path

 giscanner: Make sure we use real paths in more places
 giscanner: Handle the case when there's a space between -I cpp 
flag and the path


Chun-wei Fan (9):
 gimarshallingtests.def: Add symbols for new tests
 Rework The Visual Studio 2008 Build Process
 build/win32/vs9/Readme.txt: Remove Extra Blank Line
 build/win32/vs9: Minor Updates
 build/gi-introspection-msvc.mak: Correct a Library Name
 Rework The Visual Studio 2010 Build Process
 Visual Studio 2008 Build: Further Refinements
 scanner: Make shlib Resolution Work Also With Visual C++
 MSVC Builds: Update Introspection Build Process

Clemens Lang (1):
 scanner: Improve compatibility with OS X

Colin Walters (9):
 trivial: Post-release version bump
 scanner: Don't barf on anonymous unions
 scanner: Use PATH_MAX, not hardcoded 1024 for realpath()
 tests: Switch two more uses to LOG_COMPILER to fix parallel-tests
 Release 1.39.3
 Release 1.3.90
 Fix some PEP8 errors from previous commits
 scanner: Ignore C11 _Noreturn keyword
 Release 1.40.0

Davide Bertola (2):
 gi-tester: Don't use negative substring parameters
 Fix errors parsing OSX 10.9 headers

Dieter Verfaillie (89):
 Update glib annotations from git master
 g-ir-compiler: remove references to --code, remove --no-init 
options

 build: actually require libffi >= 3.0.0
 README: fix the Tools section a bit
 tests: Update misc/pep8.py to 1.4.6
 tests: make parsed2tree() and expected2tree() methods of 
TestCommentBlock()

 tests: put create_tests() below TestCommentBlock()
 tests: rename  element to 
 tests: put  element inside a  element
 tests: validate GTK-Doc test files
 tests: remove manual validation code
 tests: compare matched groups when testing re's
 tests: fix warning tests message sorting...
 tests: test emitted GTK-Doc parser warning messages
 tests: fix diff output
 tests: move GTK-Doc comment block warning tests
 giscanner: remove dead code
 giscanner: fix typo
 giscanner: improve inline docs
 giscanner: tiny MainTransformer cleanup
 giscanner: fix parameter name check
 giscanner: reindent re documentation
 giscanner: rename "options" to "annotations"
 giscanner: rename "colon" to "delimiter"
 giscanner: rename "comment" to "description"
 giscanner: rename AnnotationParser() to GtkDocCommentBlockParser()
 giscanner: rename the parse() method to parse_comment_blocks()
 giscanner: expand parse_comment_block() parameters
 giscanner: use "\s" instead of "[^\S\n\r]"
 giscanner: always use re.UNICODE mode
 giscanner: define __slots__ on some classes
 giscanner: complete vararg parameter parsing
 giscanner: give pointer to original comment block...
 giscanner: remove Position.offset()
 giscanner: give message.ERROR a purpose
 giscanner: only warn about missing delimiter when necessary
 giscanner: restore support for 'Return:' and 'Returns value:' tags
 giscanner: rename DocBlock to GtkDocCommentBlock
 giscanner: rename DocTag to GtkDocTag
 giscanner: rename DocAnnotations to GtkDocAnnotations
 giscanner: fix GTK-Doc identifier parsing
 giscanner: fix GTK-Doc section parsing
 giscanner: bring some order into our constants
 giscanner: remove unused backrefs
 giscanner: remove unused GtkDocCommentBlock.value
 giscanner: use Position and warn directly
 giscanner: extract tag values
 giscanner: flesh out annotation parsing and storage
 giscanner: deprecate GObject-Introspection GTK-Doc tags
 giscanner: give parameters their own storage class
 giscanner: refactor annotation validation
 giscanner: merge _parse_comment_block() into parse_comment_block()
 giscanner: accept different forms of line breaks
 giscanner: store code before and after comment block
 giscanner: fix description field storage in .gir files
 giscanner: store indentation before the '*' of each line
 giscanner: better lineno handling
 giscanner: improve state tracking
 giscanner: honor line and paragraph breaks in descripti