pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP annotated tag, v0.10.5-pre2, created. v0.1


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP annotated tag, v0.10.5-pre2, created. v0.10.5-pre2
Date: Tue, 27 Jun 2017 18:10:57 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The annotated tag, v0.10.5-pre2 has been created
        at  6e062c29b3724a2c5e5ec954a9b3b518bcc87a9b (tag)
   tagging  e157cc5ad11e3f7ae96cbbac5ec21dc57726c9aa (commit)
  replaces  v0.10.2
 tagged by  Ben Pfaff
        on  Tue Jun 27 18:10:30 2017 -0400

- Log -----------------------------------------------------------------
GNU PSPP version 0.10.5-pre2.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJZUtfWAAoJEIUZnejGZI6QXRgP/R8MyM2x1K+Lo86qwykVA8Dw
dVSIQM5YvXpKwyP5F3uIxzURKRG+FecOmA/fnS5b0JLpVsYu6F71tReMm0MGWVND
TGE9l/cxNd9fLP56308iChFNIfhzftm7KcaGW+9PBr1FiceSJWmQtlrqWdDGfUh3
p3bx0lmSBgsTiv2h5B6s20IxesK9qbC2pDjjkMWzzx6/9UdzvVc4hcct0drGSMkZ
q5/dV6LwoDi0wh0Rf04EWBgcDpwyjedE64pPWeXCx75hwujPSmzHZThERtQz3/+8
owDPbO31zAS9g6e1sk1JcbeXFfpqlSZYFKb+uFL71gsQ4XcllC+njelCmIQ3xsJ+
c+2c4veE7g/IXQrwNFR/oizeXf82ydzNmYVIu1AIa3+A6qeDGwjM6QwLurhXUXax
sRPt0jfYtqsbNHLNYDNyq6ph5RXAldig2RD7wgFww7rWPluBsGZf11hmvCTWrRZF
t/UClaLjS2nf87Sn1QqStxs3N+PMtHjAhZdbWy26q5DIkjUVZvNqtP+xLJJYq6Lu
q3oEBXkckyUcW4FFpQJNsDkIq3U9r/QDEOQBB8keR0Z/CzBrS96fLGZmgY7+d/+3
mjlZUBglukY+rB+S9sUnDMmvMUnqp9EiRr0KoE+MKdKvrTkTcTm7fXVn+ft55XVi
vMjdpIyYYXqoihafepAK
=LRFk
-----END PGP SIGNATURE-----

Ben Pfaff (20):
      Increment version number to 0.10.3.
      range-set-test: Remove special case for llvm-gcc on Mac OS.
      VECTOR: Support creating string variables also.
      po: Add Greek translation and update Catalan and Spanish translations.
      po: Update Spanish translation from translationproject.org.
      po: Update German translation from translationproject.org.
      gui: Fix #includes for gtksourceview.
      gui: Remove unused static variables.
      Fix misleadingly indented statements.
      po: Update translations from translationproject.org.
      po: Add po-update rule for updating all translations.
      Update all translations using "make po-update".
      po: Update translations from translationproject.org.
      tests: Do not delete testsuite on distclean.
      factor: Fix return type of do_factor_by_matrix().
      matrix-reader: Use strcpy() on char arrays, in next_matrix_from_reader().
      Update version number to 0.10.5pre1, for translations.
      perl-module: Avoid VERSION redefinition warning from compiler.
      README.Git: Recommend newer Gnulib, to avoid GCC 7 segfaults.
      Update version number to 0.10.5-pre2.

Friedrich Beckmann (9):
      Examples: Added t-Test example code
      t-test example: Change some wrong comments
      examples: t-test.sps fixed make process to include in distribution
      help: added t-test reference to help page
      perl - added current directory path to calls
      added CFLAGS, CPPFLAGS and LDFLAGS for PSPP.C and q2c.c compilation
      reversed CFLAGS, CPPFLAGS and LDFLAGS addition for q2c.c build
      FREQUENCIES: fixed VARIANCE output - fixes bug #50366
      Fixed perl regression problem due to Version name - Fixes Bug #51218

John Darrington (106):
      Remove PsppireVButtonBox and PsppireHButtonBox
      Remove unused variable.
      Fix possible crash if no buttons are active (should never be the case)
      Fix memory leak in test program
      Fix memory leak when T-TEST failed to parse
      Add hu.po and update translations from translationproject.org
      Fix buffer overrun in sys-file-reader.c(text_match)
      Remove deprecated objects GtkAction and GtkUIManager
      Fix compiler warning
      Fix compiler warning
      Remove call to deprecated gtk_style_context_get_font
      Fix compiler warning whilst building perl module
      Avoid compiler warning
      Remove redundant "break"
      Fix possible buffer overrun
      Avoid unnecessary test
      Fix possible null pointer dereference.
      Fix possible null pointer dereference
      Fix potential null pointer dereference
      Fix GtkCriticals when --no-splash is given
      Add markup to the option description strings
      AUTORECODE now optionally accepts / before INTO
      New option --no-unique
      Fix bug inadvertently introduced by previous commit
      Fix bug where the gui was unresponsive after starting with a file as 
command line argument
      Fix compiler warning
      Fix typos in comments
      Added "translate" url to pspp.appdata.xml
      Use modern method of setting font, instead of deprecated method
      Fix memory leak
      Prevent the font selection of comment dialog affecting other widgets.
      Font Selection: Use a local css_provider instead of the default one
      Remove call to gtk_style_context_add_provider_for_screen
      Disable deprecation warnings for all sheet related code
      Re-enable the relocation feature.
      Added autoconf check for msgfmt
      Fix bugs in frequencies dialog.
      PSQL READER: Use the REPEATABLE READ isolation level.
      psppire-output-view: Avoid GtkWarnings
      Fix missing buttonbox in frequencies dialog
      Ensure that help page manifest is not empty.
      po: Add new variable LOCALPOFILES to hold locally managed .po files
      psppire-import-assistant: Use maximised window instead of full_screen.
      tests: Ensure that the testsuite is of non-zero size
      tests: Avoid infinite loop in test.
      Fixed a bug in the Mann-Whitney test vs. missing=analysis.
      Mann Whitney: Remove unused variable
      Terminal interface: Remove support for the ncurses library.
      Updated NEWS file.
      Html Driver: Fix bug when rendering small cells.
      New menu: Edit|Options
      Edit|Options: Add fields to change behaviour of output window.
      Fix grammatical error in NEWS
      Don't try to use TIOCGWINSZ if termios.h is not available.
      Remove inappropriate single selection-mode properties from dialog actions.
      Do not allow value labels dialog to enter a label for an invalid value.
      Whitespace changes only: Remove trailing whitespace
      parse_DATA_LIST_vars: Reduce scope of variable 'name2'
      Added the MATRIX DATA procedure.
      Updated the French translation from translationproject.org
      MATRIX DATA: Rewrite to canonical rowtype values
      MATRIX DATA: Handle multiple splits properly
      MATRIX DATA: Fix crash when duplicate variables are specified
      New module matrix-reader
      New function covariance_from_correlation
      FACTOR: New subcommand: MATRIX IN
      FACTOR: Add printout of the covariance matrix and add a test
      REGRESSION: Allow independent variables to be specified on the ENTER 
subcommand.
      FACTOR: Allow an option '=' after MATRIX
      MATRIX DATA: Cope with long variable names
      Matrix reader, fix comment to reflect reality.
      MATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.
      matrix reader: Fix bug which incorrectly read in matrix material.
      FACTOR: Use consistent indexing when displaying matrices.
      Remove unused variable
      Fix memory leaks in FACTOR/MATRIX
      DATA MATRIX: Avoid crash on invalid input
      FACTOR: Make idata parameters const where they can be.
      FACTOR: Fix a crash when bad input was presented
      FACTOR: Do not try to run an analysis if no matrix is present
      FACTOR: Don't try to perform analysis if there are no variables.
      DESCRIPTIVES: Fix a bug where the parser could enter an infinite loop
      REGRESSION: Implement /ORIGIN subcommand.
      src/math/linreg.c: Encapsulate this object better.
      src/math/linreg.c: Don't calculate the intercept for regression through 
the origin
      MEANS: Prevent parser from entering infinite loop.
      Fixed bug which caused a crash in GET DATA
      Zip Reader: initialise error string earlier.
      PsppireValueEntry: Use a more reliable way to override parent property.
      New Dialog: Non Parametric | K Indepdendent Samples
      Remove unreachable code
      Fix buffer overflow which could occur if the matrix reader encounters a 
badly formed file.
      Fix potential crash if matrix file variables are of unexpected types
      Remove commented out code
      Updated the Dutch translation from translationproject.org
      K Independent Samples Dialog: Fix compiler warnings.
      Remove duplicate accelerator from the one-way anova menuitem.
      Update translations from translationproject.org
      Fix bug where the Examine subdialogs appeared multiple times.
      Use a more reliable way of setting the initial state of 
PsppireDialogAction objects.
      Allow dialog boxes to be cancelled by hitting the Escape key.
      MATRIX DATA: Add /N subcommand
      Add documentation for MATRIX DATA /N
      Updated German translation from translationproject.org
      FACTOR: Add Anti-image matrix output
      FACTOR: Improve calculation of Kaiser-Meyer-Olkin and add a test

address@hidden (3):
      compile without gnumeric and odf read support
      fixed func macro in documentation - closes bug #49549
      typo in XEXPORT documentation

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]